Home
last modified time | relevance | path

Searched refs:HILOGD (Results 1 - 13 of 13) sorted by relevance

/base/update/updateservice/services/service/include/
H A Ddupdate_log.h38 #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 Devent_runner.cpp60 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 Devent_handler.cpp73 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 Devent_queue_ffrt.cpp96 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 Devent_queue.cpp40 HILOGD("enter"); in EventQueue()
46 HILOGD("enter"); in EventQueue()
H A Dinner_event.cpp98 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 Devent_queue_base.cpp114 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 Ddeamon_io_waiter.cpp51 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 Dnone_io_waiter.cpp34 HILOGD("enter"); in ~NoneIoWaiter()
H A Depoll_io_waiter.cpp48 HILOGD("enter"); in ~EpollIoWaiter()
63 HILOGD("enter"); in Init()
/base/notification/eventhandler/frameworks/napi/src/
H A Devents_emitter.cpp63 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 Devent_logger.h53 #define HILOGD(fmt, ...) do { \ macro
138 HILOGD(fmt, ##__VA_ARGS__); \
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_hitrace_meter_adapter.h63 HILOGD("%{public}s is already dlopened.", TRACE_LIB_PATH.c_str()); in Load()

Completed in 9 milliseconds