Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp973 int64_t bundleDataSize = 0; in GetBundleStats() local
981 bundleDataSize = InstalldOperator::GetDiskUsageFromQuota(uid); in GetBundleStats()
990 bundleStats[1] = bundleDataSize; in GetBundleStats()
1010 int64_t bundleDataSize = InstalldOperator::GetDiskUsageFromQuota(uid); in GetAllBundleStats() local
1012 totalDataSize += bundleDataSize; in GetAllBundleStats()