Home
last modified time | relevance | path

Searched refs:targetModuleInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_get_overlay_module_info_test.cpp120 InnerModuleInfo targetModuleInfo; in AddOverlayInnerBundleInfo() local
121 targetModuleInfo.name = TARGET_MODULE_NAME; in AddOverlayInnerBundleInfo()
122 targetModuleInfo.moduleName = TARGET_MODULE_NAME; in AddOverlayInnerBundleInfo()
129 targetModuleInfo.overlayModuleInfo.emplace_back(overlayModuleInfo); in AddOverlayInnerBundleInfo()
130 innerBundleInfo.InsertInnerModuleInfo(TARGET_MODULE_NAME, targetModuleInfo); in AddOverlayInnerBundleInfo()
H A Dbms_bundle_overlay_checker_test.cpp167 InnerModuleInfo targetModuleInfo; in AddInnerBundleInfo() local
168 targetModuleInfo.name = TARGET_MODULE_NAME; in AddInnerBundleInfo()
169 targetModuleInfo.targetModuleName = OTHER_TARGET_MODULE_NAME; in AddInnerBundleInfo()
170 targetModuleInfo.targetPriority = DEFAULT_TARGET_PRIORITY_SECOND; in AddInnerBundleInfo()
174 oldInfo.InsertInnerModuleInfo(TARGET_MODULE_NAME, targetModuleInfo); in AddInnerBundleInfo()
388 InnerModuleInfo targetModuleInfo; variable
389 targetModuleInfo.name = TARGET_MODULE_NAME;
390 targetModuleInfo.targetModuleName = OTHER_TARGET_MODULE_NAME;
391 targetModuleInfo.targetPriority = DEFAULT_TARGET_PRIORITY_SECOND;
398 oldInfo.InsertInnerModuleInfo(TARGET_MODULE_NAME, targetModuleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_data_manager.cpp568 auto targetModuleInfo = targetInnerBundleInfo.GetInnerModuleInfoByModuleName(targetModuleName); in GetOverlayModuleInfoForTarget() local
569 if (targetModuleInfo == std::nullopt) { in GetOverlayModuleInfoForTarget()
572 const auto &moduleInfo = targetModuleInfo.value(); in GetOverlayModuleInfoForTarget()