Searched refs:profile_rpcid (Results 1 – 4 of 4) sorted by relevance
1060 const string& profile_rpcid) { in LookupProfileByRpcIdentifier() argument1062 if (profile_rpcid == profile->GetRpcIdentifier()) { in LookupProfileByRpcIdentifier()1070 const string& profile_rpcid, in SetProfileForService() argument1072 ProfileRefPtr profile = LookupProfileByRpcIdentifier(profile_rpcid); in SetProfileForService()1076 "Service", profile_rpcid.c_str())); in SetProfileForService()2314 string profile_rpcid = args.GetString(kProfileProperty); in ConfigureService() local2315 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() argument2398 ProfileRefPtr profile = LookupProfileByRpcIdentifier(profile_rpcid); in ConfigureServiceForProfile()[all …]
144 ProfileRefPtr LookupProfileByRpcIdentifier(const std::string& profile_rpcid);185 const std::string& profile_rpcid,
310 const dbus::ObjectPath& profile_rpcid, in ConfigureServiceForProfile() argument319 profile_rpcid.value(), args_store, &configure_error); in ConfigureServiceForProfile()
113 const dbus::ObjectPath& profile_rpcid,