Lines Matching refs:RemoveNetwork
613 ON_CALL(*supplicant_interface_proxy_.get(), RemoveNetwork(_)) in WiFiObjectTest()
1029 bool RemoveNetwork(const string& network) { in RemoveNetwork() function in shill::WiFiObjectTest
1030 return wifi_->RemoveNetwork(network); in RemoveNetwork()
1674 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(network)); in TEST_F()
1685 TEST_F(WiFiMainTest, RemoveNetwork) { in TEST_F() argument
1688 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(network)) in TEST_F()
1690 EXPECT_TRUE(RemoveNetwork(network)); in TEST_F()
1723 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(network)) in TEST_F()
1726 EXPECT_FALSE(RemoveNetwork(network)); in TEST_F()
2168 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)).Times(0); in TEST_F()
2195 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)).Times(0); in TEST_F()
2209 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)).Times(1); in TEST_F()
2248 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)); in TEST_F()
2405 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)); in TEST_F()
2422 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)).Times(1); in TEST_F()
4455 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(path1)); in TEST_F()
4456 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(path2)); in TEST_F()