Searched refs:indexMatchingSubTreeMapObjectPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | systems_utils_test.cpp | 38 EXPECT_TRUE(indexMatchingSubTreeMapObjectPath(asyncResp, 1, subtree, in TEST() 40 EXPECT_TRUE(indexMatchingSubTreeMapObjectPath(asyncResp, 2, subtree, in TEST() 42 EXPECT_TRUE(indexMatchingSubTreeMapObjectPath(asyncResp, 10, subtree, in TEST() 44 EXPECT_TRUE(indexMatchingSubTreeMapObjectPath(asyncResp, 999, subtree, in TEST() 46 EXPECT_FALSE(indexMatchingSubTreeMapObjectPath(asyncResp, 100, subtree, in TEST() 48 EXPECT_FALSE(indexMatchingSubTreeMapObjectPath(asyncResp, 11, subtree, in TEST() 50 EXPECT_FALSE(indexMatchingSubTreeMapObjectPath(asyncResp, 0, subtree, in TEST() 53 indexMatchingSubTreeMapObjectPath(asyncResp, 1, subtree, objectPath, in TEST() 58 indexMatchingSubTreeMapObjectPath(asyncResp, 10, subtree, objectPath, in TEST() 63 indexMatchingSubTreeMapObjectPath(asyncResp, 999, subtree, objectPath, in TEST()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | systems_utils.hpp | 330 inline bool indexMatchingSubTreeMapObjectPath( in indexMatchingSubTreeMapObjectPath() function
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems.hpp | 1400 if (!indexMatchingSubTreeMapObjectPath(asyncResp, computerSystemIndex, in getTrustedModuleRequiredToBootCallback() 1497 if (!indexMatchingSubTreeMapObjectPath(asyncResp, computerSystemIndex, in setTrustedModuleRequiredToBootCallback()
|