Searched refs:RemoveInterface (Results 1 – 12 of 12) sorted by relevance
35 virtual bool RemoveInterface(const std::string& rpc_identifier) = 0;
39 MOCK_METHOD1(RemoveInterface, bool(const std::string& rpc_identifier));
47 MOCK_METHOD1(RemoveInterface, bool(int interface_index));
101 virtual bool RemoveInterface(int interface_index);
405 bool RTNLHandler::RemoveInterface(int interface_index) { in RemoveInterface() function in shill::RTNLHandler
138 bool ChromeosSupplicantProcessProxy::RemoveInterface( in RemoveInterface() function in shill::ChromeosSupplicantProcessProxy148 if (!supplicant_proxy_->RemoveInterface(dbus::ObjectPath(rpc_identifier), in RemoveInterface()
47 bool RemoveInterface(const std::string& rpc_identifier) override;
362 if (!supplicant_process_proxy_->RemoveInterface( in StopSupplicant()
538 EXPECT_CALL(*process_proxy, RemoveInterface(StrEq(kInterfacePath))) in TEST_F()
604 EXPECT_CALL(rtnl_handler_, RemoveInterface(_)).Times(0); in TEST_F()623 EXPECT_CALL(rtnl_handler_, RemoveInterface(kTestDeviceIndex)).Times(1); in TEST_F()641 EXPECT_CALL(rtnl_handler_, RemoveInterface(_)).Times(0); in TEST_F()
1013 return rtnl_handler_->RemoveInterface(interface_index); in DeleteInterface()
286 supplicant_process_proxy_->RemoveInterface(supplicant_interface_path_); in Stop()