Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DLogTagTest.cpp45 android::base::LogSeverity /* logSeverity */, const char* tag, in TEST_F()
53 android::base::LogSeverity /* logSeverity */, const char* tag, in TEST_F() argument
63 [](android::base::LogId /* logId */, android::base::LogSeverity logSeverity, in TEST_F() argument
72 android::base::LogSeverity /* logSeverity */, const char* /* tag */, in TEST_F()
82 android::base::SetLogger([](android::base::LogId, android::base::LogSeverity, in TEST_F() argument
/packages/modules/NeuralNetworks/driver/sample/
DFuzzer.cpp40 ::android::base::LogSeverity::FATAL_WITHOUT_ABORT); in limitLoggingToCrashes()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DFuzzHarness.cpp55 ::android::base::LogSeverity::FATAL_WITHOUT_ABORT); in limitLoggingToCrashes()
/packages/modules/adb/
Dadb_trace.cpp42 void AdbLogger(android::base::LogId id, android::base::LogSeverity severity, in AdbLogger()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java95 import com.google.android.icing.proto.LogSeverity;
2831 LogSeverity.Code.VERBOSE, /* verbosity= */ (short) 1); in syncLoggingLevelToIcing()
2834 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.DBG); in syncLoggingLevelToIcing()
2840 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.INFO); in syncLoggingLevelToIcing()
2845 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.WARNING); in syncLoggingLevelToIcing()
2847 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.ERROR); in syncLoggingLevelToIcing()
2849 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.FATAL); in syncLoggingLevelToIcing()
/packages/modules/DnsResolver/
Dresolv_private.h196 android::base::LogSeverity logSeverityStrToEnum(const std::string& logSeverityStr);
Dres_debug.cpp526 android::base::SetMinimumLogSeverity(static_cast<android::base::LogSeverity>(logSeverity)); in resolv_set_log_severity()
/packages/modules/DnsResolver/tests/
Dresolv_cache_unit_test.cpp152 static_cast<android::base::LogSeverity>(android::base::WARNING)); in ResolvCacheTest()
269 android::base::LogSeverity defaultLogSeverity;