/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 390 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 408 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 534 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1236 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1265 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1294 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1323 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1357 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1391 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1425 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_checker_test.cpp | 815 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 860 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1018 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1041 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1064 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1334 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1371 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1397 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1425 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 1464 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_data_manager.cpp | 60 const auto &innerModuleInfos = innerBundleInfo.GetInnerModuleInfos(); in IsExistedNonOverlayHap() local 76 auto &innerModuleInfos = newInfo.GetInnerModuleInfos(); in UpdateInternalOverlayInfo() local 104 const auto &innerModuleInfos = newInfo.GetInnerModuleInfos(); in UpdateExternalOverlayInfo() local 213 const auto &innerModuleInfos = newInfo.GetInnerModuleInfos(); in RemoveOverlayModuleConnection() local 274 auto &innerModuleInfos = oldInfo.FetchInnerModuleInfos(); in RemoveOverlayModuleInfo() local 302 …gr::ResetInternalOverlayModuleState(const std::map<std::string, InnerModuleInfo> &innerModuleInfos, in ResetInternalOverlayModuleState()
|
H A D | bundle_overlay_install_checker.cpp | 85 …const std::map<std::string, InnerModuleInfo> &innerModuleInfos = innerBundleInfo.GetInnerModuleInf… in CheckInternalBundle() local 138 …const std::map<std::string, InnerModuleInfo> &innerModuleInfos = innerBundleInfo.GetInnerModuleInf… in CheckExternalBundle() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_exception_handler.cpp | 91 const auto innerModuleInfos = info.GetInnerModuleInfos(); in IsBundleHapPathExist() local
|
H A D | bundle_install_checker.cpp | 1163 const std::map<std::string, InnerModuleInfo> &innerModuleInfos = info.GetInnerModuleInfos(); in CheckMainElement() local 1351 auto &innerModuleInfos = innerBundleInfo.FetchInnerModuleInfos(); in ProcessBundleInfoByPrivilegeCapability() local
|
H A D | bundle_mgr_service_event_handler.cpp | 3183 auto innerModuleInfos = item.second.GetInnerModuleInfos(); in UpdatePreinstallDBForNotUpdatedBundle() local
|
H A D | bundle_data_mgr.cpp | 7773 const auto &innerModuleInfos = info.second.GetInnerModuleInfos(); in ResetExternalOverlayModuleState() local 7817 const auto &innerModuleInfos = info.second.GetInnerModuleInfos(); in BuildExternalOverlayConnection() local 7878 const auto &innerModuleInfos = info.second.GetInnerModuleInfos(); in RemoveOverlayInfoAndConnection() local
|
H A D | base_bundle_installer.cpp | 3302 const auto &innerModuleInfos = oldInfo.GetInnerModuleInfos(); in ExtractAllArkProfileFile() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1928 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 2271 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 2355 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable 2729 std::vector<InnerModuleInfo> innerModuleInfos; variable 2753 std::vector<InnerModuleInfo> innerModuleInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 401 const auto& innerModuleInfos = infos.begin()->second; in MergeBundleInfos() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 949 std::vector<InnerModuleInfo> innerModuleInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 1203 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 358 void AddInnerModuleInfo(const std::map<std::string, InnerModuleInfo> &innerModuleInfos) in AddInnerModuleInfo()
|