storage_manager支持设备剩余空间不足时清理应用缓存能力

Signed-off-by: renguang1116 <renguang@huawei.com>
This commit is contained in:
renguang1116 2024-06-24 17:13:32 +08:00
parent 3e5ec735bd
commit 02c96c8b91

View File

@ -49,7 +49,6 @@ bool StorageStatusServiceFuzzTest(const uint8_t *data, size_t size)
service->GetCurrentBundleStats(bundleStats);
service->GetBundleStats(pkgName, userId, bundleStats);
service->GetBundleStatsForIncrease(userId, bundleName, incrementalBackTimes, pkgFileSizes);
service->ResetBundleMgrProxy();
DelayedSingleton<BundleMgrConnector>::GetInstance()->ResetBundleMgrProxy();
return true;
}