Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1408 missingOrMalformedPart = 44, enumerator
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp344 messages::missingOrMalformedPart(asyncResp->res); in handleUpdateErrorType()
349 messages::missingOrMalformedPart(asyncResp->res); in handleUpdateErrorType()
353 messages::missingOrMalformedPart(asyncResp->res); in handleUpdateErrorType()
376 messages::missingOrMalformedPart(asyncResp->res); in handleUpdateErrorType()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp639 nlohmann::json missingOrMalformedPart();
641 void missingOrMalformedPart(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1105 nlohmann::json missingOrMalformedPart() in missingOrMalformedPart() function
1107 return getLog(redfish::registries::base::Index::missingOrMalformedPart, {}); in missingOrMalformedPart()
1110 void missingOrMalformedPart(crow::Response& res) in missingOrMalformedPart() function
1113 addMessageToErrorJson(res.jsonValue, missingOrMalformedPart()); in missingOrMalformedPart()