Home
last modified time | relevance | path

Searched refs:GetAllBundleStats (Results 1 - 25 of 28) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp178 ErrCode InstalldClient::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldClient
186 return CallService(&IInstalld::GetAllBundleStats, userId, bundleStats, uids); in GetAllBundleStats()
H A Dmock_installd_host_impl.cpp117 ErrCode InstalldHostImpl::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp127 ErrCode InstalldClient::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp193 ErrCode InstalldClient::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldClient
201 return CallService(&IInstalld::GetAllBundleStats, userId, bundleStats, uids); in GetAllBundleStats()
H A Dbundle_mgr_host_impl.cpp3090 bool BundleMgrHostImpl::GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function in OHOS::AppExecFwk::BundleMgrHostImpl
3102 return dataMgr->GetAllBundleStats(userId, bundleStats); in GetAllBundleStats()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h141 virtual ErrCode GetAllBundleStats(const int32_t userId,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h120 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.h775 bool GetAllBundleStats(const int32_t userId, std::vector<int64_t> &bundleStats) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h203 virtual ErrCode GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h143 virtual ErrCode GetAllBundleStats(const int32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp351 bool res = bundleMgr->GetAllBundleStats(userId, bundleStats); in GetAppSize()
353 LOGE("StorageStatusService::GetAllBundleStats fail. res %{public}d, bundleStats.size %{public}zu", in GetAppSize()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp691 * @tc.name: test Marshalling function of GetAllBundleStats
692 * @tc.desc: 1. calling GetAllBundleStats of proxy
703 auto ret = installdProxy->GetAllBundleStats(UID, bundleStats, uids); in HWTEST_F()
1241 * @tc.name: test Marshalling function of GetAllBundleStats
1242 * @tc.desc: 1. calling GetAllBundleStats of proxy
1253 auto ret = proxy->GetAllBundleStats(UID, bundleStats, uids); in HWTEST_F()
H A Dbms_install_daemon_test.cpp1054 * @tc.desc: 1. test GetAllBundleStats
1062 ErrCode ret = hostImpl.GetAllBundleStats(userId, bundleStats, uids); in HWTEST_F()
1069 * @tc.desc: 1. test GetAllBundleStats
1079 ErrCode ret = hostImpl.GetAllBundleStats(userId, bundleStats, uids); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1550 * @tc.name: GetAllBundleStats
1551 * @tc.desc: call GetAllBundleStats.
1559 ErrCode result = installClient_->GetAllBundleStats(userId, bundleStats, uids); in HWTEST_F()
1565 * @tc.name: GetAllBundleStats
1566 * @tc.desc: call GetAllBundleStats.
1574 ErrCode result = installClient_->GetAllBundleStats(userId, bundleStats, uids); in HWTEST_F()
1580 * @tc.name: GetAllBundleStats
1581 * @tc.desc: call GetAllBundleStats.
1591 ErrCode result = installClient_->GetAllBundleStats(userId, bundleStats, uids); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp572 * @tc.name: test GetAllBundleStats
573 * @tc.desc: 1.Test the GetAllBundleStats of InstalldHostImpl without permission
580 auto ret = hostImpl.GetAllBundleStats(0, bundleStats, uids); in HWTEST_F()
/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1236 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h887 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp478 ErrCode result = GetAllBundleStats(userId, bundleStats, uids); in HandleGetAllBundleStats()
H A Dinstalld_proxy.cpp310 ErrCode InstalldProxy::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp942 ErrCode InstalldHostImpl::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldHostImpl
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2140 * @tc.name: test GetAllBundleStats
2149 bool ret = dataMgr->GetAllBundleStats(userId, bundleStats); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2990 bool ret = GetAllBundleStats(userId, bundleStats); in HandleGetAllBundleStats()
H A Dbundle_mgr_proxy.cpp3152 bool BundleMgrProxy::GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function in OHOS::AppExecFwk::BundleMgrProxy
3154 APP_LOGI("GetAllBundleStats start"); in GetAllBundleStats()
3158 APP_LOGE("failed to GetAllBundleStats due to write MessageParcel fail"); in GetAllBundleStats()
3162 APP_LOGE("fail to GetAllBundleStats due to write userId fail"); in GetAllBundleStats()
3168 APP_LOGE("fail to GetAllBundleStats from server"); in GetAllBundleStats()
3176 APP_LOGE("fail to GetAllBundleStats from reply"); in GetAllBundleStats()
3179 APP_LOGI("GetAllBundleStats end"); in GetAllBundleStats()

Completed in 57 milliseconds

12