Home
last modified time | relevance | path

Searched refs:TaskThreadLoop (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_task_thread.c94 static int TaskThreadLoop(void* args) in TaskThreadLoop() function
131 int32_t res = InitThread(&thread->thread, TaskThreadLoop, stackSize, threadName); in InitHcTaskThread()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h98 void TaskThreadLoop();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp45 taskQueueThread_ = std::thread([this] { this->TaskThreadLoop(); }); in DScreen()
147 void DScreen::TaskThreadLoop() in TaskThreadLoop() function in OHOS::DistributedHardware::V1_0::DScreen
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h107 void TaskThreadLoop();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp58 taskQueueThread_ = std::thread([this] { this->TaskThreadLoop(); }); in DScreen()
593 void DScreen::TaskThreadLoop() in TaskThreadLoop() function in OHOS::DistributedHardware::V2_0::DScreen