Home
last modified time | relevance | path

Searched refs:Reattach (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/supplicant/
Dsupplicant_interface_proxy_interface.h44 virtual bool Reattach() = 0;
Dmock_supplicant_interface_proxy.h47 MOCK_METHOD0(Reattach, bool());
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h58 bool Reattach() override;
Dchromeos_supplicant_interface_proxy.cc257 bool ChromeosSupplicantInterfaceProxy::Reattach() { in Reattach() function in shill::ChromeosSupplicantInterfaceProxy
260 if (!interface_proxy_->Reattach(&error)) { in Reattach()
/system/connectivity/shill/wifi/
Dwifi_unittest.cc3242 EXPECT_CALL(*GetSupplicantInterfaceProxy(), Reattach()).Times(0); in TEST_F()
3250 EXPECT_CALL(*GetSupplicantInterfaceProxy(), Reattach()).Times(0); in TEST_F()
3260 EXPECT_CALL(*GetSupplicantInterfaceProxy(), Reattach()) in TEST_F()
3269 EXPECT_CALL(*GetSupplicantInterfaceProxy(), Reattach()).Times(0); in TEST_F()
Dwifi.cc1764 if (!supplicant_interface_proxy_->Reattach()) { in OnLinkMonitorFailure()