Home
last modified time | relevance | path

Searched refs:GarbageCollect (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore_cache.cpp66 taskId_ = executorPool_->Schedule(std::chrono::minutes(INTERVAL), std::bind(&StoreCache::GarbageCollect, this)); in GetStore()
71 void StoreCache::GarbageCollect() in GarbageCollect() function in OHOS::UDMF::StoreCache
76 ZLOGI("GarbageCollect, stores:%{public}s time limit, will be close.", key.c_str()); in GarbageCollect()
83 ZLOGD("GarbageCollect, stores size:%{public}zu", stores_.Size()); in GarbageCollect()
84 taskId_ = executorPool_->Schedule(std::chrono::minutes(INTERVAL), std::bind(&StoreCache::GarbageCollect, this)); in GarbageCollect()
H A Dstore_cache.h43 void GarbageCollect();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.cpp60 void DBDelegate::GarbageCollect() in GarbageCollect() function in OHOS::DataShare::DBDelegate
83 GarbageCollect(); in StartTimer()
H A Ddb_delegate.h53 static void GarbageCollect();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp55 GarbageCollect(true); in ~AutoCache()
131 GarbageCollect(false); in StartTimer()
214 void AutoCache::GarbageCollect(bool isForce) in GarbageCollect() function in OHOS::DistributedData::AutoCache
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h66 void GarbageCollect(bool isForce);

Completed in 4 milliseconds