Home
last modified time | relevance | path

Searched refs:UTILS_LOGD (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/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()
159 UTILS_LOGD("invalid fd:%{public}d", fd); in SaveStringToFd()
228 UTILS_LOGD("invalid file length"); in LoadBufferFromFile()
281 UTILS_LOGD("String is empty"); in StringExistsInFile()
287 UTILS_LOGD("File load fail, filePath:%{private}s", fileName.c_str()); in StringExistsInFile()
305 UTILS_LOGD("subStr is empty"); in CountStrInStr()
[all …]
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp140 UTILS_LOGD("%{public}s: Already normalized.", __FUNCTION__); in Normalize()
199 UTILS_LOGD("%{public}s: Failed. Already mapped.", __FUNCTION__); in Map()
206 UTILS_LOGD("%{public}s: Normalize Failed.", __FUNCTION__); in Map()
213 UTILS_LOGD("%{public}s: Open Failed.", __FUNCTION__); in Map()
254 UTILS_LOGD("%{public}s: Failed. Already unmapped.", __FUNCTION__); in Unmap()
321 UTILS_LOGD("%{public}s: Sync Failed.", __FUNCTION__); in Resize()
332 UTILS_LOGD("%{public}s: Failed. Invalid params.", __FUNCTION__); in Resize()
362 UTILS_LOGD("%{public}s: Failed. Remapping failed.", __FUNCTION__); in Resize()
379 UTILS_LOGD("%{public}s: Failed. Get file size failed.", __FUNCTION__); in TurnNext()
383 UTILS_LOGD("%{public}s: Failed. No contents remained.", __FUNCTION__); in TurnNext()
[all …]
H A Dfile_ex.cpp114 UTILS_LOGD("open file failed! filePath:%{public}s", filePath.c_str()); in LoadStringFromFile()
121 UTILS_LOGD("invalid file length(%{public}lld)!", fileLength); in LoadStringFromFile()
142 UTILS_LOGD("Get fileName failed, ret is: %{public}d!", ret); in GetFileNameByFd()
153 UTILS_LOGD("LoadStringFromFd get file name by fd failed!"); in LoadStringFromFdToFile()
167 UTILS_LOGD("invalid fd:%{public}d", fd); in LoadStringFromFd()
234 UTILS_LOGD("invalid fd:%{public}d", fd); in SaveStringToFd()
306 UTILS_LOGD("invalid file length(%{public}lld)!", fileLength); in LoadBufferFromFile()
360 UTILS_LOGD("String is empty"); in StringExistsInFile()
366 UTILS_LOGD("File load fail, filePath:%{private}s", fileName.c_str()); in StringExistsInFile()
384 UTILS_LOGD("subStr is empty"); in CountStrInStr()
[all …]
H A Dio_event_reactor.cpp95 UTILS_LOGD("%{public}s: Resize when fd: %{public}d", __FUNCTION__, fd); in AddHandler()
189 UTILS_LOGD("%{public}s: Failed, Bad fd.", __FUNCTION__); in FindHandler()
196 UTILS_LOGD("%{public}s: Handler not found.", __FUNCTION__); in FindHandler()
247 UTILS_LOGD("%{public}s: Handling event success: %{public}d with fd: %{public}d; \ in HandleEvents()
251 UTILS_LOGD("%{public}s: Handling event ignore: %{public}d with fd: %{public}d; \ in HandleEvents()
268 UTILS_LOGD("%{public}s: Processing. Handling event: %{public}d, with fd: %{public}d.", \ in HandleAll()
272UTILS_LOGD("%{public}s: Received non-interested events-%{public}d.", __FUNCTION__, event); in HandleAll()
301 UTILS_LOGD("%{public}s: No events captured.", __FUNCTION__); in Run()
338 UTILS_LOGD("%{public}s Failed.", __FUNCTION__); in CleanUp()
349 UTILS_LOGD("%{public}s: Failed, bad fd.", __FUNCTION__); in Clean()
[all …]
H A Dtimer.cpp53 UTILS_LOGD("timer has been stopped already"); in Shutdown()
65 UTILS_LOGD("%{public}s:Pseudo-task invoked to get thread exited.", __func__); in Shutdown()
68 UTILS_LOGD("%{public}s:Pseudo-task need to be scheduled.", __func__); in Shutdown()
111UTILS_LOGD("register timer %{public}u with %{public}u ms interval.", entry->timerId, entry->interv… in Register()
119 UTILS_LOGD("timer %{public}u does not exist", timerId); in Unregister()
124 UTILS_LOGD("deregister timer %{public}u with %{public}u ms interval", timerId, entry->interval); in Unregister()
129 UTILS_LOGD("erase timer %{public}u.", timerId); in Unregister()
140 UTILS_LOGD("deregister timer interval: %{public}u.", entry->interval); in Unregister()
H A Ddirectory_ex.cpp96 UTILS_LOGD("Get proc name failed, ret is: %{public}d!", ret); in GetCurrentProcFullFileName()
157UTILS_LOGD("Failed to open root dir: %{public}s: %{public}s ", path.c_str(), strerror(errno)); in GetDirFiles()
184UTILS_LOGD("Failed to get dirfd, fd: %{public}d: %{public}s ", currentFd, strerror(errno)); in GetDirFiles()
189 UTILS_LOGD("Failed in subFd openat: %{public}s ", name.c_str()); in GetDirFiles()
195 UTILS_LOGD("Failed in fdopendir: %{public}s", strerror(errno)); in GetDirFiles()
306 UTILS_LOGD("Failed to remove some subfile under path: %{public}s", path.c_str()); in ForceRemoveDirectory()
398 UTILS_LOGD("Failed to exec ChangeMode"); in ChangeModeDirectory()
409 UTILS_LOGD("Failed to exec ChangeMode"); in ChangeModeDirectory()
419 UTILS_LOGD("path is empty!"); in PathToRealPath()
424 UTILS_LOGD("path len is error, the len is: [%{public}zu]", path.length()); in PathToRealPath()
H A Dutils_log.h28 #define UTILS_LOGD(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_DEBUG, UTILS_LOG_DOMAIN, UTILS_LOG… macro
30 #define UTILS_LOGD(...) macro
37 #define UTILS_LOGD(...) macro
H A Dio_event_handler.cpp47 UTILS_LOGD("%{public}s: Try add handler-%{public}p to reactor-%{public}p.", \ in Start()
60 UTILS_LOGD("%{public}s: Try remove handler-%{public}p from reactor-%{public}p.", \ in Stop()
73 UTILS_LOGD("%{public}s: Try update handler-%{public}p to reactor-%{public}p.", \ in Update()
H A Devent_reactor.cpp102 UTILS_LOGD("ScheduleTimer %{public}d initialize failed", interval); in ScheduleTimer()
113 UTILS_LOGD("Cancel timer, timerFd: %{public}d.", timerFd); in CancelTimer()
H A Devent_demultiplexer.cpp97 UTILS_LOGD("epoll_ctl %{public}d operation %{public}d on handle %{public}d failed", in Update()
163 UTILS_LOGD("invalid event %{public}u.", reactorEvent); in Reactor2Epoll()
H A Dunicode_ex.cpp208 UTILS_LOGD("Str16 to str8 failed, because str8Temp is nullptr!"); in String16ToString8()
359 UTILS_LOGD("str8 to str16 failed, str16Temp is nullptr!"); in String8ToString16()
H A Dthread_pool.cpp54 UTILS_LOGD("Failed to set name to thread. %{public}s", strerror(err)); in Start()
H A Ddatetime_ex.cpp89 UTILS_LOGD("mktime current time failed."); in GetLocalTimeZone()
H A Dthread_ex.cpp36 UTILS_LOGD("invalid param."); in Proxy()
H A Dstring_ex.cpp301UTILS_LOGD("utf8buffer len:%{public}d, actual buffer len:%{public}d!", utf8Len + 1, bufferLen); in Char16ToChar8()
H A Drefbase.cpp264 UTILS_LOGD("decStrongRef when there is nerver a strong reference"); in DecStrongRefCount()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
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()
H A Dutils_log.h28 #define UTILS_LOGD(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_DEBUG, UTILS_LOG_DOMAIN, UTILS_LOG… macro
30 #define UTILS_LOGD(...) macro
37 #define UTILS_LOGD(...) macro
/ohos5.0/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… macro
30 #define UTILS_LOGD(...) macro
37 #define UTILS_LOGD(...) macro
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp43 #define UTILS_LOGD(fmt, ...) B_CPRINTF(HILOG_DEBUG, fmt, ##__VA_ARGS__) macro
177 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()
189 UTILS_LOGD("GetFenceInfo malloc failed oom"); in GetFenceInfo()
282 UTILS_LOGD("WriteToMessageParcel fence is invalid : %{public}d", fence); in WriteToMessageParcel()
/ohos5.0/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
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp46 UTILS_LOGD("LoadModule so path: %{public}s", libPath.c_str()); in LoadModule()
69 UTILS_LOGD("openSo ok"); in LoadModule()
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/include/
H A Dmodule_log.h24 #define UTILS_LOGD(fmt, ...) PRINT_LOGD(OHOS::UpdateEngine::UPDATE_MODULEMGR_TAG, fmt, ##__VA_ARGS_… macro
/ohos5.0/foundation/graphic/graphic_surface/buffer_handle/src/
H A Dbuffer_handle.cpp34 #define UTILS_LOGD(...) (void)HILOG_DEBUG(LOG_CORE, __VA_ARGS__) macro
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_ashmem_test.cpp44 #define UTILS_LOGD(...) (void)OHOS::HiviewDFX::HiLog::Debug(label, __VA_ARGS__) macro

12