/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 184 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 D | mock_install_client.cpp | 134 ErrCode InstalldClient::GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 119 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 D | installd_client.cpp | 204 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 D | bundle_mgr_host_impl.cpp | 3131 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 D | bundle_data_mgr.cpp | 3523 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 D | installd_client.h | 123 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 | 777 bool GetAllBundleStats(const int32_t userId, std::vector<int64_t> &bundleStats) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 209 virtual ErrCode GetAllBundleStats(const int32_t userId, in GetAllBundleStats() function
|
H A D | installd_proxy.h | 146 virtual ErrCode GetAllBundleStats(const int32_t userId,
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | storage_status_service.cpp | 318 bool res = bundleMgr->GetAllBundleStats(userId, bundleStats); in GetAppSize()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 144 virtual ErrCode GetAllBundleStats(const int32_t userId,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1531 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 D | bms_install_daemon_test.cpp | 1352 ErrCode ret = hostImpl.GetAllBundleStats(userId, bundleStats, uids); 1369 ErrCode ret = hostImpl.GetAllBundleStats(userId, bundleStats, uids);
|
H A D | bms_install_daemon_ipc_test.cpp | 703 auto ret = installdProxy->GetAllBundleStats(UID, bundleStats, uids);
|
/ohos5.0/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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1237 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function
|
H A D | bundle_mgr_proxy.h | 887 virtual bool GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 505 ErrCode result = GetAllBundleStats(userId, bundleStats, uids); in HandleGetAllBundleStats()
|
H A D | installd_proxy.cpp | 339 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 D | installd_host_impl.cpp | 996 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 D | bms_data_mgr_test.cpp | 2296 bool ret = dataMgr->GetAllBundleStats(userId, bundleStats);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3006 bool ret = GetAllBundleStats(userId, bundleStats); in HandleGetAllBundleStats()
|
H A D | bundle_mgr_proxy.cpp | 3123 bool BundleMgrProxy::GetAllBundleStats(int32_t userId, std::vector<int64_t> &bundleStats) in GetAllBundleStats() function in OHOS::AppExecFwk::BundleMgrProxy
|