Searched refs:TDLSTeardown (Results 1 – 6 of 6) sorted by relevance
60 virtual bool TDLSTeardown(const std::string& peer) = 0;
62 MOCK_METHOD1(TDLSTeardown, bool(const std::string& peer));
146 EXPECT_CALL(supplicant_interface_proxy_, TDLSTeardown(StrEq(kPeer))) in TEST_F()156 EXPECT_CALL(supplicant_interface_proxy_, TDLSTeardown(StrEq(kPeer))) in TEST_F()
134 if (!supplicant_interface_proxy_->TDLSTeardown(peer_mac_address)) { in TearDownPeer()
67 bool TDLSTeardown(const std::string& peer) override;
378 bool ChromeosSupplicantInterfaceProxy::TDLSTeardown(const string& peer) { in TDLSTeardown() function in shill::ChromeosSupplicantInterfaceProxy381 if (!interface_proxy_->TDLSTeardown(peer, &error)) { in TDLSTeardown()