Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dutils_log.h26 #define UTILS_LOGI(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_INFO, UTILS_LOG_DOMAIN, UTILS_LOG_… macro
36 #define UTILS_LOGI(...) macro
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_ashmem_test.cpp43 #define UTILS_LOGI(...) (void)OHOS::HiviewDFX::HiLog::Info(label, __VA_ARGS__) macro