HomeSort by relevance Sort by last modified time
    Searched refs:TDLSSetup (Results 1 - 6 of 6) sorted by null

  /system/connectivity/shill/supplicant/
mock_supplicant_interface_proxy.h 60 MOCK_METHOD1(TDLSSetup, bool(const std::string& peer));
supplicant_interface_proxy_interface.h 57 virtual bool TDLSSetup(const std::string& peer) = 0;
  /system/connectivity/shill/wifi/
tdls_manager.cc 126 if (!supplicant_interface_proxy_->TDLSSetup(peer_mac_address)) {
tdls_manager_unittest.cc 122 EXPECT_CALL(supplicant_interface_proxy_, TDLSSetup(StrEq(kPeer)))
132 EXPECT_CALL(supplicant_interface_proxy_, TDLSSetup(StrEq(kPeer)))
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.h 65 bool TDLSSetup(const std::string& peer) override;
chromeos_supplicant_interface_proxy.cc 355 bool ChromeosSupplicantInterfaceProxy::TDLSSetup(const string& peer) {
358 if (!interface_proxy_->TDLSSetup(peer, &error)) {

Completed in 166 milliseconds