Searched refs:supportedProfiles (Results 1 – 1 of 1) sorted by relevance
56 const std::vector<std::string>& supportedProfiles, in asyncPopulatePid() argument62 [asyncResp, currentProfile, supportedProfiles]( in asyncPopulatePid()103 configRoot["Profile@Redfish.AllowableValues"] = supportedProfiles; in asyncPopulatePid()946 std::vector<std::string> supportedProfiles; member1039 self->complete.supportedProfiles = *supported; in run()1095 completion.supportedProfiles, in processingComplete()1236 self->supportedProfiles = *supported; in run()1251 if (std::ranges::find(supportedProfiles, *profile) == in pidSetDone()1252 supportedProfiles.end()) in pidSetDone()1469 std::vector<std::string> supportedProfiles; member