Searched refs:HILOG_WARN (Results 1 - 9 of 9) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/console/ |
H A D | log.h | 32 #undef HILOG_WARN macro 41 #define HILOG_WARN(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_WARN, LOG_DOMAIN, LOG_TAG, fmt, ##__VA_ARGS__)) macro
|
H A D | console.cpp | 58 HILOG_WARN("%{public}s", content); in LogPrint() 229 HILOG_WARN("%{public}sCounter %{public}s doesn't exists, please check Counter Name.", in CountReset() 662 HILOG_WARN("Timer %{public}s already exists, please check Timer Name", timerName.c_str()); in Time() 679 HILOG_WARN("%{public}sTimer %{public}s doesn't exists, please check Timer Name.", in TimeLog() 697 HILOG_WARN("%{public}sTimer %{public}s doesn't exists, please check Timer Name.", in TimeEnd()
|
/commonlibrary/ets_utils/tools/ |
H A D | log.h | 33 #undef HILOG_WARN macro 46 #define HILOG_WARN(fmt, ...) \ macro
|
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.cpp | 1414 HILOG_WARN("worker:: InitContainerScopeFunc error when HostOnMessageInner begin(only stage model)"); in HostOnMessageInner() 1462 HILOG_WARN("worker:: FinishContainerScopeFunc error when HostOnMessageInner end(only stage model)"); in HostOnMessageInner() 1488 HILOG_WARN("worker:: InitContainerScopeFunc error when HostOnMessageInner begin(only stage model)"); in HostOnGlobalCallInner() 1705 HILOG_WARN("worker:: InitContainerScopeFunc error when onerror begin(only stage model)"); in HostOnErrorInner() 1734 HILOG_WARN("worker:: FinishContainerScopeFunc error when onerror end(only stage model)"); in HostOnErrorInner() 1989 HILOG_WARN("worker:: host thread listener %{public}s is not callable", type); in HandleEventListeners() 2195 HILOG_WARN("worker:: workerPort.%{public}s is not Callable", methodName); in CallWorkerFunction() 2328 HILOG_WARN("worker:: workerPort.addEventListener %{public}s is not callable", type); in ParentPortHandleEventListeners()
|
/commonlibrary/ets_utils/js_sys_module/timer/ |
H A D | timer.cpp | 179 HILOG_WARN("timeout should be number"); in SetTimeoutInnerCore()
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | worker.cpp | 399 HILOG_WARN("taskpool:: task is invalid");
in PerformTask()
|
H A D | task_manager.cpp | 470 HILOG_WARN("taskpool:: current worker maybe release"); in NotifyShrink() 761 HILOG_WARN("taskpool:: taskId is not in executeQueue when cancel"); in EraseWaitingTaskId()
|
H A D | task.cpp | 1418 HILOG_WARN("taskpool:: task is invalid"); in ShouldDeleteTask()
|
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | async_lock_manager.cpp | 102 HILOG_WARN("DeadlockDetector: %{public}s", warning.c_str()); in CheckDeadlocksAndLogWarning()
|
Completed in 13 milliseconds