Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_utils.cpp48 bool ModuleJsonUtils::GetStageHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerif… in GetStageHapVerifyInfo()
91 bool ModuleJsonUtils::GetFaHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerifyIn… in GetFaHapVerifyInfo()
321 bool ModuleJsonUtils::IsModuleHap(const std::string hapFilePath) in IsModuleHap()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/mock/
Dmock_fast_app_module_json_utils.cpp69 bool ModuleJsonUtils::GetStageHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerif… in GetStageHapVerifyInfo()
114 bool ModuleJsonUtils::GetFaHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerifyIn… in GetFaHapVerifyInfo()
388 bool ModuleJsonUtils::IsModuleHap(const std::string hapFilePath) in IsModuleHap()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp68 bool ModuleJsonUtils::GetStageHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerif… in GetStageHapVerifyInfo()
113 bool ModuleJsonUtils::GetFaHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerifyIn… in GetFaHapVerifyInfo()
387 bool ModuleJsonUtils::IsModuleHap(const std::string hapFilePath) in IsModuleHap()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/mock/
Dmock_multiapp_module_json_utils.cpp69 bool ModuleJsonUtils::GetStageHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerif… in GetStageHapVerifyInfo()
114 bool ModuleJsonUtils::GetFaHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerifyIn… in GetFaHapVerifyInfo()
388 bool ModuleJsonUtils::IsModuleHap(const std::string hapFilePath) in IsModuleHap()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java242 public VerifyResult verifyHap(String hapFilePath) { in verifyHap()
321 private boolean checkCodeSign(String hapFilePath, List<SigningBlock> optionalBlocks) in checkCodeSign()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_utils_test/
Dmodule_json_utils_test.cpp388 bool CreateModuleJsonHap(std::string hapFilePath, std::string filename, const std::string& jsonStr) in CreateModuleJsonHap()
414 bool CreateConfigJsonHap(std::string hapFilePath, std::string filename, const std::string& jsonStr) in CreateConfigJsonHap()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp262 bool VerifyHap::CheckCodeSign(const std::string& hapFilePath, in CheckCodeSign()