Home
last modified time | relevance | path

Searched refs:GetBundleInfosV9 (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1629 ErrCode testRet = GetBundleDataMgr()->GetBundleInfosV9(
2212 ErrCode ret = hostImpl->GetBundleInfosV9(
2418 retCode = hostImpl->GetBundleInfosV9(flags, bundleInfos, USERID);
3376 ErrCode testRet = GetBundleDataMgr()->GetBundleInfosV9(
3381 testRet = GetBundleDataMgr()->GetBundleInfosV9(
5768 auto ret = dataMgr->GetBundleInfosV9(flag, infos, USERID);
5794 auto ret = dataMgr->GetBundleInfosV9(flag, infos, USERID);
5815 auto ret = dataMgr->GetBundleInfosV9(flag, infos, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp672 …if (dataMgr->GetBundleInfosV9(static_cast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_HAP_MOD… in ProcessBundleProvisionInfo()
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_shared_library_install_test.cpp776 ErrCode res = GetBundleDataMgr()->GetBundleInfosV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h294 …virtual ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t user… in GetBundleInfosV9() function
H A Dbundle_mgr_proxy.h214 …virtual ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t user…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1348 ErrCode res = dataMgr->GetBundleInfosV9( in InnerProcessCheckShaderCacheDir()
2884 …if (dataMgr->GetBundleInfosV9(static_cast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_HAP_MOD… in ProcessBundleProvisionInfo()
3330 ErrCode res = dataMgr->GetBundleInfosV9( in CleanAllBundleShaderCache()
H A Dbundle_mgr_host_impl.cpp452 ErrCode BundleMgrHostImpl::GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, in… in GetBundleInfosV9() function in OHOS::AppExecFwk::BundleMgrHostImpl
471 auto res = dataMgr->GetBundleInfosV9(flags, bundleInfos, userId); in GetBundleInfosV9()
H A Dbundle_data_mgr.cpp3247 ErrCode BundleDataMgr::GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_… in GetBundleInfosV9() function in OHOS::AppExecFwk::BundleDataMgr
6796 auto ret = GetBundleInfosV9( in GetAllProxyDataInfos()
/ohos5.0/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_MOD… in ClearArkAp()
/ohos5.0/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 user…
H A Dbundle_data_mgr.h295 …ErrCode GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) cons…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp276 ErrCode ret = bundleMgrHostImpl_->GetBundleInfosV9(FLAGS, bundleInfos, USERID);
H A Dbms_bundle_permission_false_test.cpp252 ErrCode ret = bundleMgrHostImpl_->GetBundleInfosV9(FLAGS, bundleInfos, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp985 auto ret = GetBundleInfosV9(flags, infos, userId); in HandleGetBundleInfosWithIntFlagsV9()
H A Dbundle_mgr_proxy.cpp590 ErrCode BundleMgrProxy::GetBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32… in GetBundleInfosV9() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp3652 ErrCode ret = iBundleMgr->GetBundleInfosV9(flags, bundleInfos, userId); in InnerGetBundleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp1507 … ErrCode res = GetBundleDataMgr()->GetBundleInfosV9(GET_ABILITY_INFO_DEFAULT, bundleInfos, USERID);
/ohos5.0/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(
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6868 ret = static_cast<int32_t>(bundleMgr_->GetBundleInfosV9(flag, bundleInfos, userId)); in GetAllAbilityInfos()