HomeSort by relevance Sort by last modified time
    Searched refs:DisconnectWithFailure (Results 1 - 9 of 9) sorted by null

  /system/connectivity/shill/ethernet/
mock_ethernet_service.h 39 MOCK_METHOD3(DisconnectWithFailure,
  /system/connectivity/shill/wifi/
mock_wifi_service.h 59 MOCK_METHOD3(DisconnectWithFailure,
wifi.cc     [all...]
wifi_unittest.cc     [all...]
  /system/connectivity/shill/
mock_service.h 44 MOCK_METHOD3(DisconnectWithFailure, void(Service::ConnectFailure failure,
service.h 180 virtual void DisconnectWithFailure(ConnectFailure failure,
    [all...]
service.cc 349 void Service::DisconnectWithFailure(ConnectFailure failure,
    [all...]
device_unittest.cc 710 EXPECT_CALL(*service, DisconnectWithFailure(Service::kFailureDHCP,
771 EXPECT_CALL(*service, DisconnectWithFailure(_, _, _)).Times(0);
789 // Even though we won't call DisconnectWithFailure, we should still have
791 EXPECT_CALL(*service, DisconnectWithFailure(_, _, _)).Times(0);
    [all...]
device.cc     [all...]

Completed in 676 milliseconds