Home
last modified time | relevance | path

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

/system/connectivity/shill/supplicant/
Dsupplicant_interface_proxy_interface.h57 virtual bool TDLSSetup(const std::string& peer) = 0;
Dmock_supplicant_interface_proxy.h60 MOCK_METHOD1(TDLSSetup, bool(const std::string& peer));
/system/connectivity/shill/wifi/
Dtdls_manager_unittest.cc122 EXPECT_CALL(supplicant_interface_proxy_, TDLSSetup(StrEq(kPeer))) in TEST_F()
132 EXPECT_CALL(supplicant_interface_proxy_, TDLSSetup(StrEq(kPeer))) in TEST_F()
Dtdls_manager.cc126 if (!supplicant_interface_proxy_->TDLSSetup(peer_mac_address)) { in SetupPeer()
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h65 bool TDLSSetup(const std::string& peer) override;
Dchromeos_supplicant_interface_proxy.cc355 bool ChromeosSupplicantInterfaceProxy::TDLSSetup(const string& peer) { in TDLSSetup() function in shill::ChromeosSupplicantInterfaceProxy
358 if (!interface_proxy_->TDLSSetup(peer, &error)) { in TDLSSetup()