Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
Dhap_verify_utils_test.cpp232 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
248 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
261 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
274 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
289 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
306 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
324 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
357 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
404 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
433 std::list<OHOS::AppPackingTool::HapVerifyInfo> hapVerifyInfos; variable
[all …]
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_utils.cpp49 bool HapVerifyUtils::CheckHapIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckHapIsValid()
105 bool HapVerifyUtils::CheckIsPluginApp(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckIsPluginApp()
125 bool HapVerifyUtils::CheckAppFieldsIsSame(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckAppFieldsIsSame()
190 bool HapVerifyUtils::AppFieldsIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos, in AppFieldsIsValid()
300 bool HapVerifyUtils::CheckModuleNameIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckModuleNameIsValid()
387 bool HapVerifyUtils::CheckPackageNameIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckPackageNameIsValid()
406 bool HapVerifyUtils::CheckEntryIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckEntryIsValid()
451 std::list<HapVerifyInfo> hapVerifyInfos; in ClassifyEntry() local
720 bool HapVerifyUtils::CheckDependencyIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckDependencyIsValid()
745 const std::list<HapVerifyInfo>& hapVerifyInfos, std::list<HapVerifyInfo>& dependencyList) in DfsTraverseDependency()
[all …]
Dmodule_json_utils.cpp119 bool ModuleJsonUtils::CheckSharedAppIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos, bool& i… in CheckSharedAppIsValid()
139 std::list<HapVerifyInfo>& hapVerifyInfos) in GetHapVerifyInfosfromFileList()
177 std::list<HapVerifyInfo> hapVerifyInfos; in CheckHapsIsValid() local
212 void ModuleJsonUtils::setAtomicServiceFileSizeLimit(std::list<HapVerifyInfo>& hapVerifyInfos) in setAtomicServiceFileSizeLimit()
/developtools/packing_tool/adapter/ohos/
DHapVerify.java60 … public static boolean checkHapIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleException { in checkHapIsValid()
129 private static boolean checkIsPluginApp(List<HapVerifyInfo> hapVerifyInfos) { in checkIsPluginApp()
146 private static boolean checkContinueTypeIsValid(List<HapVerifyInfo> hapVerifyInfos) { in checkContinueTypeIsValid()
224 …public static boolean checkSharedApppIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExce… in checkSharedApppIsValid()
272 private static boolean checkAppFieldsIsSame(List<HapVerifyInfo> hapVerifyInfos) { in checkAppFieldsIsSame()
339 …private static boolean appFieldsIsValid(List<HapVerifyInfo> hapVerifyInfos, int minCompatibleVersi… in appFieldsIsValid()
454 …private static boolean checkModuleNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExc… in checkModuleNameIsValid()
496 …private static boolean checkPackageNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleEx… in checkPackageNameIsValid()
535 …private static boolean checkAbilityNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleEx… in checkAbilityNameIsValid()
574 …private static boolean checkTargetModuleNameIsExisted(List<HapVerifyInfo> hapVerifyInfos) throws B… in checkTargetModuleNameIsExisted()
[all …]
DCompressor.java729 List<HapVerifyInfo> hapVerifyInfos = new ArrayList<>(); in checkAppAtomicServiceCompressedSizeValid() local
2916 List<HapVerifyInfo> hapVerifyInfos = new ArrayList<>(); in checkHapIsValid() local
2996 public static void setAtomicServiceFileSizeLimit(List<HapVerifyInfo>hapVerifyInfos) { in setAtomicServiceFileSizeLimit()
3208 …private static boolean checkSharedAppIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExce… in checkSharedAppIsValid()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp148 bool ModuleJsonUtils::CheckSharedAppIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos, bool& i… in CheckSharedAppIsValid()
168 std::list<HapVerifyInfo>& hapVerifyInfos) in GetHapVerifyInfosfromFileList()
210 std::list<HapVerifyInfo> hapVerifyInfos; in CheckHapsIsValid() local
249 void ModuleJsonUtils::setAtomicServiceFileSizeLimit(std::list<HapVerifyInfo>& hapVerifyInfos) in setAtomicServiceFileSizeLimit()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_utils_test/
Dmodule_json_utils_test.cpp605 std::list<HapVerifyInfo> hapVerifyInfos; variable
633 std::list<HapVerifyInfo> hapVerifyInfos; variable
646 std::list<HapVerifyInfo> hapVerifyInfos; variable
663 std::list<HapVerifyInfo> hapVerifyInfos; variable