Home
last modified time | relevance | path

Searched refs:getSession (Results 1 – 19 of 19) sorted by relevance

/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp18 ExampleBlob* ExampleBlobHandler::getSession(uint16_t id) in getSession() function in blobs::ExampleBlobHandler
71 ExampleBlob* sess = getSession(session); in read()
97 ExampleBlob* sess = getSession(session); in write()
129 ExampleBlob* sess = getSession(session); in commit()
142 ExampleBlob* sess = getSession(session); in close()
154 ExampleBlob* sess = getSession(session); in stat()
170 ExampleBlob* sess = getSession(session); in expire()
H A Dexample.hpp87 ExampleBlob* getSession(uint16_t id);
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_getsession_unittest.cpp14 EXPECT_TRUE(mgr.getSession(&first)); in TEST()
15 EXPECT_TRUE(mgr.getSession(&second)); in TEST()
/openbmc/phosphor-net-ipmid/
H A Dmessage_handler.hpp28 session = session::Manager::get().getSession(sessionID); in Handler()
41 session = session::Manager::get().getSession(sessionID); in Handler()
H A Dcommand_table.cpp54 session::Manager::get().getSession(handler->sessionID); in executeCommand()
113 session::Manager::get().getSession(handler->sessionID); in executeCommand()
H A Dsessions_manager.hpp113 std::shared_ptr<Session> getSession(
H A Dmessage_handler.cpp43 session = session::Manager::get().getSession(inMessage->bmcSessionID); in updSessionData()
H A Dsessions_manager.cpp191 std::shared_ptr<Session> Manager::getSession(SessionID sessionID, in getSession() function in session::Manager
H A Dmessage_parsers.cpp185 auto session = session::Manager::get().getSession(sessionID); in unflatten()
/openbmc/phosphor-net-ipmid/command/
H A Drakp34.cpp19 auto session = session::Manager::get().getSession(bmcSessionID); in applyIntegrityAlgo()
46 auto session = session::Manager::get().getSession(bmcSessionID); in applyCryptAlgo()
96 session::Manager::get().getSession(request->managedSystemSessionID); in RAKP34()
H A Dsession_cmds.cpp42 auto session = session::Manager::get().getSession(handler->sessionID); in setSessionPrivilegeLevel()
209 session::Manager::get().getSession(reqSessionId); in closeMyNetInstanceSession()
297 session::Manager::get().getSession(handler->sessionID); in closeSession()
H A Dpayload_cmds.cpp57 auto session = session::Manager::get().getSession(handler->sessionID); in activatePayload()
156 session::Manager::get().getSession(handler->sessionID); in deactivatePayload()
H A Dsol_cmds.cpp65 auto session = session::Manager::get().getSession(sessionID); in activating()
H A Drakp12.cpp67 session = session::Manager::get().getSession( in RAKP12()
/openbmc/phosphor-ipmi-blobs/
H A Dmanager.cpp78 if (!getSession(session)) in open()
217 bool BlobManager::getSession(uint16_t* sess) in getSession() function in blobs::BlobManager
H A Dmanager.hpp225 bool getSession(uint16_t* session);
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp24 session = session::Manager::get().getSession(sessionID); in Context()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp388 .privileges(redfish::privileges::getSession) in requestRoutesSession()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dprivilege_registry.hpp1668 const static auto& getSession = privilegeSetConfigureManagerOrConfigureSelf; variable