/base/update/updateservice/services/service/include/ |
H A D | dupdate_log.h | 38 #define HILOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ macro 41 #define HILOGD(fmt, ...) macro 68 #define HILOGD(fmt, ...) printf(LOG_TAG ": " "<DEBUG>[%{public}s:%{public}d]: " fmt "\n", \ macro 71 #define HILOGD(fmt, ...) macro
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_runner.cpp | 60 HILOGD("thread name is %{public}s", name.c_str()); in SystemCallSetThreadName() 84 HILOGD("Thread id: %{public}zu", CalculateHashCode(threadId)); in ReclaimCurrentThread() 118 HILOGD("New thread id: %{public}zu", CalculateHashCode(threadId)); in Deposit() 144 HILOGD("enter"); in ReclaimAll() 154 HILOGD("enter"); in Stop() 192 HILOGD("Thread id: %{public}zu", hashThreadId); in DoReclaimLocked() 199 HILOGD("Done, thread id: %{public}zu", hashThreadId); in DoReclaimLocked() 207 HILOGD("Collector thread is started"); in Run() 228 HILOGD("Collector thread is stopped"); in Run() 251 HILOGD("ente in ~Avatar() [all...] |
H A D | event_handler.cpp | 73 HILOGD("eventRunner is alive"); in ~EventHandler() 116 HILOGD("Current event id is %{public}s .", (event->GetEventUniqueId()).c_str()); in SendEvent() 151 HILOGD("Current front event id is %{public}s .", (event->GetEventUniqueId()).c_str()); in PostTaskAtFront() 240 HILOGD("RemoveAllEvents enter"); in RemoveAllEvents() 251 HILOGD("RemoveEvent enter"); in RemoveEvent() 262 HILOGD("RemoveEvent -- enter"); in RemoveEvent() 273 HILOGD("RemoveTask enter"); in RemoveTask() 284 HILOGD("RemoveTaskWithRet enter"); in RemoveTaskWithRet() 304 HILOGD("enter"); in AddFileDescriptorListener() 323 HILOGD("ente in RemoveAllFileDescriptorListeners() [all...] |
H A D | event_queue_ffrt.cpp | 96 HILOGD("Event queue ffrt"); in EventQueueFFRT() 110 HILOGD("Event queue ffrt"); in EventQueueFFRT() 147 HILOGD("RemoveAll"); in RemoveAll() 163 HILOGD("Remove"); in Remove() 187 HILOGD("Remove"); in Remove() 211 HILOGD("Remove"); in Remove() 236 HILOGD("Remove"); in Remove() 424 HILOGD("FFRT CancelAndWait enter."); in CancelAndWait() 467 HILOGD("Submit task %{public}s, %{public}d, %{public}d, %{public}d.", taskName.c_str(), priority, in InsertEvent() 580 HILOGD("Ad in AddFileDescriptorListener() [all...] |
H A D | event_queue.cpp | 40 HILOGD("enter"); in EventQueue() 46 HILOGD("enter"); in EventQueue()
|
H A D | inner_event.cpp | 98 HILOGD("InnerEventPool enter"); in InnerEventPool() 103 HILOGD("~InnerEventPool enter"); in ~InnerEventPool() 119 HILOGD("innerEventId is %{public}u, caller is %{public}s", innerEventId, caller.ToString().c_str()); in Get() 132 HILOGD("innerEventId is %{public}u, caller is %{public}s", in Get() 136 HILOGD("innerEventId is %{public}s, caller is %{public}s", in Get() 157 HILOGD("event taskName is '%{public}s', caller is %{public}s", name.c_str(), caller.ToString().c_str()); in Get() 194 HILOGD("Type of the shared_ptr, weak_ptr or unique_ptr mismatched"); in WarnSmartPtrCastMismatch()
|
H A D | event_queue_base.cpp | 114 HILOGD("enter"); in EventQueueBase() 120 HILOGD("enter"); in EventQueueBase() 144 HILOGD("Insert task: %{public}s %{public}d.", (event->GetEventUniqueId()).c_str(), insertType); in Insert() 177 HILOGD("enter"); in RemoveOrphan() 194 HILOGD("enter"); in RemoveAll() 208 HILOGD("enter"); in Remove() 221 HILOGD("enter"); in Remove() 235 HILOGD("enter"); in Remove() 251 HILOGD("enter"); in Remove() 275 HILOGD("ente in Remove() [all...] |
H A D | deamon_io_waiter.cpp | 51 HILOGD("enter"); in ~DeamonIoWaiter() 75 HILOGD("enter"); in Init() 186 HILOGD("Post fd %{public}d, task %{public}s, priority %{public}d.", fileDescriptor, in HandleFileDescriptorEvent() 229 HILOGD("Epoll io waiter start polling."); in EpollWaitFor() 238 HILOGD("Epoll io waiter set thread sched. pid: %{public}d, tid: %{public}d", getprocpid(), getproctid()); in EpollWaitFor() 328 HILOGD("DeamonIoWaiter add file %{public}d, %{public}s, %{public}d", fileDescriptor, taskName.c_str(), priority); in AddFileDescriptor()
|
H A D | none_io_waiter.cpp | 34 HILOGD("enter"); in ~NoneIoWaiter()
|
H A D | epoll_io_waiter.cpp | 48 HILOGD("enter"); in ~EpollIoWaiter() 63 HILOGD("enter"); in Init()
|
/base/notification/eventhandler/frameworks/napi/src/ |
H A D | events_emitter.cpp | 63 HILOGD("enter"); in ProcessCallback() 82 HILOGD("ProcessEvent delete once"); in ProcessCallback() 97 HILOGD("Event id value:%{public}u", std::get<uint32_t>(eventId)); in OutPutEventIdLog() 99 HILOGD("Event id value:%{public}s", std::get<std::string>(eventId).c_str()); in OutPutEventIdLog() 110 HILOGD("eventDataInner address: %{public}p", &eventDataInner); in ThreadSafeCallback() 113 HILOGD("Scope is null"); in ThreadSafeCallback() 156 HILOGD("size = %{public}zu", callbackSize); in ProcessEvent() 199 HILOGD("JS_On change once to on"); in UpdateOnceFlag() 202 HILOGD("JS_On already on"); in UpdateOnceFlag() 206 HILOGD("JS_Onc in UpdateOnceFlag() [all...] |
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_logger.h | 53 #define HILOGD(fmt, ...) do { \ macro 138 HILOGD(fmt, ##__VA_ARGS__); \
|
/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | event_hitrace_meter_adapter.h | 63 HILOGD("%{public}s is already dlopened.", TRACE_LIB_PATH.c_str()); in Load()
|