Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
Dbms_bundle_overlay_checker_test.cpp789 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
834 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
957 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
980 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1003 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1244 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1281 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1307 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1335 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1372 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
[all …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
Dbundle_overlay_install_checker.cpp44 …const std::map<std::string, InnerModuleInfo> &innerModuleInfos = innerBundleInfo.GetInnerModuleInf… in CheckInternalBundle() local
97 …const std::map<std::string, InnerModuleInfo> &innerModuleInfos = innerBundleInfo.GetInnerModuleInf… in CheckExternalBundle() local
Dbundle_overlay_data_manager.cpp59 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
211 const auto &innerModuleInfos = newInfo.GetInnerModuleInfos(); in RemoveOverlayModuleConnection() local
272 auto &innerModuleInfos = oldInfo.FetchInnerModuleInfos(); in RemoveOverlayModuleInfo() local
300 …gr::ResetInternalOverlayModuleState(const std::map<std::string, InnerModuleInfo> &innerModuleInfos, in ResetInternalOverlayModuleState()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_install_checker_test.cpp524 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
542 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
668 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1462 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1483 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1505 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1527 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1550 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
1601 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
Dbms_bundle_installer_test.cpp2274 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
Dbms_bundle_data_storage_database_test.cpp1869 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
2212 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
2296 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
Dinner_shared_bundle_installer.cpp313 const auto& innerModuleInfos = infos.begin()->second; in MergeBundleInfos() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_install_checker.cpp1086 const std::map<std::string, InnerModuleInfo> &innerModuleInfos = info.GetInnerModuleInfos(); in CheckMainElement() local
1249 auto &innerModuleInfos = innerBundleInfo.FetchInnerModuleInfos(); in ProcessBundleInfoByPrivilegeCapability() local
Dbundle_data_mgr.cpp5459 const auto &innerModuleInfos = info.second.GetInnerModuleInfos(); in ResetExternalOverlayModuleState() local
5503 const auto &innerModuleInfos = info.second.GetInnerModuleInfos(); in BuildExternalOverlayConnection() local
5565 const auto &innerModuleInfos = info.second.GetInnerModuleInfos(); in RemoveOverlayInfoAndConnection() local
Dbase_bundle_installer.cpp2514 const auto &innerModuleInfos = oldInfo.GetInnerModuleInfos(); in ExtractAllArkProfileFile() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
Dbms_event_handler_test.cpp716 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
Dbms_bundle_app_provision_info_test.cpp846 std::vector<InnerModuleInfo> innerModuleInfos; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
Dbms_data_mgr_test.cpp1116 std::map<std::string, InnerModuleInfo> innerModuleInfos; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h356 void AddInnerModuleInfo(const std::map<std::string, InnerModuleInfo> &innerModuleInfos) in AddInnerModuleInfo()