Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1452 resourceAtUriUnauthorized = 88, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp833 nlohmann::json resourceAtUriUnauthorized(const boost::urls::url_view_base& arg1,
836 void resourceAtUriUnauthorized(crow::Response& res,
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp246 messages::resourceAtUriUnauthorized(asyncResp->res, req.url(), in handleSessionCollectionPost()
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1429 nlohmann::json resourceAtUriUnauthorized(const boost::urls::url_view_base& arg1, in resourceAtUriUnauthorized() function
1432 return getLog(redfish::registries::base::Index::resourceAtUriUnauthorized, in resourceAtUriUnauthorized()
1436 void resourceAtUriUnauthorized(crow::Response& res, in resourceAtUriUnauthorized() function
1441 addMessageToErrorJson(res.jsonValue, resourceAtUriUnauthorized(arg1, arg2)); in resourceAtUriUnauthorized()