Searched defs:UTILS_LOGE (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/include/ |
H A D | module_log.h | 22 #define UTILS_LOGE(fmt, ...) PRINT_LOGE(OHOS::UpdateEngine::UPDATE_MODULEMGR_TAG, fmt, ##__VA_ARGS_… macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
H A D | utils_log.h | 22 #define UTILS_LOGE(...) printf("error: " fmt "\n", __VA_ARGS__) macro 28 #define UTILS_LOGE(...) macro
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/native/ |
H A D | utils_log.h | 24 #define UTILS_LOGE(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_ERROR, UTILS_LOG_DOMAIN, UTILS_LOG… macro 34 #define UTILS_LOGE(...) macro
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | utils_log.h | 24 #define UTILS_LOGE(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_ERROR, UTILS_LOG_DOMAIN, UTILS_LOG… macro 34 #define UTILS_LOGE(...) macro
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | utils_log.h | 24 #define UTILS_LOGE(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_ERROR, UTILS_LOG_DOMAIN, UTILS_LOG… macro 34 #define UTILS_LOGE(...) macro
|
/ohos5.0/foundation/graphic/graphic_surface/buffer_handle/src/ |
H A D | buffer_handle.cpp | 31 #define UTILS_LOGE(...) (void)HILOG_ERROR(LOG_CORE, __VA_ARGS__) macro
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_ashmem_test.cpp | 41 #define UTILS_LOGE(...) (void)OHOS::HiviewDFX::HiLog::Error(label, __VA_ARGS__) macro
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | sync_fence.cpp | 46 #define UTILS_LOGE(fmt, ...) B_CPRINTF(HILOG_ERROR, fmt, ##__VA_ARGS__) macro
|