Searched refs:HILOG_DEBUG (Results 1 – 11 of 11) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/console/ |
D | log.h | 34 #undef HILOG_DEBUG 50 #define HILOG_DEBUG(fmt, ...) HILOG_PRINT(Debug, fmt, ##__VA_ARGS__) macro
|
D | console.cpp | 52 HILOG_DEBUG("%{public}s", content); in LogPrint()
|
/commonlibrary/ets_utils/platform/default/ |
D | qos_helper.cpp | 23 HILOG_DEBUG("SetWorkerPriority not support"); in SetWorkerPriority()
|
/commonlibrary/memory_utils/libpurgeablemem/common/src/ |
D | ux_page_table_c.c | 177 HILOG_DEBUG(LOG_CORE, "%{public}s: not support uxpt", __func__); in InitUxPageTable() 193 HILOG_DEBUG(LOG_CORE, "%{public}s: not support uxpt", __func__); in DeinitUxPageTable() 297 HILOG_DEBUG(LOG_CORE, "%{public}s: addr(0x%{public}llx) upte=0x%{public}llx", in GetUxpteAt_() 306 HILOG_DEBUG(LOG_CORE, "%{public}s: addr(0x%{public}llx) upte=0x%{public}llx", in PutUxpteAt_() 320 …HILOG_DEBUG(LOG_CORE, "%{public}s: addr(0x%{public}llx) upte=0x%{public}llx PRESENT_MASK=0x%{publi… in IsPresentAt_()
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
D | task.cpp | 84 HILOG_DEBUG("taskpool:: set task params not transfer"); in SetTransferList() 103 HILOG_DEBUG("taskpool:: check setTransferList param success"); in SetTransferList()
|
D | worker.h | 117 HILOG_DEBUG("taskpool:: reset worker priority to match task priority"); in PriorityScope()
|
D | task_manager.cpp | 218 HILOG_DEBUG("taskpool:: The worker is marked for timeout."); in CheckForBlockedWorkers() 471 HILOG_DEBUG("taskpool:: Can not find the target task"); in QueryExecuteState() 513 HILOG_DEBUG("taskpool:: Cancel waiting task"); in CancelExecution() 948 HILOG_DEBUG("taskpool:: Cancel waiting task in group"); in CancelGroupExecution()
|
D | worker.cpp | 264 HILOG_DEBUG("taskpool::PerformTask taskInfo is null"); in PerformTask()
|
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
D | worker.cpp | 131 HILOG_DEBUG("worker:: stringContent size is %{public}zu", scriptContent.size()); in PrepareForWorkerInstance() 365 HILOG_DEBUG("worker:: there is no listener for type %{public}s in host thread", type); in HandleEventListeners() 375 HILOG_DEBUG("worker:: host thread listener %{public}s is not callable", type); in HandleEventListeners() 407 HILOG_DEBUG("worker:: worker received close signal"); in HostOnMessageInner() 541 HILOG_DEBUG("worker:: worker reveive terminate signal"); in WorkerOnMessageInner() 649 HILOG_DEBUG("worker:: when post message to host occur worker is not in running."); in PostMessageToHost() 687 HILOG_DEBUG("worker:: worker has been terminated."); in PostMessageInner() 708 HILOG_DEBUG("worker:: worker is not in running"); in Terminate() 882 HILOG_DEBUG("worker:: worker is not in running"); in WorkerConstructor() 1162 HILOG_DEBUG("worker:: The old worker is not used."); in InitWorker() [all …]
|
D | worker_new.cpp | 60 HILOG_DEBUG("worker:: The new worker is not used."); in InitWorker() 221 HILOG_DEBUG("worker:: worker is not in running"); in WorkerConstructor() 286 HILOG_DEBUG("worker:: worker is not in running when Terminate"); in Terminate() 532 HILOG_DEBUG("worker:: when post message to host occur worker is not in running."); in PostMessageToHost() 871 HILOG_DEBUG("worker:: stringContent size is %{public}zu", scriptContent.size()); in PrepareForWorkerInstance() 921 HILOG_DEBUG("worker:: worker received close signal"); in HostOnMessageInner() 979 HILOG_DEBUG("worker:: host thread %{public}s is not Callable", methodName); in CallHostFunction() 1059 HILOG_DEBUG("worker:: worker has been terminated when PostMessageInner."); in PostMessageInner() 1185 HILOG_DEBUG("worker:: worker reveive terminate signal"); in WorkerOnMessageInner() 1216 HILOG_DEBUG("worker:: there is no listener for type %{public}s in host thread", type); in HandleEventListeners() [all …]
|
/commonlibrary/memory_utils/libpurgeablemem/c/include/ |
D | pm_log_c.h | 48 (void)HILOG_DEBUG( \
|