Searched defs:GetRpcIdentifier (Results 1 - 10 of 10) sorted by relevance

/system/connectivity/shill/dbus/
H A Dchromeos_rpc_task_dbus_adaptor.cc35 return r->GetRpcIdentifier();
59 const string& ChromeosRPCTaskDBusAdaptor::GetRpcIdentifier() { function in class:shill::ChromeosRPCTaskDBusAdaptor
H A Dchromeos_device_dbus_adaptor.cc34 return d->GetRpcIdentifier() + " (" + d->device()->UniqueName() + ")";
58 const string& ChromeosDeviceDBusAdaptor::GetRpcIdentifier() { function in class:shill::ChromeosDeviceDBusAdaptor
/system/connectivity/shill/
H A Drpc_task.cc57 env.emplace(kRPCTaskPathVariable, adaptor_->GetRpcIdentifier());
62 string RPCTask::GetRpcIdentifier() const { function in class:shill::RPCTask
63 return adaptor_->GetRpcIdentifier();
H A Dservice_under_test.cc51 string ServiceUnderTest::GetRpcIdentifier() const { function in class:shill::ServiceUnderTest
H A Dmock_adaptors.cc37 const string& DeviceMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::DeviceMockAdaptor
46 const string& IPConfigMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::IPConfigMockAdaptor
55 const string& ManagerMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::ManagerMockAdaptor
64 const string& ProfileMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::ProfileMockAdaptor
76 const string& RPCTaskMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::RPCTaskMockAdaptor
88 const string& ServiceMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::ServiceMockAdaptor
H A Dipconfig.cc43 static string ObjectID(IPConfig* i) { return i->GetRpcIdentifier(); }
115 string IPConfig::GetRpcIdentifier() { function in class:shill::IPConfig
116 return adaptor_->GetRpcIdentifier();
H A Dprofile.cc179 string Profile::GetRpcIdentifier() { function in class:shill::Profile
183 return adaptor_->GetRpcIdentifier();
H A Dkey_value_store.cc169 const string& KeyValueStore::GetRpcIdentifier(const string& name) const { function in class:shill::KeyValueStore
H A Dservice.cc65 static string ObjectID(const Service* s) { return s->GetRpcIdentifier(); }
504 string Service::GetRpcIdentifier() const { function in class:shill::Service
505 return adaptor_->GetRpcIdentifier();
1597 return profile_->GetRpcIdentifier();
1601 if (profile_ && profile_->GetRpcIdentifier() == profile) {
H A Ddevice.cc87 static string ObjectID(Device* d) { return d->GetRpcIdentifier(); }
432 string Device::GetRpcIdentifier() const { function in class:shill::Device
433 return adaptor_->GetRpcIdentifier();
437 string id = GetRpcIdentifier();
1730 return selected_service_->GetRpcIdentifier();
1736 ipconfigs.push_back(ipconfig_->GetRpcIdentifier());
1739 ipconfigs.push_back(ip6config_->GetRpcIdentifier());
1742 ipconfigs.push_back(dhcpv6_config_->GetRpcIdentifier());

Completed in 147 milliseconds