Searched refs:authId (Results 1 – 1 of 1) sorted by relevance
297 int64_t authId; in getAuthenticatorId() local300 authId = mStorage.getAuthenticatorId(); in getAuthenticatorId()303 SESSION_DEBUG("onAuthenticatorIdRetrieved(authId=%" PRId64 ")", authId); in getAuthenticatorId()304 mSessionCb->onAuthenticatorIdRetrieved(authId); in getAuthenticatorId()309 int64_t authId; in invalidateAuthenticatorId() local312 authId = mStorage.invalidateAuthenticatorId(generateInt64()); in invalidateAuthenticatorId()315 SESSION_DEBUG("onAuthenticatorIdInvalidated(authId=%" PRId64 ")", authId); in invalidateAuthenticatorId()316 mSessionCb->onAuthenticatorIdInvalidated(authId); in invalidateAuthenticatorId()