Home
last modified time | relevance | path

Searched defs:GetRpcIdentifier (Results 1 – 20 of 20) sorted by relevance

/system/connectivity/shill/
Dmock_adaptors.cc37 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
Drpc_task_adaptor_stub.h33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
Dprofile_adaptor_stub.h33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
Dipconfig_adaptor_stub.h35 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
Drpc_task.cc62 string RPCTask::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::RPCTask
Dservice_under_test.cc51 string ServiceUnderTest::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::ServiceUnderTest
Dipconfig.cc115 string IPConfig::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::IPConfig
Dprofile.cc179 string Profile::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::Profile
Dkey_value_store.cc169 const string& KeyValueStore::GetRpcIdentifier(const string& name) const { in GetRpcIdentifier() function in shill::KeyValueStore
Dservice.cc504 string Service::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::Service
Ddevice.cc432 string Device::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::Device
/system/connectivity/shill/dbus/
Dchromeos_profile_dbus_adaptor.h53 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
Dchromeos_ipconfig_dbus_adaptor.h52 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
Dchromeos_service_dbus_adaptor.h52 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
Dchromeos_manager_dbus_adaptor.h58 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
Dchromeos_rpc_task_dbus_adaptor.cc59 const string& ChromeosRPCTaskDBusAdaptor::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::ChromeosRPCTaskDBusAdaptor
Dchromeos_device_dbus_adaptor.cc58 const string& ChromeosDeviceDBusAdaptor::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::ChromeosDeviceDBusAdaptor
/system/connectivity/shill/binder/
Dservice_binder_adaptor.h60 const std::string& GetRpcIdentifier() override { return id(); } in GetRpcIdentifier() function
Dmanager_binder_adaptor.h64 const std::string& GetRpcIdentifier() override { return id(); } in GetRpcIdentifier() function
Ddevice_binder_adaptor.h62 const std::string& GetRpcIdentifier() override { return id(); } in GetRpcIdentifier() function