/system/connectivity/shill/ |
D | mock_adaptors.cc | 37 const string& DeviceMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::DeviceMockAdaptor 46 const string& IPConfigMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::IPConfigMockAdaptor 55 const string& ManagerMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::ManagerMockAdaptor 64 const string& ProfileMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::ProfileMockAdaptor 76 const string& RPCTaskMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::RPCTaskMockAdaptor 88 const string& ServiceMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::ServiceMockAdaptor
|
D | rpc_task_adaptor_stub.h | 33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
|
D | profile_adaptor_stub.h | 33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
|
D | ipconfig_adaptor_stub.h | 35 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
|
D | rpc_task.cc | 62 string RPCTask::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::RPCTask
|
D | service_under_test.cc | 51 string ServiceUnderTest::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::ServiceUnderTest
|
D | ipconfig.cc | 115 string IPConfig::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::IPConfig
|
D | profile.cc | 179 string Profile::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::Profile
|
D | key_value_store.cc | 169 const string& KeyValueStore::GetRpcIdentifier(const string& name) const { in GetRpcIdentifier() function in shill::KeyValueStore
|
D | service.cc | 504 string Service::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::Service
|
D | device.cc | 432 string Device::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::Device
|
/system/connectivity/shill/dbus/ |
D | chromeos_profile_dbus_adaptor.h | 53 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
|
D | chromeos_ipconfig_dbus_adaptor.h | 52 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
|
D | chromeos_service_dbus_adaptor.h | 52 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
|
D | chromeos_manager_dbus_adaptor.h | 58 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
|
D | chromeos_rpc_task_dbus_adaptor.cc | 59 const string& ChromeosRPCTaskDBusAdaptor::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::ChromeosRPCTaskDBusAdaptor
|
D | chromeos_device_dbus_adaptor.cc | 58 const string& ChromeosDeviceDBusAdaptor::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::ChromeosDeviceDBusAdaptor
|
/system/connectivity/shill/binder/ |
D | service_binder_adaptor.h | 60 const std::string& GetRpcIdentifier() override { return id(); } in GetRpcIdentifier() function
|
D | manager_binder_adaptor.h | 64 const std::string& GetRpcIdentifier() override { return id(); } in GetRpcIdentifier() function
|
D | device_binder_adaptor.h | 62 const std::string& GetRpcIdentifier() override { return id(); } in GetRpcIdentifier() function
|