Home
last modified time | relevance | path

Searched refs:UTILS_LOGD (Results 1 - 7 of 7) sorted by relevance

/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H A Dfile_ex.cpp40 UTILS_LOGD("open file failed! filePath:%{public}s", filePath.c_str()); in LoadStringFromFile()
47 UTILS_LOGD("invalid file length(%{public}d)", fileLength); in LoadStringFromFile()
68 UTILS_LOGD("Get fileName failed, ret is: %{public}d!", ret); in GetFileNameByFd()
79 UTILS_LOGD("LoadStringFromFd get file name by fd failed!"); in LoadStringFromFdToFile()
93 UTILS_LOGD("invalid fd:%{public}d", fd); in LoadStringFromFd()
143 UTILS_LOGD("open file failed! filePath:%{private}s", filePath.c_str()); in SaveStringToFile()
159 UTILS_LOGD("invalid fd:%{public}d", fd); in SaveStringToFd()
186 UTILS_LOGD("filePath to realPath failed! filePath:%{private}s", filePath.c_str()); in LoadBufferFromNodeFile()
192 UTILS_LOGD("open file failed! filePath:%{private}s", realPath.c_str()); in LoadBufferFromNodeFile()
221 UTILS_LOGD("ope in LoadBufferFromFile()
[all...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dutils_log.h28 #define UTILS_LOGD(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_DEBUG, UTILS_LOG_DOMAIN, UTILS_LOG_TAG, __VA_ARGS__) macro
30 #define UTILS_LOGD(...) macro
37 #define UTILS_LOGD(...) macro
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dutils_log.h28 #define UTILS_LOGD(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_DEBUG, UTILS_LOG_DOMAIN, UTILS_LOG_TAG, __VA_ARGS__) macro
30 #define UTILS_LOGD(...) macro
37 #define UTILS_LOGD(...) macro
H A Ddirectory_ex.cpp33 UTILS_LOGD("Get proc name failed, ret is: %{public}d!", ret); in GetCurrentProcFullFileName()
275 UTILS_LOGD("Failed to exec ChangeMode"); in ChangeModeDirectory()
286 UTILS_LOGD("Failed to exec ChangeMode"); in ChangeModeDirectory()
297 UTILS_LOGD("path is empty!"); in PathToRealPath()
302 UTILS_LOGD("path len is error, the len is: [%{public}zu]", path.length()); in PathToRealPath()
313 UTILS_LOGD("path to realpath error"); in PathToRealPath()
319 UTILS_LOGD("check realpath (%{private}s) error", realPath.c_str()); in PathToRealPath()
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/
H A Dutils_log.h25 #define UTILS_LOGD(...) printf("debug: " fmt "\n", __VA_ARGS__) macro
31 #define UTILS_LOGD(...) macro
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp44 #define UTILS_LOGD(fmt, ...) B_CPRINTF(HILOG_DEBUG, fmt, ##__VA_ARGS__) macro
178 UTILS_LOGD("GetFenceInfo SYNC_IOC_FILE_INFO ioctl failed, ret: %{public}d", ret); in GetFenceInfo()
182 UTILS_LOGD("GetFenceInfo arg.num_fences failed, num_fences: %{public}d", arg.num_fences); in GetFenceInfo()
193 UTILS_LOGD("GetFenceInfo malloc failed oom"); in GetFenceInfo()
285 UTILS_LOGD("WriteToMessageParcel fence is invalid : %{public}d", fence); in WriteToMessageParcel()
/foundation/graphic/graphic_surface/buffer_handle/src/
H A Dbuffer_handle.cpp34 #define UTILS_LOGD(...) (void)HILOG_DEBUG(LOG_CORE, __VA_ARGS__) macro

Completed in 4 milliseconds