Searched refs:UTILS_LOGF (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
H A D | utils_log.h | 21 #define UTILS_LOGF(...) printf("fatal: " fmt "\n", __VA_ARGS__) macro 27 #define UTILS_LOGF(...) macro
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/ |
H A D | utils_log.h | 23 #define UTILS_LOGF(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_FATAL, UTILS_LOG_DOMAIN, UTILS_LOG_TAG, __VA_ARGS__) macro 33 #define UTILS_LOGF(...) macro
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | utils_log.h | 23 #define UTILS_LOGF(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_FATAL, UTILS_LOG_DOMAIN, UTILS_LOG_TAG, __VA_ARGS__) macro 33 #define UTILS_LOGF(...) macro
|
/foundation/graphic/graphic_surface/buffer_handle/src/ |
H A D | buffer_handle.cpp | 30 #define UTILS_LOGF(...) (void)HILOG_FATAL(LOG_CORE, __VA_ARGS__) macro
|
Completed in 2 milliseconds