Searched refs:ENTRY (Results 1 – 5 of 5) sorted by relevance
26 ConfigParser::ModuleType::ENTRY,
28 { "entry", ModuleType::ENTRY },
31 ENTRY = 2, enumerator
40 private static final String ENTRY = "entry"; field in HapVerify439 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()
55 private static final String ENTRY = "entry"; field in ModuleJsonUtil874 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()