Home
last modified time | relevance | path

Searched refs:SetTechnologyOrder (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/
Ddaemon_task_unittest.cc213 EXPECT_CALL(*manager_, SetTechnologyOrder("", _)); in TEST_F()
237 EXPECT_CALL(*manager_, SetTechnologyOrder("wifi,ethernet", _)); in TEST_F()
Ddaemon_task.cc67 manager_->SetTechnologyOrder(settings_.default_technology_order, &error); in ApplySettings()
Dmock_manager.h110 MOCK_METHOD2(SetTechnologyOrder,
Dmanager.h214 virtual void SetTechnologyOrder(const std::string& order, Error* error);
Dmanager_unittest.cc2453 manager()->SetTechnologyOrder("vpn,ethernet,wifi,wimax,cellular", &error); in TEST_F()
2463 manager()->SetTechnologyOrder(string(kTypeEthernet) + "," + string(kTypeWifi), in TEST_F()
2470 manager()->SetTechnologyOrder(string(kTypeEthernet) + "x," + in TEST_F()
Dmanager.cc2573 void Manager::SetTechnologyOrder(const string& order, Error* error) { in SetTechnologyOrder() function in shill::Manager
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc377 manager_->SetTechnologyOrder(order, &e); in SetServiceOrder()