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.hpp1414 missingOrMalformedPart = 44, enumerator
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp364 messages::missingOrMalformedPart(asyncResp->res); in handleUpdateErrorType()
369 messages::missingOrMalformedPart(asyncResp->res); in handleUpdateErrorType()
373 messages::missingOrMalformedPart(asyncResp->res); in handleUpdateErrorType()
396 messages::missingOrMalformedPart(asyncResp->res); in handleUpdateErrorType()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp633 nlohmann::json::object_t missingOrMalformedPart();
635 void missingOrMalformedPart(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1002 nlohmann::json::object_t missingOrMalformedPart() in missingOrMalformedPart() function
1004 return getLog(redfish::registries::Base::Index::missingOrMalformedPart, {}); in missingOrMalformedPart()
1007 void missingOrMalformedPart(crow::Response& res) in missingOrMalformedPart() function
1010 addMessageToErrorJson(res.jsonValue, missingOrMalformedPart()); in missingOrMalformedPart()