Home
last modified time | relevance | path

Searched refs:GetAllBundleStats (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp184 ErrCode InstalldClient::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldClient
192 return CallService(&IInstalld::GetAllBundleStats, userId, bundleStats, uids); in GetAllBundleStats()
H A Dmock_install_client.cpp134 ErrCode InstalldClient::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp119 ErrCode InstalldHostImpl::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp204 ErrCode InstalldClient::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldClient
212 return CallService(&IInstalld::GetAllBundleStats, userId, bundleStats, uids); in GetAllBundleStats()
H A Dbundle_mgr_host_impl.cpp3131 bool BundleMgrHostImpl::GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function in OHOS::AppExecFwk::BundleMgrHostImpl
3143 return dataMgr->GetAllBundleStats(userId, bundleStats); in GetAllBundleStats()
H A Dbundle_data_mgr.cpp3523 bool BundleDataMgr::GetAllBundleStats(const int32_t userId, std::vector<int64_t> &bundleStats) const in GetAllBundleStats() function in OHOS::AppExecFwk::BundleDataMgr
3541 …if (InstalldClient::GetInstance()->GetAllBundleStats(responseUserId, bundleStats, uids) != ERR_OK)… in GetAllBundleStats()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h123 ErrCode GetAllBundleStats(const int32_t userId,
H A Dbundle_mgr_host_impl.h860 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) override;
H A Dbundle_data_mgr.h777 bool GetAllBundleStats(const int32_t userId, std::vector<int64_t> &bundleStats) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h209 virtual ErrCode GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function
H A Dinstalld_proxy.h146 virtual ErrCode GetAllBundleStats(const int32_t userId,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp318 bool res = bundleMgr->GetAllBundleStats(userId, bundleStats); in GetAppSize()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h144 virtual ErrCode GetAllBundleStats(const int32_t userId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1531 ErrCode result = installClient_->GetAllBundleStats(userId, bundleStats, uids);
1545 ErrCode result = installClient_->GetAllBundleStats(userId, bundleStats, uids);
1561 ErrCode result = installClient_->GetAllBundleStats(userId, bundleStats, uids);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp1352 ErrCode ret = hostImpl.GetAllBundleStats(userId, bundleStats, uids);
1369 ErrCode ret = hostImpl.GetAllBundleStats(userId, bundleStats, uids);
H A Dbms_install_daemon_ipc_test.cpp703 auto ret = installdProxy->GetAllBundleStats(UID, bundleStats, uids);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp250 bundleMgrProxy.GetAllBundleStats(reinterpret_cast<uintptr_t>(data), bundleStats); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1237 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function
H A Dbundle_mgr_proxy.h887 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp505 ErrCode result = GetAllBundleStats(userId, bundleStats, uids); in HandleGetAllBundleStats()
H A Dinstalld_proxy.cpp339 ErrCode InstalldProxy::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp996 ErrCode InstalldHostImpl::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2296 bool ret = dataMgr->GetAllBundleStats(userId, bundleStats);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3006 bool ret = GetAllBundleStats(userId, bundleStats); in HandleGetAllBundleStats()
H A Dbundle_mgr_proxy.cpp3123 bool BundleMgrProxy::GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function in OHOS::AppExecFwk::BundleMgrProxy

12