Searched refs:HILOGW (Results 1 – 8 of 8) sorted by relevance
/base/update/updateservice/services/service/include/ |
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/frameworks/eventhandler/src/ |
D | none_io_waiter.cpp | 79 HILOGW("AddFileDescriptor: Function is not supported !!!"); in AddFileDescriptor() 85 HILOGW("RemoveFileDescriptor: Function is not supported !!!"); in RemoveFileDescriptor() 90 HILOGW("SetFileDescriptorEventCallback: Function is not supported !!!"); in SetFileDescriptorEventCallback()
|
D | event_runner.cpp | 110 HILOGW("Deposit: Collector thread is destroying"); in Deposit() 299 HILOGW("ThreadMain: EventRunner has been released just after its creation"); in ThreadMain() 430 HILOGW("Create: Failed to attach thread, maybe process is exiting"); in Create() 471 HILOGW("Run: Already running"); in Run() 492 HILOGW("Stop: Already stopped"); in Stop()
|
D | event_queue.cpp | 486 HILOGW("HandleFileDescriptorEvent: Can not found listener, maybe it is removed"); in HandleFileDescriptorEvent() 499 HILOGW("HandleFileDescriptorEvent: Owner of listener is released"); in HandleFileDescriptorEvent() 507 HILOGW("HandleFileDescriptorEvent-Lambda: Listener is released"); in HandleFileDescriptorEvent()
|
D | inner_event.cpp | 182 HILOGW("Failed to create inner event with an invalid callback"); in Get()
|
D | event_handler.cpp | 231 HILOGW("SetEventRunner: It is not recommended to change the event runner dynamically"); in SetEventRunner()
|
/base/notification/eventhandler/frameworks/napi/src/ |
D | events_emitter.cpp | 26 #define HILOGW(...) OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, ##__VA_ARGS__) macro 89 HILOGW("EventDataWorkder instance(uv_work_t) is nullptr"); in ProcessCallback() 127 HILOGW("ProcessEvent has no callback"); in ProcessEvent() 443 HILOGW("JS_Emit has no callback"); in IsExistValidCallback() 488 HILOGW("JS_Emit has no valid callback"); in JS_Emit()
|
/base/notification/eventhandler/frameworks/eventhandler/include/ |
D | event_handler_utils.h | 32 #define HILOGW(...) OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, ##__VA_ARGS__) macro
|