Home
last modified time | relevance | path

Searched refs:authLevel (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.c146 bool authLevel = false; in ProcessDeviceLevel() local
148 (void)GetBoolFromJson(authParam, FIELD_IS_DEVICE_LEVEL, &authLevel); in ProcessDeviceLevel()
149 if (AddBoolToJson(authParam, FIELD_IS_DEVICE_LEVEL, receiveLevel && authLevel) != HC_SUCCESS) { in ProcessDeviceLevel()