Searched defs:SetupStationModeInterface (Results 1 - 7 of 7) sorted by relevance

/system/connectivity/apmanager/
H A Dshill_manager.cc60 bool ShillManager::SetupStationModeInterface(string* interface_name) { function in class:apmanager::ShillManager
62 return shill_proxy_->SetupStationModeInterface(interface_name);
H A Dmanager.cc114 bool Manager::SetupStationModeInterface(string* interface_name) { function in class:apmanager::Manager
115 return shill_manager_.SetupStationModeInterface(interface_name);
/system/connectivity/apmanager/dbus/
H A Dshill_dbus_proxy.cc100 bool ShillDBusProxy::SetupStationModeInterface(string* interface_name) { function in class:apmanager::ShillDBusProxy
102 LOG(ERROR) << "SetupStationModeInterface failed: service not available";
106 if (!manager_proxy_->SetupStationModeInterface(interface_name, &error)) {
/system/connectivity/shill/wifi/
H A Dwifi_driver_hal.cc93 string WiFiDriverHal::SetupStationModeInterface() { function in class:shill::WiFiDriverHal
/system/connectivity/shill/binder/
H A Dmanager_binder_adaptor.cc104 Status ManagerBinderAdaptor::SetupStationModeInterface(String16* _aidl_return) { function in class:shill::ManagerBinderAdaptor
/system/connectivity/shill/dbus/
H A Dchromeos_manager_dbus_adaptor.cc600 bool ChromeosManagerDBusAdaptor::SetupStationModeInterface( function in class:shill::ChromeosManagerDBusAdaptor
606 manager_->SetupStationModeInterface(out_interface_name, &e);
/system/connectivity/shill/
H A Dmanager.cc793 bool Manager::SetupStationModeInterface(string* out_interface_name, function in class:shill::Manager
795 string interface_name = wifi_driver_hal_->SetupStationModeInterface();
807 string interface_name = wifi_driver_hal_->SetupStationModeInterface();

Completed in 145 milliseconds