Home
last modified time | relevance | path

Searched refs:StopWatching (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/synchronization/
Dwaitable_event_watcher_posix.cc118 StopWatching(); in ~WaitableEventWatcher()
165 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher
Dwaitable_event_watcher.h103 void StopWatching();
Dwaitable_event_watcher_unittest.cc101 watcher.StopWatching(); in TEST_P()
125 watcher.StopWatching(); in TEST_P()
/external/libchrome/ipc/
Dipc_sync_channel.cc99 outer_state_->StopWatching(); in NestedSendDoneWatcher()
122 void StopWatching() { watcher_.StopWatching(); } in StopWatching() function in IPC::SyncChannel::ReceivedSyncMsgQueue::NestedSendDoneWatcher
493 shutdown_watcher_.StopWatching(); in OnChannelError()
508 shutdown_watcher_.StopWatching(); in OnChannelClosed()
/external/openscreen/osp/impl/presentation/
Durl_availability_requester.cc269 StopWatching(&event_watch); in RefreshWatches()
349 StopWatching(&response_watch); in RemoveUnobservedRequests()
374 StopWatching(&event_watch); in RemoveUnobservedWatches()
461 StopWatching(&response_watch); in OnStreamMessage()
Dpresentation_receiver.cc358 StopWatching(&availability_watch_); in SetReceiverDelegate()
359 StopWatching(&initiation_watch_); in SetReceiverDelegate()
360 StopWatching(&connection_watch_); in SetReceiverDelegate()
/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc250 void StopWatching(MessagePumpForIO::FdWatchController* controller, in StopWatching() function
261 CallClosureHandler handler(BindOnce(&StopWatching, &watcher, &run_loop), in TEST_F()
Dmessage_pump_libevent_unittest.cc257 io_runner()->PostTask(FROM_HERE, BindOnce(&WaitableEventWatcher::StopWatching, in TEST_F()
/external/openscreen/osp/public/
Dmessage_demuxer.h122 void StopWatching(MessageDemuxer::MessageWatch* watch);
/external/openscreen/osp/impl/
Dmessage_demuxer.cc284 void StopWatching(MessageDemuxer::MessageWatch* watch) { in StopWatching() function
/external/libchrome/dbus/
Dbus.cc83 void StopWatching() { in StopWatching() function in dbus::__anon8d0cdfd00111::Watch
1012 watch->StopWatching(); in OnToggleWatch()