Home
last modified time | relevance | path

Searched refs:unlockParam (Results 1 - 1 of 1) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp198 HdiReuseUnlockParam unlockParam = {}; in CheckReuseUnlockResult() local
199 unlockParam.baseParam.userId = para.userId; in CheckReuseUnlockResult()
200 unlockParam.baseParam.authTrustLevel = authParam.authTrustLevel; in CheckReuseUnlockResult()
202 unlockParam.authTypes.emplace_back(static_cast<HdiAuthType>(type)); in CheckReuseUnlockResult()
204 unlockParam.baseParam.challenge = authParam.challenge; in CheckReuseUnlockResult()
205 unlockParam.baseParam.callerName = para.callerName; in CheckReuseUnlockResult()
206 unlockParam.baseParam.callerType = para.callerType; in CheckReuseUnlockResult()
207 unlockParam.baseParam.apiVersion = para.sdkVersion; in CheckReuseUnlockResult()
208 unlockParam.reuseUnlockResultMode = authParam.reuseUnlockResult.reuseMode; in CheckReuseUnlockResult()
209 unlockParam in CheckReuseUnlockResult()
[all...]

Completed in 1 milliseconds