Home
last modified time | relevance | path

Searched refs:GetDeviceName (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/apmanager/
Ddevice.cc48 << " on device " << GetDeviceName(); in RegisterInterface()
63 << " on device " << GetDeviceName(); in DeregisterInterface()
138 LOG(ERROR) << "Failed to claim device [" << GetDeviceName() in ClaimDevice()
158 LOG(ERROR) << "Failed to release device [" << GetDeviceName() in ReleaseDevice()
288 string Device::GetDeviceName() const { in GetDeviceName() function in apmanager::Device
289 return adaptor_->GetDeviceName(); in GetDeviceName()
Ddevice_adaptor_interface.h29 virtual std::string GetDeviceName() = 0;
Dfake_device_adaptor.cc29 std::string FakeDeviceAdaptor::GetDeviceName() { in GetDeviceName() function in apmanager::FakeDeviceAdaptor
Dfake_device_adaptor.h34 std::string GetDeviceName() override;
Dmanager.cc96 << device->GetDeviceName(); in RegisterDevice()
Ddevice.h99 std::string GetDeviceName() const;
Ddevice_info_unittest.cc129 device_info_.devices_.find(device->GetDeviceName()); in VerifyDeviceList()
189 return arg->GetDeviceName() == device_name;
Ddevice_info.cc324 devices_[device->GetDeviceName()] = device; in RegisterDevice()
Dconfig.cc475 device_->GetDeviceName().c_str(), in AppendInterface()
/system/connectivity/apmanager/dbus/
Ddevice_dbus_adaptor.cc52 string DeviceDBusAdaptor::GetDeviceName() { in GetDeviceName() function in apmanager::DeviceDBusAdaptor
53 return adaptor_.GetDeviceName(); in GetDeviceName()
Ddevice_dbus_adaptor.h40 std::string GetDeviceName() override;