Searched refs:retryAttempts (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-state-manager/ |
H A D | host_state_manager.hpp | 86 RebootAttempts::retryAttempts()); 115 uint32_t retryAttempts(uint32_t value) override in retryAttempts() function in phosphor::state::manager::Host 127 RebootAttempts::retryAttempts(value)); in retryAttempts() 150 auto retryAttempts = sdbusplus::xyz::openbmc_project::Control::Boot:: in attemptsLeft() local 151 server::RebootAttempts::retryAttempts(); in attemptsLeft() 154 RebootAttempts::attemptsLeft(std::min(value, retryAttempts))); in attemptsLeft() 255 RebootAttempts::retryAttempts(), in save() 280 uint32_t retryAttempts = BOOT_COUNT_MAX_ALLOWED; in load() local 284 archive(retryAttempts); in load() 301 retryAttempts(retryAttempts); in load()
|
H A D | host_state_manager.cpp | 254 attemptsLeft(reboot::RebootAttempts::retryAttempts()); in isAutoReboot()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_service_manager.hpp | 58 uint32_t retryAttempts = 0; member in redfish::EventServiceManager 108 retryAttempts = eventServiceConfig.retryAttempts; in initConfig() 138 subValue->updateRetryConfig(retryAttempts, retryTimeoutInterval); in initConfig() 252 .eventServiceConfig.retryAttempts = retryAttempts; in updateSubscriptionData() 318 if (retryAttempts != cfg.retryAttempts) in setEventServiceConfig() 320 retryAttempts = cfg.retryAttempts; in setEventServiceConfig() 344 entry.updateRetryConfig(retryAttempts, retryTimeoutInterval); in setEventServiceConfig() 456 subValue->updateRetryConfig(retryAttempts, retryTimeoutInterval); in addSubscriptionInternal()
|
H A D | subscription.hpp | 88 void updateRetryConfig(uint32_t retryAttempts,
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | subscription.cpp | 308 void Subscription::updateRetryConfig(uint32_t retryAttempts, in updateRetryConfig() argument 316 policy->maxRetryAttempts = retryAttempts; in updateRetryConfig()
|
/openbmc/bmcweb/include/ |
H A D | event_service_store.hpp | 298 uint32_t retryAttempts = 3; member 323 retryAttempts = static_cast<uint32_t>(*value); in fromJson()
|
H A D | persistent_data.hpp | 276 eventServiceConfig.retryAttempts; in writeData()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems.hpp | 1192 const uint32_t* retryAttempts = nullptr; in getAutomaticRebootAttempts() local 1196 "AttemptsLeft", attemptsLeft, "RetryAttempts", retryAttempts); in getAutomaticRebootAttempts() 1211 if (retryAttempts != nullptr) in getAutomaticRebootAttempts() 1214 *retryAttempts; in getAutomaticRebootAttempts() 1284 const uint32_t retryAttempts) in setAutomaticRetryAttempts() argument 1292 retryAttempts); in setAutomaticRetryAttempts()
|
H A D | event_service.hpp | 100 eventServiceConfig.retryAttempts; in requestRoutesEventService() 162 eventServiceConfig.retryAttempts = *retryAttemps; in requestRoutesEventService()
|
/openbmc/docs/designs/ |
H A D | redfish-eventservice.md | 1391 uint32_t retryAttempts;
|