Searched refs:extraDataJson (Results 1 – 1 of 1) sorted by relevance
144 cJSON* extraDataJson = cJSON_Parse(extraData.c_str()); in IsOHBasedDevice() local145 if (extraDataJson == NULL) { in IsOHBasedDevice()150 cJSON* osTypeJson = cJSON_GetObjectItem(extraDataJson, DistributedHardware::PARAM_KEY_OS_TYPE); in IsOHBasedDevice()154 cJSON_Delete(extraDataJson); in IsOHBasedDevice()