Home
last modified time | relevance | path

Searched refs:computerSystemIndex (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp453 const uint64_t computerSystemIndex) in getHostState() argument
457 systems_utils::getHostStateObjectPath(computerSystemIndex); in getHostState()
459 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getHostState()
758 const uint64_t computerSystemIndex) in getBootProgress() argument
761 systems_utils::getHostStateObjectPath(computerSystemIndex); in getBootProgress()
763 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getBootProgress()
791 const uint64_t computerSystemIndex) in getBootProgressLastStateTime() argument
794 systems_utils::getHostStateObjectPath(computerSystemIndex); in getBootProgressLastStateTime()
796 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getBootProgressLastStateTime()
828 const uint64_t computerSystemIndex) in getBootOverrideType() argument
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsystems_utils.hpp125 std::function<void(const uint64_t computerSystemIndex)> callback) in getManagedHostProperty()
147 std::function<void(const uint64_t computerSystemIndex)>& callback, in afterGetComputerSystemSubTreePaths()
199 std::function<void(const uint64_t computerSystemIndex)>&& callback) in getComputerSystemIndex()
220 const uint64_t computerSystemIndex) in getHostStateObjectPath() argument
224 std::to_string(computerSystemIndex)); in getHostStateObjectPath()
229 inline std::string getHostStateServiceName(const uint64_t computerSystemIndex) in getHostStateServiceName() argument
234 hostStateService += std::to_string(computerSystemIndex); in getHostStateServiceName()
241 const uint64_t computerSystemIndex) in getChassisStateObjectPath() argument
245 std::to_string(computerSystemIndex)); in getChassisStateObjectPath()
251 const uint64_t computerSystemIndex) in getChassisStateServiceName() argument
[all …]