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

  /system/connectivity/apmanager/
shill_proxy_interface.h 34 virtual bool SetupApModeInterface(std::string* interface_name) = 0;
shill_manager.h 45 virtual bool SetupApModeInterface(std::string* interface_name);
shill_manager.cc 55 bool ShillManager::SetupApModeInterface(string* interface_name) {
57 return shill_proxy_->SetupApModeInterface(interface_name);
mock_manager.h 45 MOCK_METHOD1(SetupApModeInterface, bool(std::string* interface_name));
manager.cc 110 bool Manager::SetupApModeInterface(string* interface_name) {
111 return shill_manager_.SetupApModeInterface(interface_name);
manager.h 73 virtual bool SetupApModeInterface(std::string* interface_name);
service.cc 189 if (!manager_->SetupApModeInterface(&interface_name)) {
  /system/connectivity/shill/wifi/
mock_wifi_driver_hal.h 34 MOCK_METHOD0(SetupApModeInterface, std::string());
wifi_driver_hal.h 48 virtual std::string SetupApModeInterface();
wifi_driver_hal.cc 97 string WiFiDriverHal::SetupApModeInterface() {
  /system/connectivity/shill/binder/android/system/connectivity/shill/
IManager.aidl 38 String SetupApModeInterface();
  /system/connectivity/apmanager/dbus/
shill_dbus_proxy.h 42 bool SetupApModeInterface(std::string* interface_name) override;
shill_dbus_proxy.cc 86 bool ShillDBusProxy::SetupApModeInterface(string* interface_name) {
88 LOG(ERROR) << "SetupApModeInterface failed: service not available";
92 if (!manager_proxy_->SetupApModeInterface(interface_name, &error)) {
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor_unittest.cc 150 TEST_F(ChromeosManagerDBusAdaptorTest, SetupApModeInterface) {
159 EXPECT_CALL(manager_, SetupApModeInterface(&out_interface_name, _))
163 EXPECT_FALSE(manager_adaptor_.SetupApModeInterface(&error, message.get(),
170 EXPECT_CALL(manager_, SetupApModeInterface(&out_interface_name, _))
174 EXPECT_TRUE(manager_adaptor_.SetupApModeInterface(&error, message.get(),
180 EXPECT_FALSE(manager_adaptor_.SetupApModeInterface(&error, message.get(),
chromeos_manager_dbus_adaptor.h 169 bool SetupApModeInterface(brillo::ErrorPtr* error,
183 FRIEND_TEST(ChromeosManagerDBusAdaptorTest, SetupApModeInterface);
chromeos_manager_dbus_adaptor.cc 577 bool ChromeosManagerDBusAdaptor::SetupApModeInterface(
584 manager_->SetupApModeInterface(out_interface_name, &e);
  /system/connectivity/shill/binder/
manager_binder_adaptor.cc 99 Status ManagerBinderAdaptor::SetupApModeInterface(String16* _aidl_return) {
manager_binder_adaptor.h 78 android::binder::Status SetupApModeInterface(android::String16* _aidl_return);
  /system/connectivity/shill/
mock_manager.h 131 MOCK_METHOD2(SetupApModeInterface,
manager.h 258 virtual bool SetupApModeInterface(std::string* out_interface_name,
617 FRIEND_TEST(ManagerTest, SetupApModeInterface);
    [all...]
manager.cc 782 bool Manager::SetupApModeInterface(string* out_interface_name, Error* error) {
783 string interface_name = wifi_driver_hal_->SetupApModeInterface();
    [all...]
manager_unittest.cc     [all...]
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 403 MOCK_METHOD3(SetupApModeInterface,

Completed in 3364 milliseconds