Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java1462 private static List<String> getHapVerifyInfoListNames(List<HapVerifyInfo> hapVerifyInfoList) { in getHapVerifyInfoListNames()
1470 …e static boolean checkAtomicServiceModuleAndDependenciesSize(List<HapVerifyInfo> hapVerifyInfoList) in checkAtomicServiceModuleAndDependenciesSize()
1524 …c Map<String, List<HapVerifyInfo>> getDeviceHapVerifyInfoMap(List<HapVerifyInfo> hapVerifyInfoList) in getDeviceHapVerifyInfoMap()
1547 …private static boolean checkAtomicServiceIsValid(List<HapVerifyInfo> hapVerifyInfoList) throws Bun… in checkAtomicServiceIsValid()
1592 private static boolean checkAtomicServicePreloadsIsValid(List<HapVerifyInfo> hapVerifyInfoList) in checkAtomicServicePreloadsIsValid()
1657 …public static boolean checkFileSizeIsValid(List<HapVerifyInfo> hapVerifyInfoList) throws BundleExc… in checkFileSizeIsValid()
1668 …private static boolean checkFileSize(List<HapVerifyInfo> hapVerifyInfoList) throws BundleException… in checkFileSize()
1710List<HapVerifyInfo> hapVerifyInfoList) throws BundleException { in getModuleDependency()
1730List<HapVerifyInfo> hapVerifyInfoList) { in findAtomicServiceHapVerifyInfo()
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_utils.cpp1060 const std::list<HapVerifyInfo>& hapVerifyInfoList, std::list<std::string>& moduleDependency) in GetModuleDependency()