Home
last modified time | relevance | path

Searched refs:retryTimeoutInterval (Results 1 – 7 of 7) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp59 uint32_t retryTimeoutInterval = 0; member in redfish::EventServiceManager
109 retryTimeoutInterval = eventServiceConfig.retryTimeoutInterval; in initConfig()
138 subValue->updateRetryConfig(retryAttempts, retryTimeoutInterval); in initConfig()
254 .eventServiceConfig.retryTimeoutInterval = retryTimeoutInterval; in updateSubscriptionData()
325 if (retryTimeoutInterval != cfg.retryTimeoutInterval) in setEventServiceConfig()
327 retryTimeoutInterval = cfg.retryTimeoutInterval; in setEventServiceConfig()
344 entry.updateRetryConfig(retryAttempts, retryTimeoutInterval); in setEventServiceConfig()
456 subValue->updateRetryConfig(retryAttempts, retryTimeoutInterval); in addSubscriptionInternal()
H A Dsubscription.hpp89 uint32_t retryTimeoutInterval);
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp309 uint32_t retryTimeoutInterval) in updateRetryConfig() argument
317 policy->retryIntervalSecs = std::chrono::seconds(retryTimeoutInterval); in updateRetryConfig()
/openbmc/bmcweb/include/
H A Devent_service_store.hpp299 uint32_t retryTimeoutInterval = 30; member
334 retryTimeoutInterval = static_cast<uint32_t>(*value); in fromJson()
H A Dpersistent_data.hpp278 eventServiceConfig.retryTimeoutInterval; in writeData()
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp102 eventServiceConfig.retryTimeoutInterval; in requestRoutesEventService()
177 eventServiceConfig.retryTimeoutInterval = in requestRoutesEventService()
/openbmc/docs/designs/
H A Dredfish-eventservice.md1392 uint32_t retryTimeoutInterval;