Searched refs:HILOG_WARN (Results 1 – 5 of 5) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/console/ |
D | log.h | 32 #undef HILOG_WARN 48 #define HILOG_WARN(fmt, ...) HILOG_PRINT(Warn, fmt, ##__VA_ARGS__) macro
|
D | console.cpp | 58 HILOG_WARN("%{public}s", content); in LogPrint() 231 HILOG_WARN("%{public}sCounter %{public}s doesn't exists, please check Counter Name.", in CountReset() 676 HILOG_WARN("Timer %{public}s already exists, please check Timer Name", timerName.c_str()); in Time() 693 HILOG_WARN("%{public}sTimer %{public}s doesn't exists, please check Timer Name.", in TimeLog() 711 HILOG_WARN("%{public}sTimer %{public}s doesn't exists, please check Timer Name.", in TimeEnd()
|
/commonlibrary/ets_utils/js_sys_module/timer/ |
D | timer.cpp | 149 HILOG_WARN("not found timerCallbackInfo"); in TimerCallback() 183 HILOG_WARN("timeout should be number"); in SetTimeoutInner() 188 HILOG_WARN("timeout < 0 is unreasonable"); in SetTimeoutInner()
|
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
D | worker_new.cpp | 910 …HILOG_WARN("worker:: InitContainerScopeFunc error when HostOnMessageInner begin(only stage model)"… in HostOnMessageInner() 960 …HILOG_WARN("worker:: FinishContainerScopeFunc error when HostOnMessageInner end(only stage model)"… in HostOnMessageInner() 1030 HILOG_WARN("worker:: InitContainerScopeFunc error when onerror begin(only stage model)"); in HostOnErrorInner() 1052 HILOG_WARN("worker:: FinishContainerScopeFunc error when onerror end(only stage model)"); in HostOnErrorInner()
|
D | worker.cpp | 267 HILOG_WARN("worker:: InitContainerScopeFunc error when onerror begin(only stage model)"); in HostOnErrorInner() 288 HILOG_WARN("worker:: FinishContainerScopeFunc error when onerror end(only stage model)"); in HostOnErrorInner() 396 …HILOG_WARN("worker:: InitContainerScopeFunc error when HostOnMessageInner begin(only stage model)"… in HostOnMessageInner() 447 …HILOG_WARN("worker:: FinishContainerScopeFunc error when HostOnMessageInner end(only stage model)"… in HostOnMessageInner()
|