Searched refs:EnterDispatchLoop (Results 1 – 10 of 10) sorted by relevance
16 MOCK_METHOD0(EnterDispatchLoop, int());
61 virtual int EnterDispatchLoop() = 0;
31 ret = dispatcher->EnterDispatchLoop(); in main()
26 int EnterDispatchLoop() override;
70 ret = dispatcher->EnterDispatchLoop(); in main()
105 int ret = dispatcher_->EnterDispatchLoop(); in Init()
151 int ServiceDispatcher::EnterDispatchLoop() { in EnterDispatchLoop() function in android::pdx::uds::ServiceDispatcher
87 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in TestServiceRunner()
433 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in SetUp()
569 std::bind(&ServiceDispatcher::EnterDispatchLoop, dispatcher_.get())); in SetUp()