Home | History | Annotate | Download | only in cros

Lines Matching refs:service_path

278   const std::string& service_path() const { return service_path_; }
330 Network(const std::string& service_path, ConnectionType type)
340 service_path_(service_path),
415 explicit EthernetNetwork(const std::string& service_path) :
416 Network(service_path, TYPE_ETHERNET) {
434 explicit VirtualNetwork(const std::string& service_path) :
435 Network(service_path, TYPE_VPN),
513 WirelessNetwork(const std::string& service_path, ConnectionType type)
514 : Network(service_path, type),
559 explicit CellularNetwork(const std::string& service_path)
560 : WirelessNetwork(service_path, TYPE_CELLULAR),
659 explicit WifiNetwork(const std::string& service_path)
660 : WirelessNetwork(service_path, TYPE_WIFI),
932 virtual void AddNetworkObserver(const std::string& service_path,
935 virtual void RemoveNetworkObserver(const std::string& service_path,
1024 // Network* network = cros->FindNetworkByPath(service_path);
1096 virtual void ConnectToWifiNetwork(const std::string& service_path) = 0;
1130 // Forget the wifi network corresponding to service_path.
1131 virtual void ForgetWifiNetwork(const std::string& service_path) = 0;