/ohos5.0/base/security/security_guard/frameworks/common/log/include/ |
H A D | security_collector_log.h | 36 #ifdef LOGF 37 #undef LOGF 52 #define LOGF(fmt, ...) \ macro
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_exit_hook.c | 60 LOGF("%d send signal(%d) to %d", getpid(), sig, pid); in kill() 76 LOGF("%d call exit with code %d", getpid(), code); in exit() 92 LOGF("%d call exit with code %d", getpid(), code); in _exit()
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | safwk_log.h | 75 #ifdef LOGF 76 #undef LOGF 89 #define LOGF(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__) macro
|
/ohos5.0/foundation/communication/wifi/wifi/base/inner_api/ |
H A D | wifi_log.h | 36 #define LOGF(...) HILOG_FATAL(LOG_CORE, ##__VA_ARGS__) macro 42 #define LOGF(...) macro
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/log/ |
H A D | wifi_log.h | 36 #define LOGF(...) HILOG_FATAL(LOG_CORE, ##__VA_ARGS__) macro 42 #define LOGF(...) macro
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/ |
H A D | wifi_log.h | 36 #define LOGF(...) HILOG_FATAL(LOG_CORE, ##__VA_ARGS__) macro 42 #define LOGF(...) macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | ref_object.cpp | 78 LOGF("object is destructed with ref-count > 0., refCount = %d", refCount); in ~RefObject() 164 LOGF("%s object is refed with ref-count=%d.", tag.c_str(), refCount); in IncObjRef() 176 LOGF("%s object is unrefed with ref-count(%d) <= 0.", tag.c_str(), refCount); in DecObjRef()
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/ |
H A D | dfx_log.h | 51 #define LOGF(fmt, ...) DFXLOG_PRINT(LOG_FATAL, "[%s:%d] " fmt, (__FILE_NAME__), (__LINE__), ##__VA_… macro 97 #define LOGF(fmt, ...) DFXLOG_STD_ARRAY_FILE(LOG_FATAL, fmt, ##__VA_ARGS__) macro 125 #define LOGF(fmt, ...)
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_utils.cpp | 177 LOGF("AddCustomProperty input params name or value is nullptr"); in OH_ArkUI_NodeUtils_AddCustomProperty() 190 LOGF("RemoveCustomProperty input params name is nullptr"); in OH_ArkUI_NodeUtils_RemoveCustomProperty() 340 LOGF("CustomProperty is nullptr"); in OH_ArkUI_CustomProperty_GetStringValue() 357 LOGF("ActiveChildrenInfo is nullptr"); in OH_ArkUI_ActiveChildrenInfo_GetNodeByIndex() 369 LOGF("ActiveChildrenInfo is nullptr"); in OH_ArkUI_ActiveChildrenInfo_GetCount()
|
/ohos5.0/foundation/filemanagement/storage_service/services/common/include/ |
H A D | storage_service_log.h | 24 #define LOGF(fmt, ...) \ macro 50 #define LOGF(fmt, ...) \ macro
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/ |
H A D | log.h | 35 #define LOGF(...) HILOG_FATAL(LOG_CORE, ##__VA_ARGS__) macro
|
/ohos5.0/foundation/ai/neural_network_runtime/common/ |
H A D | log.h | 36 #define LOGF(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__) macro
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
H A D | log.h | 42 #define LOGF(format, ...) \ macro
|
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/ |
H A D | rs_graphic_log.h | 35 #define LOGF(format, ...) \ macro
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | log.h | 46 #define LOGF(format, ...) \ macro
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_dfinder_log.h | 43 #define DFINDER_LOGF LOGF
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/include/ |
H A D | log.h | 34 #define LOGF(fmt, ...) ((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, \ macro
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/log/include/ |
H A D | utils_log.h | 43 #define LOGF(fmt, ...) HILOG_FATAL(LOG_CORE, "[%{public}s:%{public}d->%{public}s] " fmt, \ macro
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_log.h | 37 #define LOGF(format, ...) HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | log_print.h | 54 #define LOGF(...) Logger::Log(Logger::Level::LEVEL_FATAL, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_… macro
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_log.h | 68 #define LOGF(moduleName, format, ...) \ macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb.cpp | 42 LOGF("KvDB destructed with connection count > 0."); in ~GenericKvDB() 217 LOGF("Decrease kvdb connection counter failed, count <= 0."); in DecreaseConnectionCounter()
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | frame_sched.cpp | 28 #define LOGF(...) (void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, __VA_ARGS__) macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/ |
H A D | log_print.h | 54 #define LOGF(...) Logger::Log(Logger::Level::LEVEL_FATAL, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA… macro
|
/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/src/ |
H A D | frame_report.cpp | 33 #define LOGF(format, ...) HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) macro
|