Home
last modified time | relevance | path

Searched refs:GetThisThreadId (Results 1 - 14 of 14) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Ddefine_multimodal.h130 __FILE__, __LINE__, GetPid(), GetThisThreadId()); \
271 MMI_HILOGD("pid:%{public}d threadId:%{public}" PRIu64, GetPid(), GetThisThreadId()); \
H A Dutil.h48 uint64_t GetThisThreadId();
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/
H A Dtask_scheduler.h92 return (GetThisThreadId() == workerThreadId_); in IsCallFromWorkerThread()
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_tasks.h90 return (GetThisThreadId() == workerThreadId_); in IsCallFromWorkerThread()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp333 uint64_t tid = GetThisThreadId(); in OnStart()
377 uint64_t tid = GetThisThreadId(); in OnThread()
414 ", taskId:%{public}d", GetThisThreadId(), data.tid, data.taskId); in OnDelegateTask()
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp143 TaskData data = { GetThisThreadId(), id }; in PostTask()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dmultimodal_event_handler.cpp155 if (!eventHandlerPtr->PostTask([this] { SetClientInfo(GetPid(), GetThisThreadId()); })) { in InitClient()
/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_tasks.cpp156 TaskData data = { GetThisThreadId(), id }; in PostTask()
/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp123 threadId_ = GetThisThreadId(); in OnInputEvent()
129 threadId_ = GetThisThreadId(); in OnInputEvent()
/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp93 "beginTime:%{public}" PRId64, idSeed_, GetThisThreadId(), eventType, beginTime); in OnEvent()
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp102 uint64_t GetThisThreadId() in GetThisThreadId() function
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp810 runnerThreadId = GetThisThreadId(); in HWTEST_F()
850 runnerThreadId = GetThisThreadId(); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2542 GetThisThreadId(), data.tid, data.taskId); in OnDelegateTask()
2549 uint64_t tid = GetThisThreadId(); in OnThread()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp117 MMI_HILOGD("RemoteRequest code:%{public}d, tid:%{public}" PRIu64 ", pid:%{public}d", code, GetThisThreadId(), pid); in OnRemoteRequest()

Completed in 19 milliseconds