Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp475 getHostState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getHostState() argument
780 getBootProgress(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootProgress() argument
813 getBootProgressLastStateTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootProgressLastStateTime() argument
850 getBootOverrideType(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootOverrideType() argument
895 getBootOverrideMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootOverrideMode() argument
950 getBootOverrideSource(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootOverrideSource() argument
1003 processBootOverrideEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const bool bootOverrideEnableSetting) processBootOverrideEnable() argument
1053 getBootOverrideEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootOverrideEnable() argument
1092 getBootProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootProperties() argument
1115 getLastResetTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getLastResetTime() argument
1156 getAutomaticRebootAttempts(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getAutomaticRebootAttempts() argument
1218 getAutomaticRetryPolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getAutomaticRetryPolicy() argument
1282 setAutomaticRetryAttempts(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const uint32_t retryAttempts) setAutomaticRetryAttempts() argument
1326 getPowerRestorePolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getPowerRestorePolicy() argument
1400 getTrustedModuleRequiredToBootCallback(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) getTrustedModuleRequiredToBootCallback() argument
1484 getTrustedModuleRequiredToBoot(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getTrustedModuleRequiredToBoot() argument
1497 setTrustedModuleRequiredToBootCallback(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const bool tpmRequired,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) setTrustedModuleRequiredToBootCallback() argument
1567 setTrustedModuleRequiredToBoot(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const bool tpmRequired) setTrustedModuleRequiredToBoot() argument
1587 setBootType(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootType) setBootType() argument
1640 setBootEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootEnable) setBootEnable() argument
1716 setBootModeOrSource(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootSource) setBootModeOrSource() argument
1772 setBootProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootSource,const std::optional<std::string> & bootType,const std::optional<std::string> & bootEnable) setBootProperties() argument
1913 setAutomaticRetry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::string & automaticRetryConfig) setAutomaticRetry() argument
1974 setPowerRestorePolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,std::string_view policy) setPowerRestorePolicy() argument
2889 processComputerSystemResetActionPost(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string & resetType,const uint64_t computerSystemIndex) processComputerSystemResetActionPost() argument
3060 processComputerSystemGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const uint64_t computerSystemIndex) processComputerSystemGet() argument
3268 processComputerSystemPatch(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string & systemName,PatchParams & patchParams,const uint64_t computerSystemIndex) processComputerSystemPatch() argument
3546 getAllowedHostTransitions(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getAllowedHostTransitions() argument
[all...]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsystems_utils.hpp217 const uint64_t computerSystemIndex) in getHostStateObjectPath()
226 inline std::string getHostStateServiceName(const uint64_t computerSystemIndex) in getHostStateServiceName()
238 const uint64_t computerSystemIndex) in getChassisStateObjectPath()
248 const uint64_t computerSystemIndex) in getChassisStateServiceName()
332 const uint64_t computerSystemIndex, in indexMatchingSubTreeMapObjectPath()