Searched refs:GetThisThreadId (Results 1 - 14 of 14) sorted by relevance
/foundation/multimodalinput/input/util/common/include/ |
H A D | define_multimodal.h | 130 __FILE__, __LINE__, GetPid(), GetThisThreadId()); \ 271 MMI_HILOGD("pid:%{public}d threadId:%{public}" PRIu64, GetPid(), GetThisThreadId()); \
|
H A D | util.h | 48 uint64_t GetThisThreadId();
|
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/ |
H A D | task_scheduler.h | 92 return (GetThisThreadId() == workerThreadId_); in IsCallFromWorkerThread()
|
/foundation/multimodalinput/input/service/delegate_task/include/ |
H A D | delegate_tasks.h | 90 return (GetThisThreadId() == workerThreadId_); in IsCallFromWorkerThread()
|
/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 333 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 D | task_scheduler.cpp | 143 TaskData data = { GetThisThreadId(), id }; in PostTask()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | multimodal_event_handler.cpp | 155 if (!eventHandlerPtr->PostTask([this] { SetClientInfo(GetPid(), GetThisThreadId()); })) { in InitClient()
|
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_tasks.cpp | 156 TaskData data = { GetThisThreadId(), id }; in PostTask()
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | event_util_test.cpp | 123 threadId_ = GetThisThreadId(); in OnInputEvent() 129 threadId_ = GetThisThreadId(); in OnInputEvent()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | input_event_handler.cpp | 93 "beginTime:%{public}" PRId64, idSeed_, GetThisThreadId(), eventType, beginTime); in OnEvent()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 102 uint64_t GetThisThreadId() in GetThisThreadId() function
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 810 runnerThreadId = GetThisThreadId(); in HWTEST_F() 850 runnerThreadId = GetThisThreadId(); in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2542 GetThisThreadId(), data.tid, data.taskId); in OnDelegateTask() 2549 uint64_t tid = GetThisThreadId(); in OnThread()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 117 MMI_HILOGD("RemoteRequest code:%{public}d, tid:%{public}" PRIu64 ", pid:%{public}d", code, GetThisThreadId(), pid); in OnRemoteRequest()
|
Completed in 19 milliseconds