/openbmc/phosphor-ipmi-blobs/example/ |
H A D | example.cpp | 18 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 D | example.hpp | 87 ExampleBlob* getSession(uint16_t id);
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_getsession_unittest.cpp | 14 EXPECT_TRUE(mgr.getSession(&first)); in TEST() 15 EXPECT_TRUE(mgr.getSession(&second)); in TEST()
|
/openbmc/phosphor-net-ipmid/ |
H A D | message_handler.hpp | 28 session = session::Manager::get().getSession(sessionID); in Handler() 41 session = session::Manager::get().getSession(sessionID); in Handler()
|
H A D | command_table.cpp | 54 session::Manager::get().getSession(handler->sessionID); in executeCommand() 113 session::Manager::get().getSession(handler->sessionID); in executeCommand()
|
H A D | sessions_manager.hpp | 113 std::shared_ptr<Session> getSession(
|
H A D | message_handler.cpp | 43 session = session::Manager::get().getSession(inMessage->bmcSessionID); in updSessionData()
|
H A D | sessions_manager.cpp | 191 std::shared_ptr<Session> Manager::getSession(SessionID sessionID, in getSession() function in session::Manager
|
H A D | message_parsers.cpp | 185 auto session = session::Manager::get().getSession(sessionID); in unflatten()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | rakp34.cpp | 19 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 D | session_cmds.cpp | 42 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 D | payload_cmds.cpp | 57 auto session = session::Manager::get().getSession(handler->sessionID); in activatePayload() 156 session::Manager::get().getSession(handler->sessionID); in deactivatePayload()
|
H A D | sol_cmds.cpp | 65 auto session = session::Manager::get().getSession(sessionID); in activating()
|
H A D | rakp12.cpp | 67 session = session::Manager::get().getSession( in RAKP12()
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | manager.cpp | 78 if (!getSession(session)) in open() 217 bool BlobManager::getSession(uint16_t* sess) in getSession() function in blobs::BlobManager
|
H A D | manager.hpp | 225 bool getSession(uint16_t* session);
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_context.cpp | 24 session = session::Manager::get().getSession(sessionID); in Context()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_sessions.hpp | 388 .privileges(redfish::privileges::getSession) in requestRoutesSession()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | privilege_registry.hpp | 1668 const static auto& getSession = privilegeSetConfigureManagerOrConfigureSelf; variable
|