Home
last modified time | relevance | path

Searched defs:hapVerifyInfos (Results 1 – 9 of 9) 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()
226 bool HapVerifyUtils::AppFieldsIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos, in AppFieldsIsValid()
333 bool HapVerifyUtils::CheckModuleNameIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckModuleNameIsValid()
420 bool HapVerifyUtils::CheckPackageNameIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckPackageNameIsValid()
439 bool HapVerifyUtils::CheckEntryIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckEntryIsValid()
484 std::list<HapVerifyInfo> hapVerifyInfos; in ClassifyEntry() local
753 bool HapVerifyUtils::CheckDependencyIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckDependencyIsValid()
778 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()
206 std::list<HapVerifyInfo> hapVerifyInfos; in GetHapVerifyInfosMapfromFileList() local
244 std::list<HapVerifyInfo> hapVerifyInfos; in CheckAppAtomicServiceCompressedSizeValid() local
291 std::list<HapVerifyInfo> hapVerifyInfos; in CheckHapsIsValid() local
326 void ModuleJsonUtils::setAtomicServiceFileSizeLimit(std::list<HapVerifyInfo>& hapVerifyInfos) in setAtomicServiceFileSizeLimit()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/mock/
Dmock_fast_app_module_json_utils.cpp154 bool ModuleJsonUtils::CheckSharedAppIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos, bool& i… in CheckSharedAppIsValid()
174 std::list<HapVerifyInfo>& hapVerifyInfos) in GetHapVerifyInfosfromFileList()
268 std::list<HapVerifyInfo>& hapVerifyInfos) in ProcessZipFile()
312 bool ShouldSkipHapValidation(const std::list<HapVerifyInfo>& hapVerifyInfos) in ShouldSkipHapValidation()
341 std::list<HapVerifyInfo> hapVerifyInfos; in CheckAppAtomicServiceCompressedSizeValid() local
358 std::list<HapVerifyInfo> hapVerifyInfos; in CheckHapsIsValid() local
397 void ModuleJsonUtils::setAtomicServiceFileSizeLimit(std::list<HapVerifyInfo>& hapVerifyInfos) in setAtomicServiceFileSizeLimit()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp153 bool ModuleJsonUtils::CheckSharedAppIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos, bool& i… in CheckSharedAppIsValid()
173 std::list<HapVerifyInfo>& hapVerifyInfos) in GetHapVerifyInfosfromFileList()
267 std::list<HapVerifyInfo>& hapVerifyInfos) in ProcessZipFile()
311 bool ShouldSkipHapValidation(const std::list<HapVerifyInfo>& hapVerifyInfos) in ShouldSkipHapValidation()
340 std::list<HapVerifyInfo> hapVerifyInfos; in CheckAppAtomicServiceCompressedSizeValid() local
357 std::list<HapVerifyInfo> hapVerifyInfos; in CheckHapsIsValid() local
396 void ModuleJsonUtils::setAtomicServiceFileSizeLimit(std::list<HapVerifyInfo>& hapVerifyInfos) in setAtomicServiceFileSizeLimit()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/mock/
Dmock_multiapp_module_json_utils.cpp154 bool ModuleJsonUtils::CheckSharedAppIsValid(const std::list<HapVerifyInfo>& hapVerifyInfos, bool& i… in CheckSharedAppIsValid()
174 std::list<HapVerifyInfo>& hapVerifyInfos) in GetHapVerifyInfosfromFileList()
268 std::list<HapVerifyInfo>& hapVerifyInfos) in ProcessZipFile()
312 bool ShouldSkipHapValidation(const std::list<HapVerifyInfo>& hapVerifyInfos) in ShouldSkipHapValidation()
341 std::list<HapVerifyInfo> hapVerifyInfos; in CheckAppAtomicServiceCompressedSizeValid() local
358 std::list<HapVerifyInfo> hapVerifyInfos; in CheckHapsIsValid() local
397 void ModuleJsonUtils::setAtomicServiceFileSizeLimit(std::list<HapVerifyInfo>& hapVerifyInfos) in setAtomicServiceFileSizeLimit()
/developtools/packing_tool/adapter/ohos/
DHapVerify.java62 … public static boolean checkHapIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleException { in checkHapIsValid()
131 private static boolean checkIsPluginApp(List<HapVerifyInfo> hapVerifyInfos) { in checkIsPluginApp()
148 private static boolean checkContinueTypeIsValid(List<HapVerifyInfo> hapVerifyInfos) { in checkContinueTypeIsValid()
226 …public static boolean checkSharedApppIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExce… in checkSharedApppIsValid()
274 private static boolean checkAppFieldsIsSame(List<HapVerifyInfo> hapVerifyInfos) { in checkAppFieldsIsSame()
350 …private static boolean appFieldsIsValid(List<HapVerifyInfo> hapVerifyInfos, int minCompatibleVersi… in appFieldsIsValid()
382 private static boolean moduleDebugValidation(List<HapVerifyInfo> hapVerifyInfos, in moduleDebugValidation()
486 …private static boolean checkModuleNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExc… in checkModuleNameIsValid()
529 …private static boolean checkPackageNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleEx… in checkPackageNameIsValid()
569 …private static boolean checkAbilityNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleEx… in checkAbilityNameIsValid()
[all …]
DCompressor.java1015 List<HapVerifyInfo> hapVerifyInfos = new ArrayList<>(); in checkAppAtomicServiceCompressedSizeValid() local
3243 List<HapVerifyInfo> hapVerifyInfos = new ArrayList<>(); in checkHapIsValid() local
3323 public static void setAtomicServiceFileSizeLimit(List<HapVerifyInfo>hapVerifyInfos) { in setAtomicServiceFileSizeLimit()
3535 …private static boolean checkSharedAppIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExce… in checkSharedAppIsValid()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_utils_test/
Dmodule_json_utils_test.cpp606 std::list<HapVerifyInfo> hapVerifyInfos; variable
634 std::list<HapVerifyInfo> hapVerifyInfos; variable
647 std::list<HapVerifyInfo> hapVerifyInfos; variable
664 std::list<HapVerifyInfo> hapVerifyInfos; variable