Lines Matching refs:objectPath
9 std::string objectPath = in TEST() local
13 parseCloseSessionInputPayload(objectPath, sessionId, sessionHandle)); in TEST()
27 std::string objectPath = "/xyz/openbmc_project/ipmi/session/eth0/12a4567d"; in TEST() local
30 parseCloseSessionInputPayload(objectPath, sessionId, sessionHandle)); in TEST()
37 std::string objectPath; in TEST() local
40 parseCloseSessionInputPayload(objectPath, sessionId, sessionHandle)); in TEST()
45 std::string objectPath = in TEST() local
50 EXPECT_TRUE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
55 std::string objectPath = in TEST() local
60 EXPECT_TRUE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
65 std::string objectPath = in TEST() local
70 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
75 std::string objectPath = in TEST() local
80 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
85 std::string objectPath = in TEST() local
90 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
100 std::string objectPath = "/xyz/openbmc_project/ipmi/session/eth0/12a4567d"; in TEST() local
104 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()
109 std::string objectPath; in TEST() local
113 EXPECT_FALSE(isSessionObjectMatched(objectPath, sessionId, sessionHandle)); in TEST()