Home
last modified time | relevance | path

Searched refs:Dispatch (Results 1 - 25 of 31) sorted by relevance

12

/base/msdp/device_status/test/unittest/intention/services/src/
H A Dmonitor_test.cpp76 * @tc.desc: test Dispatch event
85 ASSERT_NO_FATAL_FAILURE(monitor.Dispatch(ev)); in HWTEST_F()
87 ASSERT_NO_FATAL_FAILURE(monitor.Dispatch(ev)); in HWTEST_F()
89 ASSERT_NO_FATAL_FAILURE(monitor.Dispatch(ev)); in HWTEST_F()
H A Ddevice_manager_test.cpp299 devMgr_.Dispatch(ev); in OnDeviceMgr()
458 * @tc.desc: Test the founction Dispatch
472 ASSERT_NO_FATAL_FAILURE(env->devMgr_.Dispatch(ev)); in HWTEST_F()
H A Ddevice_test.cpp277 * @tc.desc: Test func named Dispatch
287 ASSERT_NO_FATAL_FAILURE(dev->Dispatch(ev)); in HWTEST_F()
/base/msdp/device_status/intention/prototype/include/
H A Di_epoll_event_source.h31 virtual void Dispatch(const struct epoll_event &ev) = 0;
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Ddump_helper.h31 bool Dispatch(int fd, const std::vector<std::string> &args);
H A Ddump_helper.cpp35 bool DumpHelper::Dispatch(int fd, const std::vector<std::string> &args) in Dispatch() function in OHOS::MiscServices::DumpHelper
/base/theme/screenlock_mgr/services/include/
H A Ddump_helper.h32 bool Dispatch(int fd, const std::vector<std::string> &args);
/base/msdp/device_status/test/unittest/intention/common/include/
H A Depoll_manager_test.h38 void Dispatch(const struct epoll_event &ev) override;
/base/time/time_service/services/dfx/include/
H A Dtime_cmd_dispatcher.h30 bool Dispatch(int fd, const std::vector<std::string> &args);
/base/msdp/device_status/intention/common/epoll/include/
H A Depoll_manager.h47 void Dispatch(const struct epoll_event &ev) override;
/base/msdp/device_status/intention/services/device_manager/include/
H A Dmonitor.h40 void Dispatch(const struct epoll_event &ev) override;
H A Ddevice_manager.h47 void Dispatch(const struct epoll_event &ev) override;
/base/theme/screenlock_mgr/services/src/
H A Ddump_helper.cpp33 bool DumpHelper::Dispatch(int fd, const std::vector<std::string> &args) in Dispatch() function in OHOS::ScreenLock::DumpHelper
/base/msdp/device_status/test/unittest/intention/common/src/
H A Depoll_manager_test.cpp66 void MonitorEvent::Dispatch(const struct epoll_event &ev) in Dispatch() function in OHOS::Msdp::DeviceStatus::MonitorEvent
404 * @tc.desc: Test Dispatch, dispatch when there is event input
420 epollMgr.Dispatch(ev); in HWTEST_F()
425 * @tc.desc: Test Dispatch, dispatch when there are errors
441 epollMgr.Dispatch(ev); in HWTEST_F()
446 * @tc.desc: Test Dispatch, dispatch when there is event input
466 epollMgr.Dispatch(ev); in HWTEST_F()
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_session.h43 void Dispatch(const struct epoll_event &ev) override;
H A Dsocket_session_manager.h51 void Dispatch(const struct epoll_event &ev) override;
/base/time/time_service/services/dfx/src/
H A Dtime_cmd_dispatcher.cpp24 bool TimeCmdDispatcher::Dispatch(int fd, const std::vector<std::string> &args) in Dispatch() function in OHOS::MiscServices::TimeCmdDispatcher
/base/msdp/device_status/intention/common/epoll/src/
H A Depoll_manager.cpp135 void EpollManager::Dispatch(const struct epoll_event &ev) in Dispatch() function in OHOS::Msdp::DeviceStatus::EpollManager
154 source->Dispatch(evs[index]); in DispatchOne()
/base/msdp/device_status/test/unittest/intention/ipc/src/
H A Dsocket_session_test.cpp505 g_session->Dispatch(ev); in HWTEST_F()
506 g_socketSessionManager->Dispatch(ev); in HWTEST_F()
510 g_session->Dispatch(ev); in HWTEST_F()
511 g_socketSessionManager->Dispatch(ev); in HWTEST_F()
/base/msdp/device_status/test/fuzztest/ipcsocket_fuzzer/
H A Dipcsocket_fuzzer.cpp138 socketSession.Dispatch(ev); in SocketSessionFuzzTest()
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session.cpp113 void SocketSession::Dispatch(const struct epoll_event &ev) in Dispatch() function in OHOS::Msdp::DeviceStatus::SocketSession
H A Dsocket_session_manager.cpp148 void SocketSessionManager::Dispatch(const struct epoll_event &ev) in Dispatch() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
/base/msdp/device_status/intention/services/device_manager/src/
H A Dmonitor.cpp41 void Monitor::Dispatch(const struct epoll_event &ev) in Dispatch() function in OHOS::Msdp::DeviceStatus::Monitor
H A Ddevice_manager.cpp274 void DeviceManager::Dispatch(const struct epoll_event &ev) in Dispatch() function in OHOS::Msdp::DeviceStatus::DeviceManager
292 epollMgr_.Dispatch(ev); in OnEpollDispatch()
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.cpp297 devMgr_.Dispatch(ev); in OnDeviceMgr()
477 env->devMgr_.Dispatch(ev); in MsdpDeviceManagerFuzzTest()

Completed in 9 milliseconds

12