Home
last modified time | relevance | path

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

12

/external/cronet/base/win/
Dobject_watcher.cc21 StopWatching(); in ~ObjectWatcher()
36 bool ObjectWatcher::StopWatching() { in StopWatching() function in base::win::ObjectWatcher
117 StopWatching(); in Signal()
Dobject_watcher_unittest.cc74 watcher.StopWatching(); in RunTest_BasicCancel()
99 watcher.StopWatching(); in RunTest_CancelAfterSet()
184 EXPECT_TRUE(watcher.StopWatching()); in RunTest_ExecuteMultipleTimes()
Dobject_watcher.h97 bool StopWatching();
/external/cronet/base/synchronization/
Dwaitable_event_watcher_win.cc43 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher
46 watcher_.StopWatching(); in StopWatching()
Dwaitable_event_watcher_mac.cc15 StopWatching(); in ~WaitableEventWatcher()
66 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher
Dwaitable_event_watcher_posix.cc119 StopWatching(); in ~WaitableEventWatcher()
166 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher
Dwaitable_event_watcher.h106 void StopWatching();
Dwaitable_event_watcher_unittest.cc103 watcher.StopWatching(); in TEST_P()
127 watcher.StopWatching(); in TEST_P()
/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/cronet/net/socket/
Dtcp_socket_win.cc199 write_watcher_.StopWatching(); in ~Core()
220 read_watcher_.StopWatching(); in StopWatchingForRead()
229 read_watcher_.StopWatching(); in Detach()
713 accept_watcher_.StopWatching(); in Close()
Dudp_socket_win.cc129 read_watcher_.StopWatching(); in ~Core()
130 write_watcher_.StopWatching(); in ~Core()
332 read_write_watcher_.StopWatching(); in Close()
/external/openscreen/osp/public/
Dmessage_demuxer.h122 void StopWatching(MessageDemuxer::MessageWatch* watch);
/external/cronet/ipc/
Dipc_sync_channel.cc411 shutdown_watcher_.StopWatching(); in OnChannelError()
428 shutdown_watcher_.StopWatching(); in OnChannelClosed()
/external/cronet/base/message_loop/
Dfd_watch_controller_posix_unittest.cc399 void StopWatching(MessagePumpForIO::FdWatchController* controller, in StopWatching() function
410 CallClosureHandler handler(BindOnce(&StopWatching, &watcher, &run_loop), in TEST_F()
Dmessage_pump_libevent_unittest.cc291 io_runner()->PostTask(FROM_HERE, BindOnce(&WaitableEventWatcher::StopWatching, in TEST_P()
/external/cronet/base/files/
Dfile_path_watcher_win.cc287 watcher_.StopWatching(); in DestroyWatch()
/external/openscreen/osp/impl/
Dmessage_demuxer.cc284 void StopWatching(MessageDemuxer::MessageWatch* watch) { in StopWatching() function
/external/cronet/net/base/
Dnetwork_change_notifier_win.cc132 addr_watcher_.StopWatching(); in ~NetworkChangeNotifierWin()

12