Home
last modified time | relevance | path

Searched refs:hapVerifyV2 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/
H A Dhap_verify.cpp92 HapVerifyV2 hapVerifyV2; in HapVerify() local
93 return hapVerifyV2.Verify(filePath, hapVerifyResult, readFile); in HapVerify()
98 HapVerifyV2 hapVerifyV2; in ParseHapProfile() local
99 return hapVerifyV2.ParseHapProfile(filePath, hapVerifyV1Result); in ParseHapProfile()
104 HapVerifyV2 hapVerifyV2; in ParseHapSignatureInfo() local
105 return hapVerifyV2.ParseHapSignatureInfo(filePath, hapSignInfo); in ParseHapSignatureInfo()
120 HapVerifyV2 hapVerifyV2; in ParseBundleNameAndAppIdentifier() local
122 int32_t res = hapVerifyV2.Verify(fileFd, hapVerifyResult); in ParseBundleNameAndAppIdentifier()