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