Home | History | Annotate | Download | only in cros

Lines Matching defs:device_path

193   explicit NetworkDevice(const std::string& device_path);
196 const std::string& device_path() const { return device_path_; }
280 const std::string& device_path() const { return device_path_; }
845 NetworkIPConfig(const std::string& device_path, IPConfigType type,
848 : device_path(device_path),
860 std::string device_path;
941 virtual void AddNetworkDeviceObserver(const std::string& device_path,
944 virtual void RemoveNetworkDeviceObserver(const std::string& device_path,
1164 // Fetches IP configs and hardware address for a given device_path.
1169 const std::string& device_path,