Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/common/
DWritableIdentityCredential.cpp72 if (getAttestationCertificateAlreadyCalled_) { in getAttestationCertificate()
77 getAttestationCertificateAlreadyCalled_ = true; in getAttestationCertificate()
DWritableIdentityCredential.h97 bool getAttestationCertificateAlreadyCalled_ = false; variable