Searched defs:hapFilePath (Results 1 – 5 of 5) sorted by relevance
| /developtools/packing_tool/packing_tool/frameworks/src/json/ |
| D | module_json_utils.cpp | 48 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/ |
| D | mock_module_json_utils.cpp | 63 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/ |
| D | VerifyHap.java | 242 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/ |
| D | module_json_utils_test.cpp | 387 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/ |
| D | verify_hap.cpp | 262 bool VerifyHap::CheckCodeSign(const std::string& hapFilePath, in CheckCodeSign()
|