Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h89 void OnDelegateTask(const struct epoll_event &ev);
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp391 OnDelegateTask(ev[i]); in OnThread()
402 void ContextService::OnDelegateTask(const struct epoll_event &ev) in OnDelegateTask() function in OHOS::Msdp::DeviceStatus::ContextService
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp910 * @tc.desc: Test the function OnDelegateTask
919 ASSERT_NO_FATAL_FAILURE(mmiService.OnDelegateTask(ev)); in HWTEST_F()
921 ASSERT_NO_FATAL_FAILURE(mmiService.OnDelegateTask(ev)); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h249 void OnDelegateTask(epoll_event& ev);
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2529 void MMIService::OnDelegateTask(epoll_event &ev) in OnDelegateTask() function in OHOS::MMI::MMIService
2583 CalculateFuntionRunningTime([this, &event]() { this->OnDelegateTask(event); }, "MMI:EPOLL_EVENT_ETASK"); in OnThread()

Completed in 11 milliseconds