Home
last modified time | relevance | path

Searched refs:RequestRoam (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_device_dbus_adaptor.cc282 bool ChromeosDeviceDBusAdaptor::RequestRoam(brillo::ErrorPtr* error, in RequestRoam() function in shill::ChromeosDeviceDBusAdaptor
286 device_->RequestRoam(addr, &e); in RequestRoam()
Dchromeos_device_dbus_adaptor.h103 bool RequestRoam(brillo::ErrorPtr* error,
/system/connectivity/shill/test-rpc-proxy/
Dproxy_shill_wifi_client.h110 virtual bool RequestRoam(const std::string& interface_name, const std::string& bssid) = 0;
Dproxy_dbus_shill_wifi_client.h91 bool RequestRoam(const std::string& interface_name, const std::string& bssid) override;
Dproxy_dbus_shill_wifi_client.cc502 bool ProxyDbusShillWifiClient::RequestRoam( in RequestRoam() function in ProxyDbusShillWifiClient
513 return device->RequestRoam(bssid, nullptr); in RequestRoam()
Dproxy_rpc_server.cc369 return shill_wifi_client->RequestRoam(interface_name, bssid); in RequestRoamDbus()
/system/connectivity/shill/wifi/
Dwifi.h247 bool RequestRoam(const std::string& addr, Error* error) override;
Dwifi.cc2962 bool WiFi::RequestRoam(const std::string& addr, Error* error) { in RequestRoam() function in shill::WiFi
/system/connectivity/shill/
Ddevice.h359 virtual bool RequestRoam(const std::string& addr, Error* error);
Ddevice.cc1976 bool Device::RequestRoam(const std::string& addr, Error* error) { in RequestRoam() function in shill::Device