HomeSort by relevance Sort by last modified time
    Searched refs:MockEventDispatcher (Results 1 - 25 of 45) sorted by null

1 2

  /system/connectivity/apmanager/
mock_event_dispatcher.cc 21 MockEventDispatcher::MockEventDispatcher() {}
22 MockEventDispatcher::~MockEventDispatcher() {}
mock_event_dispatcher.h 26 class MockEventDispatcher : public EventDispatcher {
28 MockEventDispatcher();
29 ~MockEventDispatcher() override;
36 DISALLOW_COPY_AND_ASSIGN(MockEventDispatcher);
hostapd_monitor_unittest.cc 82 MockEventDispatcher event_dispatcher_;
  /system/connectivity/shill/
mock_event_dispatcher.cc 21 MockEventDispatcher::MockEventDispatcher() {}
23 MockEventDispatcher::~MockEventDispatcher() {}
mock_event_dispatcher.h 27 class MockEventDispatcher : public EventDispatcher {
29 MockEventDispatcher();
30 ~MockEventDispatcher() override;
48 DISALLOW_COPY_AND_ASSIGN(MockEventDispatcher);
connection_tester_unittest.cc 99 MockEventDispatcher& dispatcher() { return dispatcher_; }
108 StrictMock<MockEventDispatcher> dispatcher_;
dns_server_tester_unittest.cc 98 MockEventDispatcher& dispatcher() { return dispatcher_; }
107 StrictMock<MockEventDispatcher> dispatcher_;
result_aggregator_unittest.cc 79 StrictMock<MockEventDispatcher> dispatcher_;
async_connection_unittest.cc 122 MockEventDispatcher& dispatcher() { return dispatcher_; }
132 MockEventDispatcher dispatcher_;
connectivity_trial_unittest.cc 162 MockEventDispatcher& dispatcher() { return dispatcher_; }
211 StrictMock<MockEventDispatcher> dispatcher_;
portal_detector_unittest.cc 135 MockEventDispatcher& dispatcher() { return dispatcher_; }
169 StrictMock<MockEventDispatcher> dispatcher_;
eap_listener_unittest.cc 81 MockEventDispatcher dispatcher_;
link_monitor_unittest.cc 148 MockEventDispatcher dispatcher_;
passive_link_monitor_unittest.cc 135 MockEventDispatcher dispatcher_;
process_manager_unittest.cc 108 MockEventDispatcher dispatcher_;
  /system/connectivity/shill/cellular/
mock_modem_info.h 60 MockEventDispatcher* mock_dispatcher() const {
76 std::unique_ptr<MockEventDispatcher> mock_dispatcher_;
mock_modem_info.cc 48 mock_dispatcher_.reset(new MockEventDispatcher());
  /system/connectivity/shill/ethernet/
ethernet_eap_service_unittest.cc 57 MockEventDispatcher dispatcher_;
ethernet_eap_provider_unittest.cc 53 MockEventDispatcher dispatcher_;
  /system/connectivity/shill/dhcp/
dhcp_provider_unittest.cc 66 StrictMock<MockEventDispatcher> dispatcher_;
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor_unittest.cc 71 MockEventDispatcher dispatcher_;
  /system/connectivity/shill/wifi/
callback80211_metrics_unittest.cc 151 MockEventDispatcher dispatcher_;
tdls_manager_unittest.cc 78 StrictMock<MockEventDispatcher> event_dispatcher_;
mac80211_monitor_unittest.cc 75 MockEventDispatcher& event_dispatcher() { return event_dispatcher_; }
176 StrictMock<MockEventDispatcher> event_dispatcher_;
scan_session_unittest.cc 130 MockEventDispatcher* dispatcher() { return &dispatcher_; }
132 MockEventDispatcher dispatcher_;

Completed in 3038 milliseconds

1 2