Searched refs:UTILS_LOGF (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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
|
/ohos5.0/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… macro 33 #define UTILS_LOGF(...) macro
|
/ohos5.0/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… macro 33 #define UTILS_LOGF(...) macro
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | utils_log.h | 23 #define UTILS_LOGF(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_FATAL, UTILS_LOG_DOMAIN, UTILS_LOG… macro 33 #define UTILS_LOGF(...) macro
|
H A D | refbase.cpp | 523 UTILS_LOGF("%{public}p still incStrongRef after last strong ref", this); in IncStrongRef() 536 …UTILS_LOGF("Multi-threads trigger illegal decstrong from %{public}d due to AttemptIncStrong in ipc… in CheckIsAttemptAcquireSet() 553 UTILS_LOGF("%{public}p call decStrongRef too many times", this); in DecStrongRef()
|
/ohos5.0/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
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_ashmem_test.cpp | 40 #define UTILS_LOGF(...) (void)OHOS::HiviewDFX::HiLog::Fatal(label, __VA_ARGS__) macro
|