/ohos5.0/base/msdp/device_status/test/fuzztest/devicemanager_fuzzer/ |
H A D | devicemanager_fuzzer.h | 90 void OnDelegateTask(const struct epoll_event &ev);
|
H A D | devicemanager_fuzzer.cpp | 389 OnDelegateTask(ev[i]); in OnThread() 400 void ContextService::OnDelegateTask(const struct epoll_event &ev) in OnDelegateTask() function in OHOS::Msdp::DeviceStatus::ContextService
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/include/ |
H A D | timer_manager_test.h | 84 void OnDelegateTask(const struct epoll_event &ev);
|
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/include/ |
H A D | device_manager_test.h | 89 void OnDelegateTask(const struct epoll_event &ev);
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/include/ |
H A D | device_manager_test.h | 90 void OnDelegateTask(const struct epoll_event &ev);
|
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 391 OnDelegateTask(ev[i]); in OnThread() 402 void ContextService::OnDelegateTask(const struct epoll_event &ev) in OnDelegateTask() function in OHOS::Msdp::DeviceStatus::ContextService
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/ |
H A D | device_manager_test.cpp | 391 OnDelegateTask(ev[i]); in OnThread() 402 void ContextService::OnDelegateTask(const struct epoll_event &ev) in OnDelegateTask() function in OHOS::Msdp::DeviceStatus::ContextService
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 338 OnDelegateTask(ev[i]); in OnThread() 347 void ContextService::OnDelegateTask(const struct epoll_event &ev) in OnDelegateTask() function in OHOS::Msdp::DeviceStatus::ContextService
|
/ohos5.0/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 122 void OnDelegateTask(const epoll_event &ev);
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 978 ASSERT_NO_FATAL_FAILURE(mmiService.OnDelegateTask(ev)); 980 ASSERT_NO_FATAL_FAILURE(mmiService.OnDelegateTask(ev));
|
/ohos5.0/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 483 OnDelegateTask(ev[i]); in OnThread() 496 void DeviceStatusService::OnDelegateTask(const struct epoll_event &ev) in OnDelegateTask() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 226 void OnDelegateTask(epoll_event& ev);
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1800 void MMIService::OnDelegateTask(epoll_event &ev) in OnDelegateTask() function in OHOS::MMI::MMIService 1854 …CalculateFuntionRunningTime([this, &event]() { this->OnDelegateTask(event); }, "EPOLL_EVENT_ETASK"… in OnThread()
|