Home
last modified time | relevance | path

Searched refs:UTILS_LOGI (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp84 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 Dutils_log.h24 #define UTILS_LOGI(...) printf("info: " fmt "\n", __VA_ARGS__) macro
30 #define UTILS_LOGI(...) macro
/ohos5.0/commonlibrary/c_utils/base/src/
H A Drefbase.cpp105 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 Dutils_log.h26 #define UTILS_LOGI(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_INFO, UTILS_LOG_DOMAIN, UTILS_LOG_… macro
36 #define UTILS_LOGI(...) macro
H A Dfile_ex.cpp206 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 Dtimer.cpp61 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 Dutils_log.h26 #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 Dutils_log.h26 #define UTILS_LOGI(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_INFO, UTILS_LOG_DOMAIN, UTILS_LOG_… macro
36 #define UTILS_LOGI(...) macro
H A Drefbase.cpp114 UTILS_LOGI("ptrID(%{public}lx) call %{public}lx. strongcnt: %{public}d weakcnt: %{public}d " \ in PrintTrace()
121UTILS_LOGI("ptrID(%{public}lx) call %{public}lx. strongcnt: %{public}d PID: %{public}d TID: %{publ… in PrintStrongTrace()
127UTILS_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 Dfile_ex.cpp131 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 Dmodule_log.h23 #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 Dutils_ashmem_test.cpp43 #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 Dbuffer_handle.cpp33 #define UTILS_LOGI(...) (void)HILOG_INFO(LOG_CORE, __VA_ARGS__) macro
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp44 #define UTILS_LOGI(fmt, ...) B_CPRINTF(HILOG_INFO, fmt, ##__VA_ARGS__) macro