Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp1057 std::optional<std::string> appliedConfigStr; in handleProcessorPatch() local
1061 "AppliedOperatingConfig/@odata.id", appliedConfigStr, // in handleProcessorPatch()
1068 if (appliedConfigStr) in handleProcessorPatch()
1071 boost::urls::parse_relative_ref(*appliedConfigStr); in handleProcessorPatch()
1075 asyncResp->res, "AppliedOperatingConfig", *appliedConfigStr); in handleProcessorPatch()