Searched refs:TDLSSetup (Results 1 – 6 of 6) sorted by relevance
57 virtual bool TDLSSetup(const std::string& peer) = 0;
60 MOCK_METHOD1(TDLSSetup, bool(const std::string& peer));
122 EXPECT_CALL(supplicant_interface_proxy_, TDLSSetup(StrEq(kPeer))) in TEST_F()132 EXPECT_CALL(supplicant_interface_proxy_, TDLSSetup(StrEq(kPeer))) in TEST_F()
126 if (!supplicant_interface_proxy_->TDLSSetup(peer_mac_address)) { in SetupPeer()
65 bool TDLSSetup(const std::string& peer) override;
355 bool ChromeosSupplicantInterfaceProxy::TDLSSetup(const string& peer) { in TDLSSetup() function in shill::ChromeosSupplicantInterfaceProxy358 if (!interface_proxy_->TDLSSetup(peer, &error)) { in TDLSSetup()