Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dutils_log.h28 #define UTILS_LOGD(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_DEBUG, UTILS_LOG_DOMAIN, UTILS_LOG… macro
30 #define UTILS_LOGD(...) macro
37 #define UTILS_LOGD(...) macro
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_ashmem_test.cpp44 #define UTILS_LOGD(...) (void)OHOS::HiviewDFX::HiLog::Debug(label, __VA_ARGS__) macro