Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java1414 private static List<String> getHapVerifyInfoListNames(List<HapVerifyInfo> hapVerifyInfoList) { in getHapVerifyInfoListNames()
1422 …private static boolean checkAtomicServiceModuleSize(List<HapVerifyInfo> hapVerifyInfoList) throws … in checkAtomicServiceModuleSize()
1470 …c Map<String, List<HapVerifyInfo>> getDeviceHapVerifyInfoMap(List<HapVerifyInfo> hapVerifyInfoList) in getDeviceHapVerifyInfoMap()
1493 …private static boolean checkAtomicServiceIsValid(List<HapVerifyInfo> hapVerifyInfoList) throws Bun… in checkAtomicServiceIsValid()
1538 private static boolean checkAtomicServicePreloadsIsValid(List<HapVerifyInfo> hapVerifyInfoList) in checkAtomicServicePreloadsIsValid()
1601 …public static boolean checkFileSizeIsValid(List<HapVerifyInfo> hapVerifyInfoList) throws BundleExc… in checkFileSizeIsValid()
1612 …private static boolean checkFileSize(List<HapVerifyInfo> hapVerifyInfoList) throws BundleException… in checkFileSize()
1652List<HapVerifyInfo> hapVerifyInfoList) throws BundleException { in getModuleDependency()
1672List<HapVerifyInfo> hapVerifyInfoList) { in findAtomicServiceHapVerifyInfo()
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_utils.cpp1024 const std::list<HapVerifyInfo>& hapVerifyInfoList, std::list<std::string>& moduleDependency) in GetModuleDependency()