Lines Matching defs:computerSystemIndex
448 * @param[in] computerSystemIndex Index associated with the requested system
453 const uint64_t computerSystemIndex)
457 getHostStateObjectPath(computerSystemIndex);
459 getHostStateServiceName(computerSystemIndex), path,
753 * @param[in] computerSystemIndex Index associated with the requested system
758 const uint64_t computerSystemIndex)
761 getHostStateObjectPath(computerSystemIndex);
763 getHostStateServiceName(computerSystemIndex), path,
785 * @param[in] computerSystemIndex Index associated with the requested system
791 const uint64_t computerSystemIndex)
794 getHostStateObjectPath(computerSystemIndex);
796 getHostStateServiceName(computerSystemIndex), path,
822 * @param[in] computerSystemIndex Index associated with the requested system
828 const uint64_t computerSystemIndex)
831 std::to_string(computerSystemIndex));
867 * @param[in] computerSystemIndex Index associated with the requested system
873 const uint64_t computerSystemIndex)
876 std::to_string(computerSystemIndex));
922 * @param[in] computerSystemIndex Index associated with the requested system
928 const uint64_t computerSystemIndex)
931 std::to_string(computerSystemIndex));
937 [asyncResp, computerSystemIndex](const boost::system::error_code& ec,
963 getBootOverrideMode(asyncResp, computerSystemIndex);
973 * @param[in] computerSystemIndex Index associated with the requested system
981 const uint64_t computerSystemIndex, const bool bootOverrideEnableSetting)
991 std::to_string(computerSystemIndex));
1025 * @param[in] computerSystemIndex Index associated with the requested system
1031 const uint64_t computerSystemIndex)
1034 std::to_string(computerSystemIndex));
1040 [asyncResp, computerSystemIndex](const boost::system::error_code& ec,
1055 processBootOverrideEnable(asyncResp, computerSystemIndex,
1064 * @param[in] computerSystemIndex Index associated with the requested system
1070 const uint64_t computerSystemIndex)
1074 getBootOverrideSource(asyncResp, computerSystemIndex);
1075 getBootOverrideType(asyncResp, computerSystemIndex);
1076 getBootOverrideEnable(asyncResp, computerSystemIndex);
1093 const uint64_t computerSystemIndex)
1097 getChassisStateObjectPath(computerSystemIndex);
1099 getChassisStateServiceName(computerSystemIndex), path,
1128 * @param[in] computerSystemIndex Index associated with the requested system
1134 const uint64_t computerSystemIndex)
1138 getHostStateObjectPath(computerSystemIndex);
1140 getHostStateServiceName(computerSystemIndex), path,
1190 * @param[in] computerSystemIndex Index associated with the requested system
1196 const uint64_t computerSystemIndex)
1201 std::to_string(computerSystemIndex));
1207 [asyncResp, computerSystemIndex](const boost::system::error_code& ec,
1233 getAutomaticRebootAttempts(asyncResp, computerSystemIndex);
1252 * @param[in] computerSystemIndex Index associated with the requested system
1260 const uint64_t computerSystemIndex, const uint32_t retryAttempts)
1265 getHostStateServiceName(computerSystemIndex),
1266 getHostStateObjectPath(computerSystemIndex),
1304 const uint64_t computerSystemIndex)
1309 std::to_string(computerSystemIndex));
1378 const uint64_t computerSystemIndex, const boost::system::error_code& ec,
1400 if (!indexMatchingSubTreeMapObjectPath(asyncResp, computerSystemIndex,
1456 * @param[in] computerSystemIndex Index associated with the requested system
1462 const uint64_t computerSystemIndex)
1470 computerSystemIndex));
1475 const uint64_t computerSystemIndex, const bool tpmRequired,
1497 if (!indexMatchingSubTreeMapObjectPath(asyncResp, computerSystemIndex,
1538 * @param[in] computerSystemIndex Index associated with the requested system
1545 const uint64_t computerSystemIndex, const bool tpmRequired)
1553 computerSystemIndex, tpmRequired));
1560 * @param[in] computerSystemIndex Index associated with the requested system
1565 const uint64_t computerSystemIndex,
1600 std::to_string(computerSystemIndex));
1613 * @param[in] computerSystemIndex Index associated with the requested system
1618 const uint64_t computerSystemIndex,
1659 std::to_string(computerSystemIndex));
1687 * @param[in] computerSystemIndex Index associated with the requested system
1694 const uint64_t computerSystemIndex,
1724 std::to_string(computerSystemIndex));
1740 * @param[in] computerSystemIndex Index associated with the requested system
1750 const uint64_t computerSystemIndex,
1757 setBootModeOrSource(asyncResp, computerSystemIndex, bootSource);
1758 setBootType(asyncResp, computerSystemIndex, bootType);
1759 setBootEnable(asyncResp, computerSystemIndex, bootEnable);
1884 * @param[in] computerSystemIndex Index associated with the requested system
1891 const uint64_t computerSystemIndex, const std::string& automaticRetryConfig)
1916 std::to_string(computerSystemIndex));
1945 * @param[in] computerSystemIndex Index associated with the requested system
1952 const uint64_t computerSystemIndex, std::string_view policy)
1966 std::to_string(computerSystemIndex));
2856 * @brief process the POST request after getting the computerSystemIndex
2861 * @param[in] computerSystemIndex Index associated with the requested system
2867 const uint64_t computerSystemIndex)
2917 getHostStateServiceName(computerSystemIndex),
2918 getHostStateObjectPath(computerSystemIndex),
2925 getChassisStateServiceName(computerSystemIndex),
2926 getChassisStateObjectPath(computerSystemIndex),
3027 * @brief process the GET request after getting the computerSystemIndex
3032 * @param[in] computerSystemIndex Index associated with the requested system
3038 const std::string& systemName, const uint64_t computerSystemIndex)
3155 getHostState(asyncResp, computerSystemIndex);
3156 getBootProperties(asyncResp, computerSystemIndex);
3157 getBootProgress(asyncResp, computerSystemIndex);
3158 getBootProgressLastStateTime(asyncResp, computerSystemIndex);
3160 getPowerRestorePolicy(asyncResp, computerSystemIndex);
3162 getAutomaticRetryPolicy(asyncResp, computerSystemIndex);
3163 getLastResetTime(asyncResp, computerSystemIndex);
3168 getTrustedModuleRequiredToBoot(asyncResp, computerSystemIndex);
3232 * @brief process the POST request after getting the computerSystemIndex
3238 * @param[in] computerSystemIndex Index associated with the requested system
3246 const uint64_t computerSystemIndex)
3271 setBootProperties(asyncResp, computerSystemIndex,
3277 setAutomaticRetry(asyncResp, computerSystemIndex,
3284 asyncResp, computerSystemIndex,
3290 setTrustedModuleRequiredToBoot(asyncResp, computerSystemIndex,
3338 setPowerRestorePolicy(asyncResp, computerSystemIndex,
3524 const uint64_t computerSystemIndex)
3527 getHostStateObjectPath(computerSystemIndex);
3529 getHostStateServiceName(computerSystemIndex), path,