Searched refs:secureUserId (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/ |
D | SecureAccessControlProfile.aidl | 25 long secureUserId;
|
D | IWritableIdentityCredential.aidl | 23 …erCertificate, in boolean userAuthenticationRequired, in long timeoutMillis, in long secureUserId); in addAccessControlProfile() argument
|
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/1/android/hardware/identity/ |
D | SecureAccessControlProfile.aidl | 25 long secureUserId;
|
D | IWritableIdentityCredential.aidl | 23 …erCertificate, in boolean userAuthenticationRequired, in long timeoutMillis, in long secureUserId); in addAccessControlProfile() argument
|
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/ |
D | SecureAccessControlProfile.aidl | 25 long secureUserId;
|
D | IWritableIdentityCredential.aidl | 23 …erCertificate, in boolean userAuthenticationRequired, in long timeoutMillis, in long secureUserId); in addAccessControlProfile() argument
|
/hardware/interfaces/identity/aidl/android/hardware/identity/ |
D | SecureAccessControlProfile.aidl | 57 long secureUserId;
|
D | IWritableIdentityCredential.aidl | 191 in boolean userAuthenticationRequired, in long timeoutMillis, in long secureUserId); in addAccessControlProfile() argument
|
/hardware/interfaces/identity/aidl/default/ |
D | WritableIdentityCredential.cpp | 141 int64_t timeoutMillis, int64_t secureUserId, in addAccessControlProfile() argument 173 if (userAuthenticationRequired && secureUserId == 0) { in addAccessControlProfile() 183 profile.secureUserId = secureUserId; in addAccessControlProfile()
|
D | Util.cpp | 53 map.add("secureUserId", profile.secureUserId); in secureAccessControlProfileEncodeCbor()
|
D | WritableIdentityCredential.h | 54 int64_t timeoutMillis, int64_t secureUserId,
|
D | IdentityCredential.cpp | 209 if (profile.secureUserId != authToken.userId) { in checkUserAuthentication() 210 LOG(ERROR) << "secureUserId in profile (" << profile.secureUserId in checkUserAuthentication()
|
/hardware/interfaces/identity/aidl/vts/ |
D | VtsIdentityTestUtils.cpp | 99 int64_t secureUserId = testProfile.userAuthenticationRequired ? 66 : 0; in addAccessControlProfiles() local 102 testProfile.timeoutMillis, secureUserId, &profile); in addAccessControlProfiles()
|
D | VtsIWritableIdentityCredentialTests.cpp | 248 int64_t secureUserId = testProfile.userAuthenticationRequired ? 66 : 0; in TEST_P() local 251 testProfile.timeoutMillis, secureUserId, &profile); in TEST_P()
|