Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredentialStore.cpp35 hardwareInformation_.credentialStoreName = "Identity Credential Reference Implementation"; in IdentityCredentialStore()
36 hardwareInformation_.credentialStoreAuthorName = "Google"; in IdentityCredentialStore()
37 hardwareInformation_.dataChunkSize = kGcmChunkSize; in IdentityCredentialStore()
38 hardwareInformation_.isDirectAccess = false; in IdentityCredentialStore()
39 hardwareInformation_.supportedDocTypes = {}; in IdentityCredentialStore()
40 hardwareInformation_.isRemoteKeyProvisioningSupported = in IdentityCredentialStore()
46 *hardwareInformation = hardwareInformation_; in getHardwareInformation()
56 hardwareInformation_); in createCredential()
77 hwProxyFactory_, credentialData, nullptr /* session */, hardwareInformation_); in getCredential()
98 hwProxyFactory_, hwProxy, hardwareInformation_); in createPresentationSession()
DPresentationSession.h45 hardwareInformation_(std::move(hardwareInformation)) {} in PresentationSession()
71 HardwareInformation hardwareInformation_; variable
DWritableIdentityCredential.h49 hardwareInformation_(std::move(hardwareInformation)) {} in WritableIdentityCredential()
94 HardwareInformation hardwareInformation_; variable
DIdentityCredential.h57 hardwareInformation_(std::move(hardwareInformation)), in IdentityCredential()
112 HardwareInformation hardwareInformation_; variable
DIdentityCredentialStore.h65 HardwareInformation hardwareInformation_; variable
DPresentationSession.cpp130 hwProxyFactory_, credentialData, p, hardwareInformation_); in getCredential()
DWritableIdentityCredential.cpp421 if (!hardwareInformation_.isRemoteKeyProvisioningSupported) { in setRemotelyProvisionedAttestationKey()
DIdentityCredential.cpp1051 provisioningHwProxy, docType_, testCredential_, hardwareInformation_); in updateCredential()