Searched refs:RequestRoam (Results 1 - 10 of 10) sorted by last modified time

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

Completed in 96 milliseconds