Home
last modified time | relevance | path

Searched refs:DiscoverTdlsLink (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc383 XmlRpc::XmlRpcValue DiscoverTdlsLink( in DiscoverTdlsLink() function
391 return shill_wifi_client->DiscoverTdlsLink(interface_name, peer_mac_address); in DiscoverTdlsLink()
549 RegisterRpcMethod("discover_tdls_link", base::Bind(&DiscoverTdlsLink)); in Run()
Dproxy_shill_wifi_client.h112 virtual bool DiscoverTdlsLink(const std::string& interface_name,
Dproxy_dbus_shill_wifi_client.h93 bool DiscoverTdlsLink(const std::string& interface_name,
Dproxy_dbus_shill_wifi_client.cc534 bool ProxyDbusShillWifiClient::DiscoverTdlsLink( in DiscoverTdlsLink() function in ProxyDbusShillWifiClient