Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 3 of 3) sorted by relevance

/test/xts/device_attest_lite/services/core/utils/
Dattest_utils_log.c24 static void AttestLogPrint(AttestLogLevel logLevel, const char *logBuf) in AttestLogPrint()
47 static void AttestLogPrint(AttestLogLevel logLevel, const char *logBuf) in AttestLogPrint()
73 void AttestLog(AttestLogLevel logLevel, const char* fmt, ...) in AttestLog()
90 void AttestLogAnonyStr(AttestLogLevel logLevel, const char* fmt, const char* str) in AttestLogAnonyStr()
/test/xts/device_attest/services/core/utils/
Dattest_utils_log.c23 static void AttestLogPrint(AttestLogLevel logLevel, const char *logBuf) in AttestLogPrint()
48 void AttestLog(AttestLogLevel logLevel, const char* fmt, ...) in AttestLog()
65 void AttestLogAnonyStr(AttestLogLevel logLevel, const char* fmt, const char* str) in AttestLogAnonyStr()
/test/xts/acts/security_lite/huks/common/
Dhks_test_log.c27 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...) in HksTestLog()