Home
last modified time | relevance | path

Searched defs:hapFilePath (Results 1 – 5 of 5) 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()
207 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.cpp63 bool ModuleJsonUtils::GetStageHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerif… in GetStageHapVerifyInfo()
108 bool ModuleJsonUtils::GetFaHapVerifyInfo(const std::string& hapFilePath, HapVerifyInfo& hapVerifyIn… in GetFaHapVerifyInfo()
240 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.cpp387 bool CreateModuleJsonHap(std::string hapFilePath, std::string filename, const std::string& jsonStr) in CreateModuleJsonHap()
413 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()