Home
last modified time | relevance | path

Searched refs:profile_rpcid (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dmanager.cc1060 const string& profile_rpcid) { in LookupProfileByRpcIdentifier() argument
1062 if (profile_rpcid == profile->GetRpcIdentifier()) { in LookupProfileByRpcIdentifier()
1070 const string& profile_rpcid, in SetProfileForService() argument
1072 ProfileRefPtr profile = LookupProfileByRpcIdentifier(profile_rpcid); in SetProfileForService()
1076 "Service", profile_rpcid.c_str())); in SetProfileForService()
2314 string profile_rpcid = args.GetString(kProfileProperty); in ConfigureService() local
2315 profile = LookupProfileByRpcIdentifier(profile_rpcid); in ConfigureService()
2318 "Invalid profile name " + profile_rpcid); in ConfigureService()
2380 const string& profile_rpcid, const KeyValueStore& args, Error* error) { in ConfigureServiceForProfile() argument
2398 ProfileRefPtr profile = LookupProfileByRpcIdentifier(profile_rpcid); in ConfigureServiceForProfile()
[all …]
Dmanager.h144 ProfileRefPtr LookupProfileByRpcIdentifier(const std::string& profile_rpcid);
185 const std::string& profile_rpcid,
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc310 const dbus::ObjectPath& profile_rpcid, in ConfigureServiceForProfile() argument
319 profile_rpcid.value(), args_store, &configure_error); in ConfigureServiceForProfile()
Dchromeos_manager_dbus_adaptor.h113 const dbus::ObjectPath& profile_rpcid,