Home
last modified time | relevance | path

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

/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.cpp120 return MAIN; in log_id_tToLogId()
135 case MAIN: in LogIdTolog_id_t()
/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/include/android-base/
Dlogging.h97 MAIN, enumerator
133 explicit LogdLogger(LogId default_log_id = android::base::MAIN);
/system/logging/liblog/tests/
Dliblog_global_state.cpp88 EXPECT_EQ(MAIN, log_id); in TEST()
/system/core/init/
Dselinux.cpp842 android::base::KernelLogger(android::base::MAIN, severity, "selinux", nullptr, 0, buf); in SelinuxKlogCallback()
/system/apex/apexd/
Dapexservice_test.cpp1881 l(LogId::MAIN, LogSeverity::INFO, "ApexServiceTestCases", __FILE__, in OnTestStart()
Dapexd_test.cpp5037 l(LogId::MAIN, LogSeverity::INFO, "ApexTestCases", __FILE__, __LINE__, in OnTestStart()