Home
last modified time | relevance | path

Searched refs:ENTRY (Results 1 – 5 of 5) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_merge.cpp26 ConfigParser::ModuleType::ENTRY,
Dconfig_parser.cpp28 { "entry", ModuleType::ENTRY },
/developtools/global_resource_tool/include/
Dconfig_parser.h31 ENTRY = 2, enumerator
/developtools/packing_tool/adapter/ohos/
DHapVerify.java40 private static final String ENTRY = "entry"; field in HapVerify
439 if (ENTRY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
1066 if (FEATURE.equals(item.getModuleType()) || ENTRY.equals(item.getModuleType())) { in dfsTraverseDependency()
1190 … if (hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= entryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()
1195 …if (!hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= notEntryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()
1330 if (moduleNameWithType.get(moduleName).equals(ENTRY) in checkAtomicServicePreloadsIsValid()
1364 if (hapVerifyInfo.getModuleType().equals(ENTRY) && in checkFileSize()
1371 if (!hapVerifyInfo.getModuleType().equals(ENTRY) && in checkFileSize()
DModuleJsonUtil.java55 private static final String ENTRY = "entry"; field in ModuleJsonUtil
874 if (ENTRY.equals(moduleType)) { in parseFaEntry()
904 if (type != null && type.equals(ENTRY)) { in parseStageEntry()
2090 if (parseModuleType(jsonString).equals(ENTRY) && parseAbilityNames(jsonString).isEmpty()) { in checkEntryInAtomicService()