Home
last modified time | relevance | path

Searched refs:MAIN (Results 1 – 10 of 10) sorted by relevance

/system/tools/aidl/tests/java_app/
DREADME14 $ adb shell am start -S -a android.intent.action.MAIN \
/system/iorap/src/iorapd/
Dmain.cc33 explicit StderrAndLogdLogger(android::base::LogId default_log_id = android::base::MAIN) in StderrAndLogdLogger()
/system/core/init/
Dutil.cpp758 android::base::MAIN, android::base::ERROR, "init", nullptr, 0, in DumpShutdownDebugInformation()
761 android::base::KernelLogger(android::base::MAIN, android::base::ERROR, "init", nullptr, 0, in DumpShutdownDebugInformation()
765 android::base::KernelLogger(android::base::MAIN, android::base::ERROR, "init", nullptr, 0, in DumpShutdownDebugInformation()
768 android::base::KernelLogger(android::base::MAIN, android::base::ERROR, "init", nullptr, 0, in DumpShutdownDebugInformation()
Dselinux.cpp568 android::base::KernelLogger(android::base::MAIN, severity, "selinux", nullptr, 0, buf); in SelinuxKlogCallback()
/system/extras/tests/workloads/
Ddefs.sh362 …_NOWAIT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.action.MAIN
363 …IT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.action.MAIN 2>&1
/system/libbase/
Dlogging_splitters_test.cpp80 SplitByLogdChunks(MAIN, FATAL, tag.c_str(), file.empty() ? nullptr : file.c_str(), 1000, in TestLogdChunkSplitter()
241 SplitByLogdChunks(MAIN, ERROR, long_tag.c_str(), nullptr, 0, "message", logger_function), ""); in TEST()
Dlogging.cpp125 return MAIN; in log_id_tToLogId()
140 case MAIN: in LogIdTolog_id_t()
/system/libbase/include/android-base/
Dlogging.h95 MAIN, enumerator
127 explicit LogdLogger(LogId default_log_id = android::base::MAIN);
/system/core/liblog/tests/
Dliblog_global_state.cpp88 EXPECT_EQ(MAIN, log_id); in TEST()
/system/apex/apexd/
Dapexservice_test.cpp2842 l(LogId::MAIN, LogSeverity::INFO, "ApexTestCases", __FILE__, __LINE__, in OnTestStart()