Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp84 static std::unique_ptr<boost::asio::steady_timer> fwAvailableTimer; variable
315 fwAvailableTimer = nullptr; in softwareInterfaceAdded()
409 fwAvailableTimer = nullptr; in handleUpdateErrorType()
462 fwAvailableTimer = in monitorForSoftwareAvailable()
465 fwAvailableTimer->expires_after(std::chrono::seconds(timeoutTimeSeconds)); in monitorForSoftwareAvailable()
467 fwAvailableTimer->async_wait( in monitorForSoftwareAvailable()