Home
last modified time | relevance | path

Searched refs:invalidObject (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1409 invalidObject = 39, enumerator
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp629 messages::invalidObject( in createPidInterface()
747 messages::invalidObject( in createPidInterface()
895 messages::invalidObject( in createPidInterface()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp766 nlohmann::json::object_t invalidObject(const boost::urls::url_view_base& arg1);
768 void invalidObject(crow::Response& res, const boost::urls::url_view_base& arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1225 nlohmann::json::object_t invalidObject(const boost::urls::url_view_base& arg1) in invalidObject() function
1227 return getLog(redfish::registries::Base::Index::invalidObject, in invalidObject()
1231 void invalidObject(crow::Response& res, const boost::urls::url_view_base& arg1) in invalidObject() function
1234 addMessageToErrorJson(res.jsonValue, invalidObject(arg1)); in invalidObject()