Searched defs:logLevel (Results 1 – 3 of 3) sorted by relevance
| /test/xts/device_attest_lite/services/core/utils/ |
| D | attest_utils_log.c | 24 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/ |
| D | attest_utils_log.c | 23 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/ |
| D | hks_test_log.c | 27 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...) in HksTestLog()
|