Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp175 uint64_t lastCleanCacheTime = std::stoull(param); in CleanBundleCacheByInterval() local
177 std::chrono::system_clock::time_point(std::chrono::hours(lastCleanCacheTime))).count(); in CleanBundleCacheByInterval()