Home
last modified time | relevance | path

Searched refs:RequestStopSoon (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/platform/impl/
Dtask_runner_unittest.cc54 task_runner_->RequestStopSoon(); in WakeUpAndStop()
95 runner.RequestStopSoon(); in TEST()
125 runner.RequestStopSoon(); in TEST()
145 runner.RequestStopSoon(); in TEST()
173 runner.RequestStopSoon(); in TEST()
198 runner.RequestStopSoon(); in TEST()
213 runner.RequestStopSoon(); in TEST()
Dsocket_handle_waiter_posix.h30 void RequestStopSoon();
Dtask_runner.h76 void RequestStopSoon();
Dsocket_handle_waiter_posix.cc89 void SocketHandleWaiterPosix::RequestStopSoon() { in RequestStopSoon() function in openscreen::SocketHandleWaiterPosix
Dplatform_client_posix.cc60 task_runner_->RequestStopSoon(); in ~PlatformClientPosix()
Dtask_runner.cc127 void TaskRunnerImpl::RequestStopSoon() { in RequestStopSoon() function in openscreen::TaskRunnerImpl
/external/openscreen/cast/standalone_sender/
Dmain.cc223 task_runner->RequestStopSoon(); in StandaloneSenderMain()
243 task_runner, [&] { task_runner->RequestStopSoon(); }); in StandaloneSenderMain()
264 task_runner->RequestStopSoon(); in StandaloneSenderMain()
/external/openscreen/cast/standalone_receiver/
Dmain.cc116 runner->RequestStopSoon(); in RunCastService()