Home
last modified time | relevance | path

Searched refs:out_interface_name (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor_unittest.cc152 string out_interface_name; in TEST_F() local
159 EXPECT_CALL(manager_, SetupApModeInterface(&out_interface_name, _)) in TEST_F()
164 &out_interface_name)); in TEST_F()
170 EXPECT_CALL(manager_, SetupApModeInterface(&out_interface_name, _)) in TEST_F()
175 &out_interface_name)); in TEST_F()
181 &out_interface_name)); in TEST_F()
187 string out_interface_name; in TEST_F() local
195 EXPECT_CALL(manager_, SetupStationModeInterface(&out_interface_name, _)) in TEST_F()
198 manager_adaptor_.SetupStationModeInterface(&error, &out_interface_name)); in TEST_F()
202 manager_adaptor_.SetupStationModeInterface(&error, &out_interface_name)); in TEST_F()
Dchromeos_manager_dbus_adaptor.cc580 string* out_interface_name) { in SetupApModeInterface() argument
584 manager_->SetupApModeInterface(out_interface_name, &e); in SetupApModeInterface()
602 string* out_interface_name) { in SetupStationModeInterface() argument
606 manager_->SetupStationModeInterface(out_interface_name, &e); in SetupStationModeInterface()
Dchromeos_manager_dbus_adaptor.h171 std::string* out_interface_name) override;
173 std::string* out_interface_name) override;
/system/connectivity/shill/
Dmock_manager.h132 bool(std::string* out_interface_name, Error* error));
134 bool(std::string* out_interface_name, Error* error));
Dmanager.h258 virtual bool SetupApModeInterface(std::string* out_interface_name,
265 virtual bool SetupStationModeInterface(std::string* out_interface_name,
Dmanager.cc782 bool Manager::SetupApModeInterface(string* out_interface_name, Error* error) { in SetupApModeInterface() argument
789 *out_interface_name = interface_name; in SetupApModeInterface()
793 bool Manager::SetupStationModeInterface(string* out_interface_name, in SetupStationModeInterface() argument
801 *out_interface_name = interface_name; in SetupStationModeInterface()