Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp1534 std::optional<nlohmann::json::object_t> stepwiseControllers; in handlePatchManagerOpenBmc() local
1541 stepwiseControllers, "OpenBmc/Fan/Profile", profile)) in handlePatchManagerOpenBmc()
1546 if (pidControllers || fanControllers || fanZones || stepwiseControllers || in handlePatchManagerOpenBmc()
1569 if (stepwiseControllers) in handlePatchManagerOpenBmc()
1572 std::move(stepwiseControllers)); in handlePatchManagerOpenBmc()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp861 std::optional<nlohmann::json::object_t> stepwiseControllers; in handleManagerPatch() local
877 stepwiseControllers, // in handleManagerPatch()