Home
last modified time | relevance | path

Searched refs:systems_utils (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dsystems_utils_test.cpp37 EXPECT_TRUE(systems_utils::indexMatchingSubTreeMapObjectPath( in TEST()
39 EXPECT_TRUE(systems_utils::indexMatchingSubTreeMapObjectPath( in TEST()
41 EXPECT_TRUE(systems_utils::indexMatchingSubTreeMapObjectPath( in TEST()
43 EXPECT_TRUE(systems_utils::indexMatchingSubTreeMapObjectPath( in TEST()
45 EXPECT_FALSE(systems_utils::indexMatchingSubTreeMapObjectPath( in TEST()
47 EXPECT_FALSE(systems_utils::indexMatchingSubTreeMapObjectPath( in TEST()
49 EXPECT_FALSE(systems_utils::indexMatchingSubTreeMapObjectPath( in TEST()
52 systems_utils::indexMatchingSubTreeMapObjectPath(asyncResp, 1, subtree, in TEST()
57 systems_utils::indexMatchingSubTreeMapObjectPath(asyncResp, 10, subtree, in TEST()
62 systems_utils::indexMatchingSubTreeMapObjectPath(asyncResp, 999, subtree, in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp457 systems_utils::getHostStateObjectPath(computerSystemIndex); in getHostState()
459 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getHostState()
761 systems_utils::getHostStateObjectPath(computerSystemIndex); in getBootProgress()
763 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getBootProgress()
794 systems_utils::getHostStateObjectPath(computerSystemIndex); in getBootProgressLastStateTime()
796 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getBootProgressLastStateTime()
1097 systems_utils::getChassisStateObjectPath(computerSystemIndex); in getLastResetTime()
1099 systems_utils::getChassisStateServiceName(computerSystemIndex), path, in getLastResetTime()
1138 systems_utils::getHostStateObjectPath(computerSystemIndex); in getAutomaticRebootAttempts()
1140 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getAutomaticRebootAttempts()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsystems_utils.hpp29 namespace systems_utils namespace