Searched refs:cacheTimer (Results 1 – 1 of 1) sorted by relevance
71 std::unique_ptr<sdbusplus::Timer> cacheTimer = nullptr; variable199 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()