Searched refs:propertyMissing (Results 1 – 8 of 8) sorted by relevance
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1423 propertyMissing = 59, enumerator
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_sessions.hpp | 231 messages::propertyMissing(asyncResp->res, "UserName"); in handleSessionCollectionPost() 236 messages::propertyMissing(asyncResp->res, "Password"); in handleSessionCollectionPost()
|
H A D | ethernet.hpp | 1076 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 D | update_service.hpp | 807 messages::propertyMissing(asyncResp->res, "UpdateFile"); in extractMultipartUpdateParameters() 812 messages::propertyMissing(asyncResp->res, "Targets"); in extractMultipartUpdateParameters()
|
H A D | account_service.hpp | 474 messages::propertyMissing(asyncResp->res, in handleRoleMapPatch() 480 messages::propertyMissing(asyncResp->res, in handleRoleMapPatch()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 207 nlohmann::json propertyMissing(std::string_view arg1); 209 void propertyMissing(crow::Response& res, std::string_view arg1);
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 428 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 D | json_utils.hpp | 602 messages::propertyMissing(res, perUnpack.key); in readJsonHelperObject()
|