Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp211 HdiReuseUnlockParam unlockParam = {}; in CheckReuseUnlockResult() local
212 unlockParam.baseParam.userId = para.userId; in CheckReuseUnlockResult()
213 unlockParam.baseParam.authTrustLevel = authParam.authTrustLevel; in CheckReuseUnlockResult()
215 unlockParam.authTypes.emplace_back(static_cast<HdiAuthType>(type)); in CheckReuseUnlockResult()
217 unlockParam.baseParam.challenge = authParam.challenge; in CheckReuseUnlockResult()
218 unlockParam.baseParam.callerName = para.callerName; in CheckReuseUnlockResult()
219 unlockParam.baseParam.callerType = para.callerType; in CheckReuseUnlockResult()
220 unlockParam.baseParam.apiVersion = para.sdkVersion; in CheckReuseUnlockResult()
221 unlockParam.reuseUnlockResultMode = authParam.reuseUnlockResult.reuseMode; in CheckReuseUnlockResult()
222 unlockParam.reuseUnlockResultDuration = authParam.reuseUnlockResult.reuseDuration; in CheckReuseUnlockResult()
[all …]