Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp47 std::string standardFilePath; in Verify() local
48 if (!CheckFilePath(filePath, standardFilePath)) { in Verify()
53 if (!hapFile.Init(standardFilePath, readFile)) { in Verify()
81 standardFilePath = std::string(path); in CheckFilePath()
82 if (!std::regex_match(standardFilePath, std::regex(HAP_APP_PATTERN)) && in CheckFilePath()
440 std::string standardFilePath; in ParseHapProfile() local
441 if (!CheckFilePath(filePath, standardFilePath)) { in ParseHapProfile()
446 if (!hapFile.Init(standardFilePath)) { in ParseHapProfile()
487 std::string standardFilePath; in ParseHapSignatureInfo() local
488 if (!CheckFilePath(filePath, standardFilePath)) { in ParseHapSignatureInfo()
[all …]
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/ticket/
H A Dticket_verify.cpp45 bool CheckTicketFilePath(const std::string& filePath, std::string& standardFilePath) in CheckTicketFilePath() argument
52 standardFilePath = std::string(path); in CheckTicketFilePath()
256 std::string standardFilePath; in CheckTicketSource() local
257 if (!CheckTicketFilePath(ticketfilepath, standardFilePath)) { in CheckTicketSource()
261 int32_t ret = VerifyTicket(standardFilePath, profileInfo); in CheckTicketSource()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_v2_test.cpp75 std::string standardFilePath; variable
76 ASSERT_FALSE(v2.CheckFilePath(filePath, standardFilePath));
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/verify/
H A Dhap_verify_v2.h46 DLL_EXPORT bool CheckFilePath(const std::string& filePath, std::string& standardFilePath);