Home
last modified time | relevance | path

Searched refs:HILOGW (Results 1 – 8 of 8) sorted by relevance

/base/update/updateservice/services/service/include/
Ddupdate_log.h52 #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/
Dnone_io_waiter.cpp79 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()
Devent_runner.cpp110 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()
Devent_queue.cpp486 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()
Dinner_event.cpp182 HILOGW("Failed to create inner event with an invalid callback"); in Get()
Devent_handler.cpp231 HILOGW("SetEventRunner: It is not recommended to change the event runner dynamically"); in SetEventRunner()
/base/notification/eventhandler/frameworks/napi/src/
Devents_emitter.cpp26 #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/
Devent_handler_utils.h32 #define HILOGW(...) OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, ##__VA_ARGS__) macro