Home
last modified time | relevance | path

Searched refs:GetDiskUsageFromQuota (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h213 static int64_t GetDiskUsageFromQuota(const int32_t uid);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp933 int64_t bundleDataSize = InstalldOperator::GetDiskUsageFromQuota(uid); in GetBundleStats()
952 int64_t totalFileSize = InstalldOperator::GetDiskUsageFromQuota(INSTALLS_UID); in GetAllBundleStats()
956 int64_t bundleDataSize = InstalldOperator::GetDiskUsageFromQuota(uid); in GetAllBundleStats()
H A Dinstalld_operator.cpp998 int64_t InstalldOperator::GetDiskUsageFromQuota(const int32_t uid) in GetDiskUsageFromQuota() function in OHOS::AppExecFwk::InstalldOperator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1393 * @tc.desc: 1. calling GetDiskUsageFromQuota of InstalldOperator
1399 int64_t ret = InstalldOperator::GetDiskUsageFromQuota(uid); in HWTEST_F()

Completed in 11 milliseconds