Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h260 int64_t GetAppCacheSize(const std::string &bundleName, const int32_t userId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp928 int64_t InstalldHostImpl::GetAppCacheSize(const std::string &bundleName, in GetAppCacheSize() function in OHOS::AppExecFwk::InstalldHostImpl
985 bundleCacheSize = GetAppCacheSize(bundleName, userId, appIndex, moduleNameList); in GetBundleStats()