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 | 37 EXPECT_TRUE(indexMatchingSubTreeMapObjectPath(asyncResp, 1, subtree, in TEST() 39 EXPECT_TRUE(indexMatchingSubTreeMapObjectPath(asyncResp, 2, subtree, in TEST() 41 EXPECT_TRUE(indexMatchingSubTreeMapObjectPath(asyncResp, 10, subtree, in TEST() 43 EXPECT_TRUE(indexMatchingSubTreeMapObjectPath(asyncResp, 999, subtree, in TEST() 45 EXPECT_FALSE(indexMatchingSubTreeMapObjectPath(asyncResp, 100, subtree, in TEST() 47 EXPECT_FALSE(indexMatchingSubTreeMapObjectPath(asyncResp, 11, subtree, in TEST() 49 EXPECT_FALSE(indexMatchingSubTreeMapObjectPath(asyncResp, 0, subtree, in TEST() 52 indexMatchingSubTreeMapObjectPath(asyncResp, 1, subtree, objectPath, in TEST() 57 indexMatchingSubTreeMapObjectPath(asyncResp, 10, subtree, objectPath, in TEST() 62 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()
|