Home
last modified time | relevance | path

Searched refs:retryAttempts (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dhost_state_manager.hpp86 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 Dhost_state_manager.cpp254 attemptsLeft(reboot::RebootAttempts::retryAttempts()); in isAutoReboot()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp58 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 Dsubscription.hpp88 void updateRetryConfig(uint32_t retryAttempts,
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp308 void Subscription::updateRetryConfig(uint32_t retryAttempts, in updateRetryConfig() argument
316 policy->maxRetryAttempts = retryAttempts; in updateRetryConfig()
/openbmc/bmcweb/include/
H A Devent_service_store.hpp298 uint32_t retryAttempts = 3; member
323 retryAttempts = static_cast<uint32_t>(*value); in fromJson()
H A Dpersistent_data.hpp276 eventServiceConfig.retryAttempts; in writeData()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1192 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 Devent_service.hpp100 eventServiceConfig.retryAttempts; in requestRoutesEventService()
162 eventServiceConfig.retryAttempts = *retryAttemps; in requestRoutesEventService()
/openbmc/docs/designs/
H A Dredfish-eventservice.md1391 uint32_t retryAttempts;