Home
last modified time | relevance | path

Searched defs:StopWatcher (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_io_ios_unittest.cc107 class StopWatcher : public BaseWatcher { class
109 StopWatcher(MessagePumpIOSForIO::FdWatchController* controller, in StopWatcher() function in base::__anonc9e454d20111::StopWatcher
131 TEST_F(MessagePumpIOSForIOTest, StopWatcher) { in TEST_F() argument
H A Dmessage_pump_libevent_unittest.cc203 class StopWatcher : public BaseWatcher { class
205 explicit StopWatcher(MessagePumpLibevent::FdWatchController* controller) in StopWatcher() function in base::__anon72ae66c90111::StopWatcher
218 TEST_P(MessagePumpLibeventTest, StopWatcher) { in TEST_P() argument
H A Dmessage_pump_glib_unittest.cc707 class StopWatcher : public BaseWatcher { class
709 explicit StopWatcher(MessagePumpGlib::FdWatchController* controller) in StopWatcher() function in base::__anon64ced08e0711::StopWatcher
790 TEST_F(MessagePumpGLibFdWatchTest, StopWatcher) { in TEST_F() argument
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_pump_libevent_unittest.cc136 class StopWatcher : public BaseWatcher { class
138 explicit StopWatcher(MessagePumpLibevent::FdWatchController* controller) in StopWatcher() function in base::__anon53b7a2530111::StopWatcher
148 TEST_F(MessagePumpLibeventTest, StopWatcher) { in TEST_F() argument
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_transport_curl.cc37 void StopWatcher() { in StopWatcher() function in brillo::http::curl::Transport::SocketPollData