Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp328 const std::vector<std::string>& supportedProfiles, in asyncPopulatePid() argument
334 [asyncResp, currentProfile, supportedProfiles]( in asyncPopulatePid()
375 configRoot["Profile@Redfish.AllowableValues"] = supportedProfiles; in asyncPopulatePid()
1201 std::vector<std::string> supportedProfiles; member
1294 self->complete.supportedProfiles = *supported; in run()
1350 completion.supportedProfiles, in processingComplete()
1491 self->supportedProfiles = *supported; in run()
1506 if (std::ranges::find(supportedProfiles, *profile) == in pidSetDone()
1507 supportedProfiles.end()) in pidSetDone()
1724 std::vector<std::string> supportedProfiles; member