Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/test/session/
H A Dclosesession_unittest.cpp50 EXPECT_TRUE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
60 EXPECT_TRUE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
70 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
80 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
90 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
104 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
113 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dsessionhelper.hpp77 bool isSessionObjectMatched(const std::string objectPath, in isSessionObjectMatched() function
/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp145 if (isSessionObjectMatched(obj, reqSessionId, reqSessionHandle)) in closeOtherNetInstanceSession()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp971 if (isSessionObjectMatched(obj, reqSessionId, reqSessionHandle)) in ipmiAppCloseSession()