Searched refs:UTILS_LOGI (Results 1 - 7 of 7) sorted by relevance
/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
|
/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_TAG, __VA_ARGS__) macro 36 #define UTILS_LOGI(...) macro
|
/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_TAG, __VA_ARGS__) 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: %{public}d", in PrintStrongTrace() 127 UTILS_LOGI("ptrID(%{public}lx) call %{public}lx. weakcnt: %{public}d PID: %{public}d TID: %{public}d", in PrintWeakTrace()
|
/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()
|
/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
|
/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | sync_fence.cpp | 45 #define UTILS_LOGI(fmt, ...) B_CPRINTF(HILOG_INFO, fmt, ##__VA_ARGS__)
macro
|
Completed in 3 milliseconds