Searched refs:blobType (Results 1 – 2 of 2) sorted by relevance
| /base/security/appverify/interfaces/innerkits/appverify/src/init/ |
| D | trusted_source_manager.cpp | 205 const std::string& certIssuer, HapBlobType blobType, int32_t certListPath) const in IsTrustedSource() argument 207 …MatchingResult ret = MatchTrustedSource(appTrustedSources, certSubject, certIssuer, blobType, cert… in IsTrustedSource() 213 …return MatchTrustedSource(appTrustedSourcesForTest, certSubject, certIssuer, blobType, certListPat… in IsTrustedSource() 219 …const std::string& certSubject, const std::string& certIssuer, HapBlobType blobType, int32_t certL… in MatchTrustedSource() argument 225 ret.matchState = TrustedSourceListCompare(certSubject, certIssuer, appSource, blobType); in MatchTrustedSource() 237 const std::string& certIssuer, const HapAppSourceInfo& appSource, HapBlobType blobType) const in TrustedSourceListCompare() 240 switch (blobType) { in TrustedSourceListCompare()
|
| /base/security/appverify/interfaces/innerkits/appverify/include/init/ |
| D | trusted_source_manager.h | 51 HapBlobType blobType, int32_t certListPath) const; 66 const std::string& certIssuer, HapBlobType blobType, int32_t certListPath) const; 68 const HapAppSourceInfo& appSource, HapBlobType blobType) const;
|