Home
last modified time | relevance | path

Searched refs:SetDeviceName (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/apmanager/dbus/
Ddevice_dbus_adaptor.cc48 void DeviceDBusAdaptor::SetDeviceName(const string& device_name) { in SetDeviceName() function in apmanager::DeviceDBusAdaptor
49 adaptor_.SetDeviceName(device_name); in SetDeviceName()
Ddevice_dbus_adaptor.h39 void SetDeviceName(const std::string& device_name) override;
/system/connectivity/apmanager/
Ddevice_adaptor_interface.h28 virtual void SetDeviceName(const std::string& device_name) = 0;
Dfake_device_adaptor.cc25 void FakeDeviceAdaptor::SetDeviceName(const std::string& device_name) { in SetDeviceName() function in apmanager::FakeDeviceAdaptor
Dfake_device_adaptor.h33 void SetDeviceName(const std::string& device_name) override;
Ddevice.cc40 SetDeviceName(device_name); in Device()
284 void Device::SetDeviceName(const std::string& device_name) { in SetDeviceName() function in apmanager::Device
285 adaptor_->SetDeviceName(device_name); in SetDeviceName()
Ddevice.h98 void SetDeviceName(const std::string& device_name);
Ddevice_info_unittest.cc331 device->SetDeviceName(kTestDeviceName); in TEST_F()
/system/connectivity/shill/
Ddevice_info_unittest.cc1430 void SetDeviceName(const string& name) { in SetDeviceName() function in shill::DeviceInfoTechnologyTest
1615 SetDeviceName("pseudomodem"); in TEST_F()
1620 SetDeviceName("pseudomodem9"); in TEST_F()