Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java325 Map<String, List<HapVerifyInfo>> deviceHap = classifyEntry(entryHapVerifyInfos); in checkEntryIsValid() local
469 …e static boolean checkFeature(HapVerifyInfo featureHap, Map<String, List<HapVerifyInfo>> deviceHap) in checkFeature()