Home
last modified time | relevance | path

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

/base/msdp/device_status/utils/common/include/
H A Ddevicestatus_define.h116 __FILE__, __LINE__, GetPid(), GetThisThreadId()); \
H A Dutil.h79 uint64_t GetThisThreadId();
/base/msdp/device_status/intention/scheduler/task_scheduler/include/
H A Dtask_scheduler.h92 return (GetThisThreadId() == workerThreadId_); in IsCallFromWorkerThread()
/base/msdp/device_status/services/delegate_task/include/
H A Ddelegate_tasks.h94 return (GetThisThreadId() == workerTid_); in IsCallFromWorkerThread()
/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp143 TaskData data = { GetThisThreadId(), id }; in PostTask()
/base/msdp/device_status/services/delegate_task/src/
H A Ddelegate_tasks.cpp142 TaskData data = {GetThisThreadId(), id}; in PostTask()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp340 uint64_t tid = GetThisThreadId(); in OnStart()
384 uint64_t tid = GetThisThreadId(); in OnThread()
421 ", taskId:%{public}d", GetThisThreadId(), data.tid, data.taskId); in OnDelegateTask()
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.cpp338 uint64_t tid = GetThisThreadId(); in OnStart()
382 uint64_t tid = GetThisThreadId(); in OnThread()
419 ", taskId:%{public}d", GetThisThreadId(), data.tid, data.taskId); in OnDelegateTask()
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp289 uint64_t tid = GetThisThreadId(); in OnStart()
332 uint64_t tid = GetThisThreadId(); in OnThread()
366 ", taskId:%{public}d", GetThisThreadId(), data.tid, data.taskId); in OnDelegateTask()
/base/msdp/device_status/utils/common/src/
H A Dutil.cpp83 uint64_t GetThisThreadId() in GetThisThreadId() function
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp98 uint64_t tid = GetThisThreadId(); in OnStart()
504 uint64_t tid = GetThisThreadId(); in OnThread()
554 ", taskId:%{public}d", GetThisThreadId(), data.tid, data.taskId); in OnDelegateTask()

Completed in 11 milliseconds