Home
last modified time | relevance | path

Searched refs:GetBundleInfosV9 (Results 1 - 21 of 21) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp190 bundleMgrProxy.GetBundleInfosV9(0, bundleInfos, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp669 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 Dbundle_mgr_interface.h293 virtual ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfosV9() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h214 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 Dbms_bundle_shared_library_install_test.cpp764 * @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 Dbms_bundle_mgr_proxy_test.cpp353 * @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 Dbms_bundle_manager_test.cpp1620 * @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 Dbundle_mgr_service_event_handler.cpp1366 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 Dbundle_mgr_host_impl.cpp442 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 Dbundle_data_mgr.cpp3309 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 Dbundle_mgr_host_impl.h204 virtual ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) override;
H A Dbundle_data_mgr.h297 ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp305 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 Dbms_bundle_permission_false_test.cpp252 ErrCode ret = bundleMgrHostImpl_->GetBundleInfosV9(FLAGS, bundleInfos, USERID); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp289 ErrCode ret = bundleMgrHostImpl_->GetBundleInfosV9(FLAGS, bundleInfos, USERID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp977 auto ret = GetBundleInfosV9(flags, infos, userId); in HandleGetBundleInfosWithIntFlagsV9()
H A Dbundle_mgr_proxy.cpp622 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 Dbundle_manager.cpp3640 ErrCode ret = iBundleMgr->GetBundleInfosV9(flags, bundleInfos, userId); in InnerGetBundleInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp1508 * @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 Dacts_bms_kit_system_test.cpp1494 auto getInfoResult = bundleMgrProxy->GetBundleInfosV9( in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6612 ret = static_cast<int32_t>(bundleMgr_->GetBundleInfosV9(flag, bundleInfos, userId)); in GetAllAbilityInfos()

Completed in 125 milliseconds