Home
last modified time | relevance | path

Searched defs:innerModuleInfos (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp390 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 Dbms_bundle_overlay_checker_test.cpp815 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 Dbundle_overlay_data_manager.cpp60 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 Dbundle_overlay_install_checker.cpp85 …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 Dbundle_exception_handler.cpp91 const auto innerModuleInfos = info.GetInnerModuleInfos(); in IsBundleHapPathExist() local
H A Dbundle_install_checker.cpp1163 const std::map<std::string, InnerModuleInfo> &innerModuleInfos = info.GetInnerModuleInfos(); in CheckMainElement() local
1351 auto &innerModuleInfos = innerBundleInfo.FetchInnerModuleInfos(); in ProcessBundleInfoByPrivilegeCapability() local
H A Dbundle_mgr_service_event_handler.cpp3183 auto innerModuleInfos = item.second.GetInnerModuleInfos(); in UpdatePreinstallDBForNotUpdatedBundle() local
H A Dbundle_data_mgr.cpp7773 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 Dbase_bundle_installer.cpp3302 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 Dbms_bundle_data_storage_database_test.cpp1928 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 Dinner_shared_bundle_installer.cpp401 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 Dbms_bundle_app_provision_info_test.cpp949 std::vector<InnerModuleInfo> innerModuleInfos; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp1203 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h358 void AddInnerModuleInfo(const std::map<std::string, InnerModuleInfo> &innerModuleInfos) in AddInnerModuleInfo()