Lines Matching refs:profile_rpcid
1060 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()
2404 if (args.LookupString(kProfileProperty, profile_rpcid) != profile_rpcid) { in ConfigureServiceForProfile()
2433 configure_args.SetString(kProfileProperty, profile_rpcid); in ConfigureServiceForProfile()