Home
last modified time | relevance | path

Searched refs:propertyUnknown (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1427 propertyUnknown = 63, enumerator
/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp769 messages::propertyUnknown(asyncResp->res, in handleChassisPatch()
781 messages::propertyUnknown(asyncResp->res, in handleChassisPatch()
H A Dmanagers.hpp878 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 Derror_messages.hpp100 nlohmann::json propertyUnknown(std::string_view arg1);
102 void propertyUnknown(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp260 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 Djson_utils.hpp582 messages::propertyUnknown(res, item.first); in readJsonHelperObject()