Home
last modified time | relevance | path

Searched refs:noValidSession (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1412 noValidSession = 48, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp707 nlohmann::json noValidSession();
709 void noValidSession(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1219 nlohmann::json noValidSession() in noValidSession() function
1221 return getLog(redfish::registries::base::Index::noValidSession, {}); in noValidSession()
1224 void noValidSession(crow::Response& res) in noValidSession() function
1227 addMessageToErrorJson(res.jsonValue, noValidSession()); in noValidSession()