Searched refs:RemoveAllNetworks (Results 1 – 6 of 6) sorted by relevance
45 virtual bool RemoveAllNetworks() = 0;
48 MOCK_METHOD0(RemoveAllNetworks, bool());
59 bool RemoveAllNetworks() override;
268 bool ChromeosSupplicantInterfaceProxy::RemoveAllNetworks() { in RemoveAllNetworks() function in shill::ChromeosSupplicantInterfaceProxy271 if (!interface_proxy_->RemoveAllNetworks(&error)) { in RemoveAllNetworks()
2330 supplicant_interface_proxy_->RemoveAllNetworks(); in ConnectToSupplicant()
1575 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveAllNetworks()); in TEST_F()1750 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveAllNetworks()); in TEST_F()