/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/ |
H A D | module_manager.cpp | 84 UTILS_LOGI("add code %{public}d", code); in HookFunc() 87 UTILS_LOGI("code %{public}d already exist", code); in HookFunc() 95 UTILS_LOGI("code %{public}d not exist", code); in HandleFunc() 97 UTILS_LOGI("code %{public}d called", code); in HandleFunc() 114 UTILS_LOGI("add phase %{public}s", phase.c_str()); in HookOnStartOnStopFunc() 117 UTILS_LOGI("phase %{public}s exist", phase.c_str()); in HookOnStartOnStopFunc() 125 UTILS_LOGI("phase %{public}s not exist", phase.c_str()); in HandleOnStartOnStopFunc() 136 UTILS_LOGI("add phase %{public}s", phase.c_str()); in HookOnIdleFunc() 139 UTILS_LOGI("phase %{public}s already exist", phase.c_str()); in HookOnIdleFunc() 147 UTILS_LOGI("phase %{public}s not exist", phase.c_str()); in HandleOnIdleFunc() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
H A D | utils_log.h | 24 #define UTILS_LOGI(...) printf("info: " fmt "\n", __VA_ARGS__) macro 30 #define UTILS_LOGI(...) macro
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | refbase.cpp | 105 UTILS_LOGI("%{public}p call %{public}p. strong: %{public}d weak: %{public}d " \ in PrintTrace() 124 UTILS_LOGI("%{public}p call %{public}p. strong: %{public}d weak: %{public}d " \ in PrintRefs() 141 UTILS_LOGI("%{public}p start backtrace", this); in PrintTracker() 145 UTILS_LOGI("%{public}p end backtrace", this); in PrintTracker() 155 UTILS_LOGI("%{public}p start tracking", this); in EnableTracker() 236 UTILS_LOGI("%{public}p end tracking", this); in ~RefCounter()
|
H A D | utils_log.h | 26 #define UTILS_LOGI(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_INFO, UTILS_LOG_DOMAIN, UTILS_LOG_… macro 36 #define UTILS_LOGI(...) macro
|
H A D | file_ex.cpp | 206 UTILS_LOGI("content is empty, no need to save!"); in SaveStringToFile() 239 UTILS_LOGI("content is empty, no need to save!"); in SaveStringToFd() 334 UTILS_LOGI("content is empty, no need to save!"); in SaveBufferToFile()
|
H A D | timer.cpp | 61 UTILS_LOGI("no event for epoll wait, use detach to shutdown"); in Shutdown()
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/native/ |
H A D | utils_log.h | 26 #define UTILS_LOGI(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_INFO, UTILS_LOG_DOMAIN, UTILS_LOG_… macro 36 #define UTILS_LOGI(...) macro
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | utils_log.h | 26 #define UTILS_LOGI(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_INFO, UTILS_LOG_DOMAIN, UTILS_LOG_… macro 36 #define UTILS_LOGI(...) macro
|
H A D | refbase.cpp | 114 UTILS_LOGI("ptrID(%{public}lx) call %{public}lx. strongcnt: %{public}d weakcnt: %{public}d " \ in PrintTrace() 121 …UTILS_LOGI("ptrID(%{public}lx) call %{public}lx. strongcnt: %{public}d PID: %{public}d TID: %{publ… in PrintStrongTrace() 127 …UTILS_LOGI("ptrID(%{public}lx) call %{public}lx. weakcnt: %{public}d PID: %{public}d TID: %{public… in PrintWeakTrace()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
H A D | file_ex.cpp | 131 UTILS_LOGI("content is empty, no need to save!"); in SaveStringToFile() 164 UTILS_LOGI("content is empty, no need to save!"); in SaveStringToFd() 256 UTILS_LOGI("content is empty, no need to save!"); in SaveBufferToFile()
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/include/ |
H A D | module_log.h | 23 #define UTILS_LOGI(fmt, ...) PRINT_LOGI(OHOS::UpdateEngine::UPDATE_MODULEMGR_TAG, fmt, ##__VA_ARGS_… macro
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_ashmem_test.cpp | 43 #define UTILS_LOGI(...) (void)OHOS::HiviewDFX::HiLog::Info(label, __VA_ARGS__) macro 65 UTILS_LOGI("test_ashmem_WriteAndRead_001");
|
/ohos5.0/foundation/graphic/graphic_surface/buffer_handle/src/ |
H A D | buffer_handle.cpp | 33 #define UTILS_LOGI(...) (void)HILOG_INFO(LOG_CORE, __VA_ARGS__) macro
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | sync_fence.cpp | 44 #define UTILS_LOGI(fmt, ...) B_CPRINTF(HILOG_INFO, fmt, ##__VA_ARGS__) macro
|