Home
last modified time | relevance | path

Searched refs:UTILS_LOGF (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/
H A Dutils_log.h21 #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 Dutils_log.h23 #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 Dutils_log.h23 #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 Dutils_log.h23 #define UTILS_LOGF(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_FATAL, UTILS_LOG_DOMAIN, UTILS_LOG… macro
33 #define UTILS_LOGF(...) macro
H A Drefbase.cpp523 UTILS_LOGF("%{public}p still incStrongRef after last strong ref", this); in IncStrongRef()
536UTILS_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 Dbuffer_handle.cpp30 #define UTILS_LOGF(...) (void)HILOG_FATAL(LOG_CORE, __VA_ARGS__) macro
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_ashmem_test.cpp40 #define UTILS_LOGF(...) (void)OHOS::HiviewDFX::HiLog::Fatal(label, __VA_ARGS__) macro