Searched refs:resourceAtUriUnauthorized (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1452 resourceAtUriUnauthorized = 88, enumerator
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 833 nlohmann::json resourceAtUriUnauthorized(const boost::urls::url_view_base& arg1, 836 void resourceAtUriUnauthorized(crow::Response& res,
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_sessions.hpp | 246 messages::resourceAtUriUnauthorized(asyncResp->res, req.url(), in handleSessionCollectionPost()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 1429 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()
|