Searched refs:Reattach (Results 1 – 6 of 6) sorted by relevance
47 MOCK_METHOD0(Reattach, bool());
44 virtual bool Reattach() = 0;
58 bool Reattach() override;
257 bool ChromeosSupplicantInterfaceProxy::Reattach() { in Reattach() function in shill::ChromeosSupplicantInterfaceProxy260 if (!interface_proxy_->Reattach(&error)) { in Reattach()
3242 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()
1764 if (!supplicant_interface_proxy_->Reattach()) { in OnLinkMonitorFailure()