/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/shared/ |
H A D | base_shared_bundle_info.cpp | 26 bool BaseSharedBundleInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 43 bool BaseSharedBundleInfo::Marshalling(Parcel &parcel) const in Marshalling() 58 BaseSharedBundleInfo *BaseSharedBundleInfo::Unmarshalling(Parcel &parcel) in Unmarshalling() 60 BaseSharedBundleInfo *info = new (std::nothrow) BaseSharedBundleInfo(); in Unmarshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/ |
H A D | base_shared_bundle_info.h | 26 struct BaseSharedBundleInfo : public Parcelable { struct 37 static BaseSharedBundleInfo *Unmarshalling(Parcel &parcel); argument
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager.h | 60 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos() 97 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos()
|
H A D | mock_bundle_manager_form.h | 70 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos() 118 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/ |
H A D | mock_bundle_manager.h | 69 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos() 116 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | native_lib_util.h | 31 void GetHspNativeLibPath(const BaseSharedBundleInfo &hspInfo, AppLibPathMap &appLibPaths, bool isPr…
|
H A D | child_main_thread.h | 36 using HspList = std::vector<BaseSharedBundleInfo>;
|
H A D | main_thread.h | 56 struct BaseSharedBundleInfo; 57 using HspList = std::vector<BaseSharedBundleInfo>;
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_bundle_manager.h | 74 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos() 153 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_manager_service.h | 39 …ErrCode(const std::string &bundleName, std::vector<AppExecFwk::BaseSharedBundleInfo> &baseSharedBu…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | native_lib_util.cpp | 54 void GetHspNativeLibPath(const BaseSharedBundleInfo &hspInfo, AppLibPathMap &appLibPaths, bool isPr… in GetHspNativeLibPath()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 37 using HspList = std::vector<BaseSharedBundleInfo>;
|
H A D | app_mgr_service_inner.h | 1496 const std::vector<BaseSharedBundleInfo> baseSharedBundleInfoList); 1650 std::map<std::string, std::vector<BaseSharedBundleInfo>> runningSharedBundleList_;
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/ |
H A D | mock_bundle_manager.h | 297 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos() 344 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_bundle_mgr.h | 310 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos() 361 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, in GetBaseSharedBundleInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | shared_bundle_installer.cpp | 166 BaseSharedBundleInfo sharedBundle; in FindDependencyInInstalledBundles()
|
H A D | inner_shared_bundle_installer.cpp | 228 BaseSharedBundleInfo sharedBundle; in CheckDependency() 299 BaseSharedBundleInfo installedSharedModule; in CheckBundleTypeWithInstalledVersion()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/ |
H A D | ams_service_app_spawn_msg_wrapper_test.cpp | 32 using SharedBundle = BaseSharedBundleInfo;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_module_reader.cpp | 141 std::vector<AppExecFwk::BaseSharedBundleInfo> baseSharedBundleInfos; in GetOtherHspPath()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 91 std::vector<BaseSharedBundleInfo> baseSharedBundleInfos; in BundleMgrHelperFuzztest1()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 50 const std::string &bundleName, std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos,
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 223 std::vector<AppExecFwk::BaseSharedBundleInfo> baseSharedBundleInfo; in LoadPageUrl()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 854 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos, 857 …bool GetBaseSharedBundleInfo(const Dependency &dependency, BaseSharedBundleInfo &baseSharedBundleI… 1203 std::vector<BaseSharedBundleInfo> &baseSharedBundleInfos) const;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 2240 BaseSharedBundleInfo hspInfo1; 2281 BaseSharedBundleInfo hspInfo1; 2336 BaseSharedBundleInfo hspInfo1; 2396 BaseSharedBundleInfo hspInfo1;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 126 std::vector<BaseSharedBundleInfo> baseSharedBundleInfos;
|