Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp556 AuthPropertyMode authPropMode; in CreateExecutorCommand() local
558 authPropMode = PROPERTY_MODE_UNFREEZE; in CreateExecutorCommand()
560 authPropMode = PROPERTY_MODE_FREEZE; in CreateExecutorCommand()
564 ResultCode ret = GetExecutorMsgList(userId, authPropMode, &executorSendMsg); in CreateExecutorCommand()
586 msg.commandId = static_cast<int32_t>(authPropMode); in CreateExecutorCommand()