Searched refs:osTypeJson (Results 1 – 1 of 1) sorted by relevance
150 cJSON* osTypeJson = cJSON_GetObjectItem(extraDataJson, DistributedHardware::PARAM_KEY_OS_TYPE); in IsOHBasedDevice() local151 if (cJSON_IsNumber(osTypeJson)) { in IsOHBasedDevice()152 osType = static_cast<int32_t>(osTypeJson->valueint); in IsOHBasedDevice()