Searched refs:HILOGW (Results 1 - 12 of 12) sorted by relevance
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue_ffrt.cpp | 132 HILOGW("Remove is unavailable."); in RemoveOrphanByHandlerId() 138 HILOGW("EventQueueFFRT is unavailable."); in RemoveOrphanByHandlerId() 150 HILOGW("EventQueueFFRT is unavailable."); in RemoveAll() 155 HILOGW("RemoveAll is unavailable."); in RemoveAll() 171 HILOGW("EventQueueFFRT is unavailable."); in Remove() 179 HILOGW("Remove is unavailable."); in Remove() 195 HILOGW("EventQueueFFRT is unavailable."); in Remove() 203 HILOGW("Remove is unavailable."); in Remove() 219 HILOGW("EventQueueFFRT is unavailable."); in Remove() 228 HILOGW("Remov in Remove() [all...] |
H A D | ffrt_descriptor_listener.cpp | 27 HILOGW("OnReadable bad fd"); in OnReadable() 36 HILOGW("OnWritable bad fd"); in OnWritable() 45 HILOGW("OnShutdown bad fd"); in OnShutdown() 55 HILOGW("OnException bad fd"); in OnException()
|
H A D | none_io_waiter.cpp | 81 HILOGW("Function is not supported !!!"); in AddFileDescriptor() 87 HILOGW("Function is not supported !!!"); in RemoveFileDescriptor() 92 HILOGW("Function is not supported !!!"); in SetFileDescriptorEventCallback()
|
H A D | event_handler.cpp | 49 HILOGW("Current handler is null."); in Current() 163 HILOGW("SendTime is before now systime, change to 0 delaytime Event"); in SendTimingEvent() 356 HILOGW("It is not recommended to change the event runner dynamically"); in SetEventRunner() 544 HILOGW("event is nullptr"); in GetEventName() 607 HILOGW("GetMainEventHandlerForFFRT execute fail, mainHandler is nullptr"); in GetMainEventHandlerForFFRT() 619 HILOGW("GetCurrentEventHandlerForFFRT execute fail, currentHandler is nullptr"); in GetCurrentEventHandlerForFFRT() 629 HILOGW("PostTaskByFFRT execute fail, handler is nullptr"); in PostTaskByFFRT() 643 HILOGW("PostSyncTaskByFFRT execute fail, handler is nullptr"); in PostSyncTaskByFFRT() 654 HILOGW("RemoveTaskForFFRT execute fail, handler is nullptr"); in RemoveTaskForFFRT() 665 HILOGW("RemoveAllTaskForFFR in RemoveAllTaskForFFRT() [all...] |
H A D | event_queue_base.cpp | 147 HILOGW("EventQueue is unavailable."); in Insert() 185 HILOGW("EventQueueBase is unavailable."); in RemoveOrphan() 197 HILOGW("EventQueueBase is unavailable."); in RemoveAll() 278 HILOGW("EventQueueBase is unavailable."); in Remove() 294 HILOGW("EventQueueBase is unavailable."); in RemoveOrphan() 336 HILOGW("EventQueueBase is unavailable."); in HasInnerEvent() 592 HILOGW("EventQueue is unavailable."); in Dump() 612 HILOGW("EventQueue is unavailable."); in DumpQueueInfo() 649 HILOGW("EventQueue is unavailable."); in IsQueueEmpty() 665 HILOGW("even in PushHistoryQueueBeforeDistribute() [all...] |
H A D | event_runner.cpp | 122 HILOGW("Collector thread is destroying"); in Deposit() 423 HILOGW("Invalid event handler."); in ExecuteEventHandler() 623 HILOGW("Failed to attach thread, maybe process is exiting"); in Create() 637 HILOGW("Current handler is null."); in Current() 683 HILOGW("Failed to attach thread for no wait, maybe process is exiting"); in StartRunningForNoWait() 699 HILOGW("Already running"); in Run() 727 HILOGW("Stop: Already stopped"); in Stop() 777 HILOGW("Current handler is null."); in GetCurrentEventQueue() 820 HILOGW("Current handler is null."); in IsCurrentRunnerThread()
|
H A D | deamon_io_waiter.cpp | 157 HILOGW("Owner of listener is released %{public}d.", fileDescriptor); in HandleFileDescriptorEvent() 165 HILOGW("Listener is released"); in HandleFileDescriptorEvent() 384 HILOGW("DeamonIoWaiter get file descriptor failed %{public}d", fileDescriptor); in GetFileDescriptorMap()
|
H A D | epoll_io_waiter.cpp | 304 HILOGW("EpollIoWaiter get file descriptor failed %{public}d", fileDescriptor); in GetFileDescriptorMap()
|
H A D | inner_event.cpp | 148 HILOGW("Failed to create inner event with an invalid callback"); in Get()
|
/base/update/updateservice/services/service/include/ |
H A D | dupdate_log.h | 52 #define HILOGW(fmt, ...) HILOG_WARN(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ macro 55 #define HILOGW(fmt, ...) macro 82 #define HILOGW(fmt, ...) printf(LOG_TAG ": " "<WARN>[%{public}s:%{public}d]: " fmt "\n", \ macro 85 #define HILOGW(fmt, ...) macro
|
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_logger.h | 63 #define HILOGW(fmt, ...) do { \ macro 120 HILOGW(fmt, ##__VA_ARGS__); \
|
/base/notification/eventhandler/frameworks/napi/src/ |
H A D | events_emitter.cpp | 132 HILOGW("ProcessEvent has no callback"); in GetAsyncCallbackInfo() 151 HILOGW("ProcessEvent has no valid callback"); in ProcessEvent() 162 HILOGW("EventData delete release failed."); in ProcessEvent() 171 HILOGW("EventData maybe release at process %{public}zu", callbackInfos.size()); in ProcessEvent() 178 HILOGW("EventData maybe release at nullptr %{public}zu", callbackInfos.size()); in ProcessEvent()
|
Completed in 9 milliseconds