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

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

Completed in 618 milliseconds