Searched refs:device_path_ (Results 1 – 5 of 5) sorted by relevance
84 std::string device_path_; member in chromeos::__anona1e2c4210111::ChooseMobileNetworkHandler140 device_path_ = cellular->device_path(); in ChooseMobileNetworkHandler()141 cros->AddNetworkDeviceObserver(device_path_, this); in ChooseMobileNetworkHandler()146 if (!device_path_.empty()) { in ~ChooseMobileNetworkHandler()148 cros->RemoveNetworkDeviceObserver(device_path_, this); in ~ChooseMobileNetworkHandler()
52 const std::string& device_path() const { return device_path_; } in device_path()82 std::string device_path_;
196 const std::string& device_path() const { return device_path_; } in device_path()239 std::string device_path_; variable280 const std::string& device_path() const { return device_path_; } in device_path()360 std::string device_path_; variable
31 : device_path_(device_path), in Disk()
891 : device_path_(device_path), in NetworkDevice()1046 return value->GetAsString(&device_path_); in ParseValue()1240 if (EnsureCrosLoaded() && connected() && !device_path_.empty()) { in InitIPAddress()1241 IPConfigStatus* ipconfig_status = ListIPConfigs(device_path_.c_str()); in InitIPAddress()