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

  /system/connectivity/shill/test-scripts/
service-order 10 orders = flim.SetServiceOrder(sys.argv[1])
flimflam.py 394 def SetServiceOrder(self, new_order):
396 self.manager.SetServiceOrder(new_order)
  /external/autotest/client/site_tests/network_RackWiFiConnect/
network_RackWiFiConnect.py 134 proxy.manager.SetServiceOrder(dbus.String('wifi,ethernet'))
144 proxy.manager.SetServiceOrder(dbus.String('ethernet,wifi'))
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.h 81 bool SetServiceOrder(const std::string& service_order) override;
proxy_shill_wifi_client.h 100 virtual bool SetServiceOrder(const std::string& service_order) = 0;
proxy_rpc_server.cc 272 XmlRpc::XmlRpcValue SetServiceOrder(
279 return shill_wifi_client->SetServiceOrder(order);
539 RegisterRpcMethod("set_service_order", base::Bind(&SetServiceOrder));
proxy_dbus_client.h 124 bool SetServiceOrder(const std::string& order);
proxy_dbus_client.cc 403 bool ProxyDbusClient::SetServiceOrder(const std::string& order) {
405 return shill_manager_proxy_.SetServiceOrder(order, &error);
proxy_dbus_shill_wifi_client.cc 445 bool ProxyDbusShillWifiClient::SetServiceOrder(const std::string& service_order) {
446 return dbus_client_->SetServiceOrder(service_order);
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.h 123 bool SetServiceOrder(brillo::ErrorPtr* error,
chromeos_manager_dbus_adaptor.cc 373 bool ChromeosManagerDBusAdaptor::SetServiceOrder(brillo::ErrorPtr* error,
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 316 self._wifi_proxy.manager.SetServiceOrder(dbus.String(order))
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 240 MOCK_METHOD3(SetServiceOrder,

Completed in 515 milliseconds