Searched refs:authLevel (Results 1 – 1 of 1) sorted by relevance
146 bool authLevel = false; in ProcessDeviceLevel() local148 (void)GetBoolFromJson(authParam, FIELD_IS_DEVICE_LEVEL, &authLevel); in ProcessDeviceLevel()149 if (AddBoolToJson(authParam, FIELD_IS_DEVICE_LEVEL, receiveLevel && authLevel) != HC_SUCCESS) { in ProcessDeviceLevel()