/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 178 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 D | mock_installd_host_impl.cpp | 117 ErrCode InstalldHostImpl::GetAllBundleStats(const int32_t userId,
in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 127 ErrCode InstalldClient::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 193 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 D | bundle_mgr_host_impl.cpp | 3090 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 D | installd_host_impl.h | 141 virtual ErrCode GetAllBundleStats(const int32_t userId,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 120 ErrCode GetAllBundleStats(const int32_t userId,
|
H A D | bundle_mgr_host_impl.h | 860 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) override;
|
H A D | bundle_data_mgr.h | 775 bool GetAllBundleStats(const int32_t userId, std::vector<int64_t> &bundleStats) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 203 virtual ErrCode GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 143 virtual ErrCode GetAllBundleStats(const int32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | storage_status_service.cpp | 351 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 D | bms_install_daemon_ipc_test.cpp | 691 * @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 D | bms_install_daemon_test.cpp | 1054 * @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 D | bms_installd_client_test.cpp | 1550 * @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 D | bms_bundle_installer_permission_test.cpp | 572 * @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 D | bundlemgrproxy_fuzzer.cpp | 250 bundleMgrProxy.GetAllBundleStats(reinterpret_cast<uintptr_t>(data), bundleStats); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1236 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 887 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 478 ErrCode result = GetAllBundleStats(userId, bundleStats, uids); in HandleGetAllBundleStats()
|
H A D | installd_proxy.cpp | 310 ErrCode InstalldProxy::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldProxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 942 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 D | bms_data_mgr_test.cpp | 2140 * @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 D | bundle_mgr_host.cpp | 2990 bool ret = GetAllBundleStats(userId, bundleStats); in HandleGetAllBundleStats()
|
H A D | bundle_mgr_proxy.cpp | 3152 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()
|