Searched refs:StatusCache (Results 1 – 4 of 4) sorted by relevance
24 bool StatusCache::IsChecking() in IsChecking()33 void StatusCache::SetIsChecking(bool isChecking) in SetIsChecking()41 int64_t StatusCache::GetCurrentTime() in GetCurrentTime()50 bool StatusCache::IsDownloadTriggered() in IsDownloadTriggered()
25 class StatusCache {27 StatusCache(std::shared_ptr<TimeUtilsProxy> timeUtilsProxy) : timeUtilsProxy_(timeUtilsProxy) {} in StatusCache() function28 ~StatusCache() = default;
33 std::shared_ptr<StatusCache> statusCache_ = nullptr;
26 statusCache_ = std::make_shared<StatusCache>(std::make_shared<TimeUtilsProxy>()); in FirmwareStatusCache()