Searched refs:propertyUnknown (Results 1 – 6 of 6) sorted by relevance
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1427 propertyUnknown = 63, enumerator
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | chassis.hpp | 769 messages::propertyUnknown(asyncResp->res, in handleChassisPatch() 781 messages::propertyUnknown(asyncResp->res, in handleChassisPatch()
|
H A D | managers.hpp | 878 messages::propertyUnknown(response->res, type); in createPidInterface() 1227 messages::propertyUnknown(response->res, type); in createPidInterface() 2405 messages::propertyUnknown(asyncResp->res, "Oem"); in requestRoutesManager()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 100 nlohmann::json propertyUnknown(std::string_view arg1); 102 void propertyUnknown(crow::Response& res, std::string_view arg1);
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 260 nlohmann::json propertyUnknown(std::string_view arg1) in propertyUnknown() function 262 return getLog(redfish::registries::base::Index::propertyUnknown, in propertyUnknown() 266 void propertyUnknown(crow::Response& res, std::string_view arg1) in propertyUnknown() function 269 addMessageToErrorJson(res.jsonValue, propertyUnknown(arg1)); in propertyUnknown()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 582 messages::propertyUnknown(res, item.first); in readJsonHelperObject()
|