Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session.c145 bool receiveLevel = false; in ProcessDeviceLevel() local
147 (void)GetBoolFromJson(receiveData, FIELD_IS_DEVICE_LEVEL, &receiveLevel); in ProcessDeviceLevel()
149 if (AddBoolToJson(authParam, FIELD_IS_DEVICE_LEVEL, receiveLevel && authLevel) != HC_SUCCESS) { in ProcessDeviceLevel()