Home
last modified time | relevance | path

Searched refs:updateRetryConfig (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp67 void updateRetryConfig(uint32_t retryAttempts,
H A Devent_service_manager.hpp150 subValue->updateRetryConfig(retryAttempts, retryTimeoutInterval); in initConfig()
306 entry.updateRetryConfig(retryAttempts, retryTimeoutInterval); in setEventServiceConfig()
402 subValue->updateRetryConfig(retryAttempts, retryTimeoutInterval); in addSubscriptionInternal()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp249 void Subscription::updateRetryConfig(uint32_t retryAttempts, in updateRetryConfig() function in redfish::Subscription