/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 190 bundleMgrProxy.GetBundleInfosV9(0, bundleInfos, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 669 if (dataMgr->GetBundleInfosV9(static_cast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_HAP_MODULE), in ProcessBundleProvisionInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 293 virtual ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfosV9() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 214 virtual ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/ |
H A D | bms_bundle_shared_library_install_test.cpp | 764 * @tc.name: test GetBundleInfosV9 776 ErrCode res = GetBundleDataMgr()->GetBundleInfosV9( in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/ |
H A D | bms_bundle_mgr_proxy_test.cpp | 353 * @tc.name: test the GetBundleInfosV9 355 * 2. test GetBundleInfosV9 364 auto res = bundleMgrProxy.GetBundleInfosV9(flag, bundleInfos, userId); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1620 * @tc.name: test GetBundleInfosV9 1628 ErrCode testRet = GetBundleDataMgr()->GetBundleInfosV9( in HWTEST_F() 2198 * @tc.name: test GetBundleInfosV9 proxy 2211 ErrCode ret = hostImpl->GetBundleInfosV9( in HWTEST_F() 2417 retCode = hostImpl->GetBundleInfosV9(flags, bundleInfos, USERID); in HWTEST_F() 3347 * @tc.name: test GetBundleInfosV9 3354 ErrCode testRet = GetBundleDataMgr()->GetBundleInfosV9( in HWTEST_F() 3359 testRet = GetBundleDataMgr()->GetBundleInfosV9( in HWTEST_F() 5746 auto ret = dataMgr->GetBundleInfosV9(flag, infos, USERID); in HWTEST_F() 5772 auto ret = dataMgr->GetBundleInfosV9(fla in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 1366 ErrCode res = dataMgr->GetBundleInfosV9( in InnerProcessCheckShaderCacheDir() 3489 if (dataMgr->GetBundleInfosV9(static_cast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_HAP_MODULE), in ProcessBundleProvisionInfo() 3540 if (dataMgr->GetBundleInfosV9(static_cast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_HAP_MODULE), in InnerProcessStockBundleRouterInfo() 3898 ErrCode res = dataMgr->GetBundleInfosV9( in CleanAllBundleShaderCache()
|
H A D | bundle_mgr_host_impl.cpp | 442 ErrCode BundleMgrHostImpl::GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfosV9() function in OHOS::AppExecFwk::BundleMgrHostImpl 454 LOG_D(BMS_TAG_QUERY, "verify permission success, begin to GetBundleInfosV9"); in GetBundleInfosV9() 461 auto res = dataMgr->GetBundleInfosV9(flags, bundleInfos, userId); in GetBundleInfosV9()
|
H A D | bundle_data_mgr.cpp | 3309 ErrCode BundleDataMgr::GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) const in GetBundleInfosV9() function in OHOS::AppExecFwk::BundleDataMgr 6820 auto ret = GetBundleInfosV9( in GetAllProxyDataInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 204 virtual ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) override;
|
H A D | bundle_data_mgr.h | 297 ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 305 if (dataMgr->GetBundleInfosV9(static_cast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_HAP_MODULE), in ClearArkAp()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 252 ErrCode ret = bundleMgrHostImpl_->GetBundleInfosV9(FLAGS, bundleInfos, USERID); in HWTEST_F()
|
H A D | bms_bundle_permission_system_app_test.cpp | 289 ErrCode ret = bundleMgrHostImpl_->GetBundleInfosV9(FLAGS, bundleInfos, USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 977 auto ret = GetBundleInfosV9(flags, infos, userId); in HandleGetBundleInfosWithIntFlagsV9()
|
H A D | bundle_mgr_proxy.cpp | 622 ErrCode BundleMgrProxy::GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfosV9() function in OHOS::AppExecFwk::BundleMgrProxy 628 LOG_E(BMS_TAG_QUERY, "fail to GetBundleInfosV9 due to write InterfaceToken fail"); in GetBundleInfosV9() 632 LOG_E(BMS_TAG_QUERY, "fail to GetBundleInfosV9 due to write flag fail"); in GetBundleInfosV9() 636 LOG_E(BMS_TAG_QUERY, "fail to GetBundleInfosV9 due to write userId fail"); in GetBundleInfosV9()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 3640 ErrCode ret = iBundleMgr->GetBundleInfosV9(flags, bundleInfos, userId); in InnerGetBundleInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 1508 * @tc.name: test GetBundleInfosV9 1510 * 2.check GetBundleInfosV9 failed 1520 ErrCode res = GetBundleDataMgr()->GetBundleInfosV9(GET_ABILITY_INFO_DEFAULT, bundleInfos, USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 1494 auto getInfoResult = bundleMgrProxy->GetBundleInfosV9( in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 6612 ret = static_cast<int32_t>(bundleMgr_->GetBundleInfosV9(flag, bundleInfos, userId)); in GetAllAbilityInfos()
|