Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp71 std::unique_ptr<sdbusplus::Timer> cacheTimer = nullptr; variable
199 if (cacheTimer == nullptr) in createTimer()
201 cacheTimer = std::make_unique<sdbusplus::Timer>(writeFru); in createTimer()
209 bool timerRunning = (cacheTimer != nullptr) && !cacheTimer->isExpired(); in replaceCacheFru()
217 cacheTimer->stop(); in replaceCacheFru()
419 cacheTimer->stop(); in ipmiStorageWriteFRUData()
431 cacheTimer->start(std::chrono::duration_cast<std::chrono::microseconds>( in ipmiStorageWriteFRUData()