Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dutils_log.h24 #define UTILS_LOGE(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_ERROR, UTILS_LOG_DOMAIN, UTILS_LOG… macro
34 #define UTILS_LOGE(...) macro
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_ashmem_test.cpp41 #define UTILS_LOGE(...) (void)OHOS::HiviewDFX::HiLog::Error(label, __VA_ARGS__) macro