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.hpp85 static std::unique_ptr<boost::asio::steady_timer> fwAvailableTimer; variable
319 fwAvailableTimer = nullptr; in softwareInterfaceAdded()
413 fwAvailableTimer = nullptr; in handleUpdateErrorType()
466 fwAvailableTimer = in monitorForSoftwareAvailable()
469 fwAvailableTimer->expires_after(std::chrono::seconds(timeoutTimeSeconds)); in monitorForSoftwareAvailable()
471 fwAvailableTimer->async_wait( in monitorForSoftwareAvailable()