Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp56 const std::vector<std::string>& supportedProfiles, in asyncPopulatePid() argument
62 [asyncResp, currentProfile, supportedProfiles]( in asyncPopulatePid()
103 configRoot["Profile@Redfish.AllowableValues"] = supportedProfiles; in asyncPopulatePid()
946 std::vector<std::string> supportedProfiles; member
1039 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