HomeSort by relevance Sort by last modified time
    Searched refs:SetupStationModeInterface (Results 1 - 23 of 23) sorted by null

  /system/connectivity/apmanager/
shill_proxy_interface.h 36 virtual bool SetupStationModeInterface(std::string* interface_name) = 0;
shill_manager.h 47 virtual bool SetupStationModeInterface(std::string* interface_name);
shill_manager.cc 60 bool ShillManager::SetupStationModeInterface(string* interface_name) {
62 return shill_proxy_->SetupStationModeInterface(interface_name);
mock_manager.h 46 MOCK_METHOD1(SetupStationModeInterface, bool(std::string* interface_name));
manager.cc 114 bool Manager::SetupStationModeInterface(string* interface_name) {
115 return shill_manager_.SetupStationModeInterface(interface_name);
manager.h 76 virtual bool SetupStationModeInterface(std::string* interface_name);
service.cc 225 manager_->SetupStationModeInterface(&station_mode_interface);
300 manager_->SetupStationModeInterface(&station_mode_interface);
  /system/connectivity/shill/wifi/
mock_wifi_driver_hal.h 33 MOCK_METHOD0(SetupStationModeInterface, std::string());
wifi_driver_hal.h 41 virtual std::string SetupStationModeInterface();
wifi_driver_hal.cc 93 string WiFiDriverHal::SetupStationModeInterface() {
  /system/connectivity/shill/binder/android/system/connectivity/shill/
IManager.aidl 47 String SetupStationModeInterface();
  /system/connectivity/apmanager/dbus/
shill_dbus_proxy.h 43 bool SetupStationModeInterface(std::string* interface_name) override;
shill_dbus_proxy.cc 100 bool ShillDBusProxy::SetupStationModeInterface(string* interface_name) {
102 LOG(ERROR) << "SetupStationModeInterface failed: service not available";
106 if (!manager_proxy_->SetupStationModeInterface(interface_name, &error)) {
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor_unittest.cc 185 TEST_F(ChromeosManagerDBusAdaptorTest, SetupStationModeInterface) {
195 EXPECT_CALL(manager_, SetupStationModeInterface(&out_interface_name, _))
198 manager_adaptor_.SetupStationModeInterface(&error, &out_interface_name));
202 manager_adaptor_.SetupStationModeInterface(&error, &out_interface_name));
chromeos_manager_dbus_adaptor.h 172 bool SetupStationModeInterface(brillo::ErrorPtr* error,
184 FRIEND_TEST(ChromeosManagerDBusAdaptorTest, SetupStationModeInterface);
chromeos_manager_dbus_adaptor.cc 600 bool ChromeosManagerDBusAdaptor::SetupStationModeInterface(
606 manager_->SetupStationModeInterface(out_interface_name, &e);
  /system/connectivity/shill/binder/
manager_binder_adaptor.cc 104 Status ManagerBinderAdaptor::SetupStationModeInterface(String16* _aidl_return) {
manager_binder_adaptor.h 79 android::binder::Status SetupStationModeInterface(
  /system/connectivity/shill/
mock_manager.h 133 MOCK_METHOD2(SetupStationModeInterface,
manager.h 265 virtual bool SetupStationModeInterface(std::string* out_interface_name,
618 FRIEND_TEST(ManagerTest, SetupStationModeInterface);
    [all...]
manager.cc 793 bool Manager::SetupStationModeInterface(string* out_interface_name,
795 string interface_name = wifi_driver_hal_->SetupStationModeInterface();
807 string interface_name = wifi_driver_hal_->SetupStationModeInterface();
    [all...]
manager_unittest.cc     [all...]
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 411 MOCK_METHOD3(SetupStationModeInterface,

Completed in 570 milliseconds