Searched refs:GetRpcIdentifier (Results 26 - 50 of 70) sorted by relevance

123

/system/connectivity/shill/binder/
H A Ddevice_binder_adaptor.h62 const std::string& GetRpcIdentifier() override { return id(); }
H A Dmanager_binder_adaptor.cc42 return "Manager binder adaptor (id " + m->GetRpcIdentifier() + ")";
H A Dmanager_binder_adaptor.h64 const std::string& GetRpcIdentifier() override { return id(); }
H A Dservice_binder_adaptor.cc35 return "Service binder adaptor (id " + s->GetRpcIdentifier() + ", " +
/system/connectivity/shill/cellular/
H A Dcellular_capability.cc39 return c->cellular()->GetRpcIdentifier();
H A Dactive_passive_out_of_credits_detector.cc56 service_rpc_identifier_(service->GetRpcIdentifier()) {
H A Dcellular_service.cc39 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); }
385 return cellular_->GetRpcIdentifier();
/system/connectivity/shill/dbus/
H A Dchromeos_ipconfig_dbus_adaptor.cc39 return i->GetRpcIdentifier();
H A Dchromeos_profile_dbus_adaptor.cc37 return p->GetRpcIdentifier();
H A Dchromeos_service_dbus_adaptor.h52 const std::string& GetRpcIdentifier() override { return dbus_path().value(); }
H A Dchromeos_manager_dbus_adaptor.cc43 return m->GetRpcIdentifier();
268 *service_path = dbus::ObjectPath(service->GetRpcIdentifier());
304 *service_path = dbus::ObjectPath(service->GetRpcIdentifier());
323 *service_path = dbus::ObjectPath(service->GetRpcIdentifier());
342 *service_path = dbus::ObjectPath(service->GetRpcIdentifier());
H A Dchromeos_device_dbus_adaptor.h50 const std::string& GetRpcIdentifier() override;
H A Dchromeos_device_dbus_adaptor.cc34 return d->GetRpcIdentifier() + " (" + d->device()->UniqueName() + ")";
58 const string& ChromeosDeviceDBusAdaptor::GetRpcIdentifier() { function in class:shill::ChromeosDeviceDBusAdaptor
H A Dchromeos_service_dbus_adaptor.cc37 return s->GetRpcIdentifier() + " (" + s->service()->unique_name() + ")";
/system/connectivity/shill/ethernet/
H A Dethernet_service.cc98 return ethernet_->GetRpcIdentifier();
/system/connectivity/shill/
H A Dmock_service.h63 MOCK_CONST_METHOD0(GetRpcIdentifier, std::string());
H A Dprofile.h98 virtual std::string GetRpcIdentifier();
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());
H A Dprofile.cc179 string Profile::GetRpcIdentifier() { function in class:shill::Profile
183 return adaptor_->GetRpcIdentifier();
H A Dmanager.cc418 *path = profile->GetRpcIdentifier();
505 *path = profile->GetRpcIdentifier();
861 profile_entries[profile->GetRpcIdentifier()] = entry_name;
947 return default_service ? default_service->GetRpcIdentifier() :
1062 if (profile_rpcid == profile->GetRpcIdentifier()) {
2174 device_rpc_ids.push_back(device->GetRpcIdentifier());
2188 profile_rpc_ids.push_back(profile->GetRpcIdentifier());
2197 service_rpc_ids.push_back(service->GetRpcIdentifier());
2206 service_rpc_ids.push_back(service->GetRpcIdentifier());
2216 service_rpc_ids.push_back(service->GetRpcIdentifier());
[all...]
H A Dipconfig.h127 std::string GetRpcIdentifier();
H A Dkey_value_store.h77 const std::string& GetRpcIdentifier(const std::string& name) const;
H A Dservice_property_change_test.cc170 EXPECT_FALSE(service->SetProfileRpcId(profile->GetRpcIdentifier(),
/system/connectivity/shill/pppoe/
H A Dpppoe_service.cc189 return ppp_device_ ? ppp_device_->GetRpcIdentifier() : "";
/system/connectivity/shill/vpn/
H A Dvpn_service.cc47 static string ObjectID(const VPNService* s) { return s->GetRpcIdentifier(); }

Completed in 315 milliseconds

123