Home
last modified time | relevance | path

Searched refs:baseSharedBundleInfos (Results 1 - 25 of 25) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dmock_bundle_manager.h69 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
116 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager_form.h70 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
118 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
H A Dmock_bundle_manager.h60 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
97 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dmock_bundle_manager.h69 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
116 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp141 std::vector<AppExecFwk::BaseSharedBundleInfo> baseSharedBundleInfos; in GetOtherHspPath() local
142 if (bundleMgrHelper->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos) != 0) { in GetOtherHspPath()
148 for (const auto &info : baseSharedBundleInfos) { in GetOtherHspPath()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h74 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
153 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp91 std::vector<BaseSharedBundleInfo> baseSharedBundleInfos; in BundleMgrHelperFuzztest1() local
93 stringParam, baseSharedBundleInfos, static_cast<GetDependentBundleInfoFlag>(int32Param)); in BundleMgrHelperFuzztest1()
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_proxy.h40 ErrCode(const std::string &bundleName, std::vector<AppExecFwk::BaseSharedBundleInfo> &baseSharedBundleInfos,
H A Dmock_bundle_manager_service.h42 ErrCode(const std::string &bundleName, std::vector<AppExecFwk::BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h310 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
361 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/
H A Dmock_bundle_manager.h297 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
344 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp126 std::vector<BaseSharedBundleInfo> baseSharedBundleInfos; in HWTEST_F() local
127 auto ret = bundleMgrHelper->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp259 std::vector<BaseSharedBundleInfo> baseSharedBundleInfos; in DoSomethingInterestingWithMyAPI() local
260 bundleMgrProxy.GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h53 const std::string &bundleName, std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp358 const std::string &bundleName, std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos()
369 return bundleMgr->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos, flag); in GetBaseSharedBundleInfos()
357 GetBaseSharedBundleInfos( const std::string &bundleName, std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, GetDependentBundleInfoFlag flag) GetBaseSharedBundleInfos() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp199 std::vector<BaseSharedBundleInfo> baseSharedBundleInfos; in HWTEST_F() local
200 ErrCode ret = bundleMgrHostImpl_->GetBaseSharedBundleInfos(BUNDLE_NAME, baseSharedBundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1316 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos()
1315 GetBaseSharedBundleInfos(const std::string &bundleName, std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, GetDependentBundleInfoFlag flag = GetDependentBundleInfoFlag::GET_APP_CROSS_HSP_BUNDLE_INFO) GetBaseSharedBundleInfos() argument
H A Dbundle_mgr_proxy.h934 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h855 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
1178 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos) const;
H A Dbundle_mgr_host_impl.h892 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2943 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, GetDependentBundleInfoFlag flag) const in GetBaseSharedBundleInfos()
2958 ConvertServiceHspToSharedBundleInfo(infoItem->second, baseSharedBundleInfos); in GetBaseSharedBundleInfos()
2975 baseSharedBundleInfos.emplace_back(baseSharedBundleInfo); in GetBaseSharedBundleInfos()
7703 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos) const in ConvertServiceHspToSharedBundleInfo()
7718 baseSharedBundleInfos.emplace_back(baseSharedBundleInfo); in ConvertServiceHspToSharedBundleInfo()
2942 GetBaseSharedBundleInfos(const std::string &bundleName, std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, GetDependentBundleInfoFlag flag) const GetBaseSharedBundleInfos() argument
H A Dbundle_mgr_host_impl.cpp219 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, GetDependentBundleInfoFlag flag) in GetBaseSharedBundleInfos()
232 return dataMgr->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos, flag); in GetBaseSharedBundleInfos()
218 GetBaseSharedBundleInfos(const std::string &bundleName, std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, GetDependentBundleInfoFlag flag) GetBaseSharedBundleInfos() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp3694 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, GetDependentBundleInfoFlag flag) in GetBaseSharedBundleInfos()
3716 data, baseSharedBundleInfos); in GetBaseSharedBundleInfos()
3693 GetBaseSharedBundleInfos(const std::string &bundleName, std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, GetDependentBundleInfoFlag flag) GetBaseSharedBundleInfos() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2729 std::vector<BaseSharedBundleInfo> baseSharedBundleInfos; in HWTEST_F() local
2754 "", baseSharedBundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp11966 std::vector<BaseSharedBundleInfo> baseSharedBundleInfos; in HWTEST_F() local
11968 BUNDLE_NAME_TEST, baseSharedBundleInfos); in HWTEST_F()
11970 ret = bundleMgrProxy->GetBaseSharedBundleInfos("", baseSharedBundleInfos); in HWTEST_F()

Completed in 84 milliseconds