Home
last modified time | relevance | path

Searched refs:HILOGE (Results 1 - 11 of 11) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/src/
H A Depoll_io_waiter.cpp65 HILOGE("Already initialized"); in Init()
77 HILOGE("Failed to create epoll, %{public}s", errmsg); in Init()
85 HILOGE("Failed to create event fd, %{public}s", errmsg); in Init()
93 HILOGE("Failed to add awaken file descriptor into epoll, %{public}s", errmsg); in Init()
119 HILOGE("MUST initialized before waiting"); in WaitFor()
133 HILOGE("WaitingCount_ become negative: %{public}d", waitingCount_.load()); in WaitFor()
141 HILOGE("Failed to wait epoll, %{public}s", errmsg); in WaitFor()
190 HILOGE("MUST initialized before notifying"); in NotifyAll()
204 HILOGE("Failed to write data into awaken pipe, %{public}s", errmsg); in NotifyAll()
217 HILOGE(" in AddFileDescriptor()
[all...]
H A Ddeamon_io_waiter.cpp80 HILOGE("Already initialized"); in Init()
92 HILOGE("Failed to create epoll, %{public}s", errmsg); in Init()
100 HILOGE("Failed to create event fd, %{public}s", errmsg); in Init()
108 HILOGE("Failed to add awaken file descriptor into epoll, %{public}s", errmsg); in Init()
226 HILOGE("MUST initialized before waiting"); in EpollWaitFor()
250 HILOGE("WaitingCount_ become negative: %{public}d", waitingCount_.load()); in EpollWaitFor()
257 HILOGE("Failed to wait epoll, %{public}s", errmsg); in EpollWaitFor()
274 HILOGE("MUST initialized before notifying"); in NotifyAll()
288 HILOGE("Failed to write data into awaken pipe, %{public}s", errmsg); in NotifyAll()
301 HILOGE(" in AddFileDescriptor()
[all...]
H A Devent_handler.cpp94 HILOGE("Could not send an invalid event"); in SendEvent()
118 HILOGE("MUST Set event runner before sending events"); in SendEvent()
129 HILOGE("MUST Set event runner before posting events"); in PostTaskAtFront()
135 HILOGE("Get an invalid event"); in PostTaskAtFront()
173 HILOGE("Could not send an invalid event or idle event"); in SendSyncEvent()
178 HILOGE("MUST Set a running event runner before sending sync events"); in SendSyncEvent()
205 HILOGE("SendEvent is failed"); in SendSyncEvent()
225 HILOGE("SendEvent is failed"); in SendSyncEvent()
242 HILOGE("MUST Set event runner before removing all events"); in RemoveAllEvents()
253 HILOGE("MUS in RemoveEvent()
[all...]
H A Devent_queue_ffrt.cpp165 HILOGE("Invalid owner"); in Remove()
189 HILOGE("Invalid owner"); in Remove()
213 HILOGE("Invalid owner"); in Remove()
238 HILOGE("Invalid owner"); in Remove()
262 HILOGE("Invalid owner"); in HasInnerEvent()
284 HILOGE("Invalid owner"); in HasInnerEvent()
454 HILOGE("Could not insert an invalid event"); in InsertEvent()
564 HILOGE("%{public}d, %{public}u, %{public}s: Invalid parameter", in AddFileDescriptorListener()
576 HILOGE("File descriptor %{public}d is already in listening", fileDescriptor); in AddFileDescriptorListener()
586 HILOGE("Faile in AddFileDescriptorListener()
[all...]
H A Devent_runner.cpp58 HILOGE("Failed to set thread name, %{public}s", errmsg); in SystemCallSetThreadName()
113 HILOGE("%{public}s, %{public}s: Invalid parameter", threadState, threadExit ? "valid" : "null"); in Deposit()
488 HILOGE("memset_s failed"); in CrashCallback()
499 HILOGE("snprintf_s failed"); in CrashCallback()
506 HILOGE("memcpy_s failed"); in CrashCallback()
693 HILOGE("Do not call, if event runner is deposited"); in Run()
785 HILOGE("current runner is nullptr"); in GetCurrentEventQueue()
793 HILOGE("current runner is nullptr"); in GetCurrentEventQueue()
838 HILOGE("mainRunner_ create fail"); in GetMainEventRunner()
869 HILOGE("SetMainLooperWatche in SetMainLooperWatcher()
[all...]
H A Devent_queue_base.cpp141 HILOGE("Could not insert an invalid event"); in Insert()
210 HILOGE("Invalid owner"); in Remove()
223 HILOGE("Invalid owner"); in Remove()
237 HILOGE("Invalid owner"); in Remove()
253 HILOGE("Invalid owner or task name"); in Remove()
311 HILOGE("Invalid owner"); in HasInnerEvent()
323 HILOGE("Invalid owner"); in HasInnerEvent()
473 HILOGE("this branch is unreachable"); in TryExecuteObserverCallback()
810 HILOGE("%{public}d, %{public}u, %{public}s: Invalid parameter", in AddFileDescriptorListener()
822 HILOGE("Fil in AddFileDescriptorListener()
[all...]
H A Devent_queue.cpp69 HILOGE("Failed to call wait, reset IO waiter"); in WaitUntilLocked()
/base/update/updateservice/services/service/include/
H A Ddupdate_log.h59 #define HILOGE(fmt, ...) HILOG_ERROR(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ macro
62 #define HILOGE(fmt, ...) macro
89 #define HILOGE(fmt, ...) printf(LOG_TAG ": " "<ERROR>[%{public}s:%{public}d]: " fmt "\n", \ macro
92 #define HILOGE(fmt, ...) macro
/base/notification/eventhandler/frameworks/napi/src/
H A Devents_emitter.cpp54 HILOGE("failed to create EventRunner events_emitter"); in GetInstance()
70 HILOGE("Deserialize fail."); in ProcessCallback()
169 HILOGE("new object failed"); in ProcessEvent()
176 HILOGE("env is release"); in ProcessEvent()
276 HILOGE("Event id is empty for argument 1."); in GetEventIdWithObjectOrString()
285 HILOGE("Argument 1 does not have event id."); in GetEventIdWithObjectOrString()
324 HILOGE("napi_delete_reference fail."); in ReleaseCallbackInfo()
347 HILOGE("requires 2 parameter"); in OnOrOnce()
353 HILOGE("type mismatch for parameter 1"); in OnOrOnce()
358 HILOGE("typ in OnOrOnce()
[all...]
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_hitrace_meter_adapter.h69 HILOGE("dlopen %{public}s failed.", TRACE_LIB_PATH.c_str()); in Load()
75 HILOGE("get symbol IsTagEnabled failed."); in Load()
81 HILOGE("get symbol StartTrace failed."); in Load()
87 HILOGE("get symbol FinishTrace failed."); in Load()
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_logger.h67 #define HILOGE(fmt, ...) do { \ macro
111 HILOGE(fmt, ##__VA_ARGS__); \

Completed in 8 milliseconds