Home
last modified time | relevance | path

Searched refs:TDLSTeardown (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/supplicant/
Dsupplicant_interface_proxy_interface.h60 virtual bool TDLSTeardown(const std::string& peer) = 0;
Dmock_supplicant_interface_proxy.h62 MOCK_METHOD1(TDLSTeardown, bool(const std::string& peer));
/system/connectivity/shill/wifi/
Dtdls_manager_unittest.cc146 EXPECT_CALL(supplicant_interface_proxy_, TDLSTeardown(StrEq(kPeer))) in TEST_F()
156 EXPECT_CALL(supplicant_interface_proxy_, TDLSTeardown(StrEq(kPeer))) in TEST_F()
Dtdls_manager.cc134 if (!supplicant_interface_proxy_->TDLSTeardown(peer_mac_address)) { in TearDownPeer()
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h67 bool TDLSTeardown(const std::string& peer) override;
Dchromeos_supplicant_interface_proxy.cc378 bool ChromeosSupplicantInterfaceProxy::TDLSTeardown(const string& peer) { in TDLSTeardown() function in shill::ChromeosSupplicantInterfaceProxy
381 if (!interface_proxy_->TDLSTeardown(peer, &error)) { in TDLSTeardown()