Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_ticket_manager.cpp43 : TicketTrustedSources(), version(), releaseTime(), isInit(false) in TrustedTicketManager()
57 …isInit = GetTicketTrustedSources(TicketTrustedSources, version, releaseTime, TICKET_TRUSTED_SOURCE… in Init()
60 " %{public}zu", version.c_str(), releaseTime.c_str(), TicketTrustedSources.size()); in Init()
68 TicketTrustedSources.clear(); in Recovery()
164 …MatchingResult ret = MatchTrustedSource(TicketTrustedSources, certSubject, certIssuer, certListPat… in IsTrustedSource()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dtrusted_ticket_manager.h77 TicketSourceInfoVec TicketTrustedSources; variable