Home
last modified time | relevance | path

Searched defs:UTILS_LOGF (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
Dutils_log.h23 #define UTILS_LOGF(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_FATAL, UTILS_LOG_DOMAIN, UTILS_LOG… macro
33 #define UTILS_LOGF(...) macro
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_ashmem_test.cpp40 #define UTILS_LOGF(...) (void)OHOS::HiviewDFX::HiLog::Fatal(label, __VA_ARGS__) macro