Lines Matching refs:computerSystemIndex

453                          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
831 std::to_string(computerSystemIndex)); in getBootOverrideType()
873 const uint64_t computerSystemIndex) in getBootOverrideMode() argument
876 std::to_string(computerSystemIndex)); in getBootOverrideMode()
928 const uint64_t computerSystemIndex) in getBootOverrideSource() argument
931 std::to_string(computerSystemIndex)); in getBootOverrideSource()
937 [asyncResp, computerSystemIndex](const boost::system::error_code& ec, in getBootOverrideSource()
963 getBootOverrideMode(asyncResp, computerSystemIndex); in getBootOverrideSource()
981 const uint64_t computerSystemIndex, const bool bootOverrideEnableSetting) in processBootOverrideEnable() argument
991 std::to_string(computerSystemIndex)); in processBootOverrideEnable()
1031 const uint64_t computerSystemIndex) in getBootOverrideEnable() argument
1034 std::to_string(computerSystemIndex)); in getBootOverrideEnable()
1040 [asyncResp, computerSystemIndex](const boost::system::error_code& ec, in getBootOverrideEnable()
1055 processBootOverrideEnable(asyncResp, computerSystemIndex, in getBootOverrideEnable()
1070 const uint64_t computerSystemIndex) in getBootProperties() argument
1074 getBootOverrideSource(asyncResp, computerSystemIndex); in getBootProperties()
1075 getBootOverrideType(asyncResp, computerSystemIndex); in getBootProperties()
1076 getBootOverrideEnable(asyncResp, computerSystemIndex); in getBootProperties()
1093 const uint64_t computerSystemIndex) in getLastResetTime() argument
1097 systems_utils::getChassisStateObjectPath(computerSystemIndex); in getLastResetTime()
1099 systems_utils::getChassisStateServiceName(computerSystemIndex), path, in getLastResetTime()
1134 const uint64_t computerSystemIndex) in getAutomaticRebootAttempts() argument
1138 systems_utils::getHostStateObjectPath(computerSystemIndex); in getAutomaticRebootAttempts()
1140 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getAutomaticRebootAttempts()
1196 const uint64_t computerSystemIndex) in getAutomaticRetryPolicy() argument
1201 std::to_string(computerSystemIndex)); in getAutomaticRetryPolicy()
1207 [asyncResp, computerSystemIndex](const boost::system::error_code& ec, in getAutomaticRetryPolicy()
1233 getAutomaticRebootAttempts(asyncResp, computerSystemIndex); in getAutomaticRetryPolicy()
1260 const uint64_t computerSystemIndex, const uint32_t retryAttempts) in setAutomaticRetryAttempts() argument
1265 systems_utils::getHostStateServiceName(computerSystemIndex), in setAutomaticRetryAttempts()
1266 systems_utils::getHostStateObjectPath(computerSystemIndex), in setAutomaticRetryAttempts()
1304 const uint64_t computerSystemIndex) in getPowerRestorePolicy() argument
1309 std::to_string(computerSystemIndex)); in getPowerRestorePolicy()
1378 const uint64_t computerSystemIndex, const boost::system::error_code& ec, in getTrustedModuleRequiredToBootCallback() argument
1401 asyncResp, computerSystemIndex, subtree, path, service)) in getTrustedModuleRequiredToBootCallback()
1462 const uint64_t computerSystemIndex) in getTrustedModuleRequiredToBoot() argument
1470 computerSystemIndex)); in getTrustedModuleRequiredToBoot()
1475 const uint64_t computerSystemIndex, const bool tpmRequired, in setTrustedModuleRequiredToBootCallback() argument
1498 asyncResp, computerSystemIndex, subtree, path, serv)) in setTrustedModuleRequiredToBootCallback()
1545 const uint64_t computerSystemIndex, const bool tpmRequired) in setTrustedModuleRequiredToBoot() argument
1553 computerSystemIndex, tpmRequired)); in setTrustedModuleRequiredToBoot()
1565 const uint64_t computerSystemIndex, in setBootType() argument
1600 std::to_string(computerSystemIndex)); in setBootType()
1618 const uint64_t computerSystemIndex, in setBootEnable() argument
1659 std::to_string(computerSystemIndex)); in setBootEnable()
1694 const uint64_t computerSystemIndex, in setBootModeOrSource() argument
1724 std::to_string(computerSystemIndex)); in setBootModeOrSource()
1750 const uint64_t computerSystemIndex, in setBootProperties() argument
1757 setBootModeOrSource(asyncResp, computerSystemIndex, bootSource); in setBootProperties()
1758 setBootType(asyncResp, computerSystemIndex, bootType); in setBootProperties()
1759 setBootEnable(asyncResp, computerSystemIndex, bootEnable); in setBootProperties()
1891 const uint64_t computerSystemIndex, const std::string& automaticRetryConfig) in setAutomaticRetry() argument
1916 std::to_string(computerSystemIndex)); in setAutomaticRetry()
1952 const uint64_t computerSystemIndex, std::string_view policy) in setPowerRestorePolicy() argument
1966 std::to_string(computerSystemIndex)); in setPowerRestorePolicy()
2867 const uint64_t computerSystemIndex) in processComputerSystemResetActionPost() argument
2918 systems_utils::getHostStateServiceName(computerSystemIndex), in processComputerSystemResetActionPost()
2919 systems_utils::getHostStateObjectPath(computerSystemIndex), in processComputerSystemResetActionPost()
2927 systems_utils::getChassisStateServiceName(computerSystemIndex), in processComputerSystemResetActionPost()
2928 systems_utils::getChassisStateObjectPath(computerSystemIndex), in processComputerSystemResetActionPost()
3041 const std::string& systemName, const uint64_t computerSystemIndex) in processComputerSystemGet() argument
3158 getHostState(asyncResp, computerSystemIndex); in processComputerSystemGet()
3159 getBootProperties(asyncResp, computerSystemIndex); in processComputerSystemGet()
3160 getBootProgress(asyncResp, computerSystemIndex); in processComputerSystemGet()
3161 getBootProgressLastStateTime(asyncResp, computerSystemIndex); in processComputerSystemGet()
3163 getPowerRestorePolicy(asyncResp, computerSystemIndex); in processComputerSystemGet()
3165 getAutomaticRetryPolicy(asyncResp, computerSystemIndex); in processComputerSystemGet()
3166 getLastResetTime(asyncResp, computerSystemIndex); in processComputerSystemGet()
3171 getTrustedModuleRequiredToBoot(asyncResp, computerSystemIndex); in processComputerSystemGet()
3249 const uint64_t computerSystemIndex) in processComputerSystemPatch() argument
3274 setBootProperties(asyncResp, computerSystemIndex, in processComputerSystemPatch()
3280 setAutomaticRetry(asyncResp, computerSystemIndex, in processComputerSystemPatch()
3287 asyncResp, computerSystemIndex, in processComputerSystemPatch()
3293 setTrustedModuleRequiredToBoot(asyncResp, computerSystemIndex, in processComputerSystemPatch()
3341 setPowerRestorePolicy(asyncResp, computerSystemIndex, in processComputerSystemPatch()
3528 const uint64_t computerSystemIndex) in getAllowedHostTransitions() argument
3531 systems_utils::getHostStateObjectPath(computerSystemIndex); in getAllowedHostTransitions()
3533 systems_utils::getHostStateServiceName(computerSystemIndex), path, in getAllowedHostTransitions()