Home
last modified time | relevance | path

Searched refs:OnThread (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp40 * @tc.desc: Test OnThread
49 ASSERT_NO_FATAL_FAILURE(mmiService.OnThread()); in HWTEST_F()
54 * @tc.desc: Test OnThread
63 ASSERT_NO_FATAL_FAILURE(mmiService.OnThread()); in HWTEST_F()
68 * @tc.desc: Test OnThread
77 ASSERT_NO_FATAL_FAILURE(mmiService.OnThread()); in HWTEST_F()
82 * @tc.desc: Test OnThread
91 ASSERT_NO_FATAL_FAILURE(mmiService.OnThread()); in HWTEST_F()
926 * @tc.desc: Test the function OnThread
933 ASSERT_NO_FATAL_FAILURE(mmiService.OnThread()); in HWTEST_F()
[all...]
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h83 void OnThread();
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp343 worker_ = std::thread(std::bind(&ContextService::OnThread, this)); in OnStart()
373 void ContextService::OnThread() in OnThread() function in OHOS::Msdp::DeviceStatus::ContextService
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h247 void OnThread();
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp865 t_ = std::thread([this] {this->OnThread();}); in OnStart()
2546 void MMIService::OnThread() in OnThread() function in OHOS::MMI::MMIService

Completed in 9 milliseconds