Searched refs:UniqueName (Results 1 - 7 of 7) sorted by last modified time

/system/connectivity/shill/binder/
H A Ddevice_binder_adaptor.cc39 d->device()->UniqueName() + ")";
/system/connectivity/shill/dbus/
H A Dchromeos_device_dbus_adaptor.cc34 return d->GetRpcIdentifier() + " (" + d->device()->UniqueName() + ")";
46 kPath + SanitizePathElement(device->UniqueName())),
170 SLOG(this, 2) << __func__ << ": Device " << device_->UniqueName();
H A Dchromeos_rpc_task_dbus_adaptor.cc46 ChromeosDBusAdaptor(bus, kPath + task->UniqueName()),
/system/connectivity/shill/
H A Ddevice.cc457 const string& Device::UniqueName() const { function in class:shill::Device
H A Ddevice.h253 const std::string& UniqueName() const;
H A Dmanager.cc1263 SLOG(this, 2) << "Deregistered device: " << to_forget->UniqueName();
1272 << to_forget->UniqueName();
H A Drpc_task.h61 const std::string& UniqueName() const { return unique_name_; } function in class:shill::RPCTask

Completed in 90 milliseconds