Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1423 propertyMissing = 59, enumerator
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp231 messages::propertyMissing(asyncResp->res, "UserName"); in handleSessionCollectionPost()
236 messages::propertyMissing(asyncResp->res, "Password"); in handleSessionCollectionPost()
H A Dethernet.hpp1076 messages::propertyMissing(asyncResp->res, pathString + "/Address"); in handleIPv6DefaultGateway()
1583 messages::propertyMissing(asyncResp->res, in handleIPv4StaticPatch()
1613 messages::propertyMissing(asyncResp->res, in handleIPv4StaticPatch()
1633 messages::propertyMissing(asyncResp->res, in handleIPv4StaticPatch()
1753 messages::propertyMissing(asyncResp->res, in handleIPv6StaticAddressesPatch()
1764 messages::propertyMissing(asyncResp->res, in handleIPv6StaticAddressesPatch()
2163 messages::propertyMissing( in requestEthernetInterfacesRoutes()
H A Dupdate_service.hpp807 messages::propertyMissing(asyncResp->res, "UpdateFile"); in extractMultipartUpdateParameters()
812 messages::propertyMissing(asyncResp->res, "Targets"); in extractMultipartUpdateParameters()
H A Daccount_service.hpp474 messages::propertyMissing(asyncResp->res, in handleRoleMapPatch()
480 messages::propertyMissing(asyncResp->res, in handleRoleMapPatch()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp207 nlohmann::json propertyMissing(std::string_view arg1);
209 void propertyMissing(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp428 nlohmann::json propertyMissing(std::string_view arg1) in propertyMissing() function
430 return getLog(redfish::registries::base::Index::propertyMissing, in propertyMissing()
434 void propertyMissing(crow::Response& res, std::string_view arg1) in propertyMissing() function
437 addMessageToJson(res.jsonValue, propertyMissing(arg1), arg1); in propertyMissing()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp602 messages::propertyMissing(res, perUnpack.key); in readJsonHelperObject()