Searched refs:devArraySize (Results 1 – 1 of 1) sorted by relevance
175 int32_t devArraySize = cJSON_GetArraySize(devJson); in IsTrustedDeviceInAGroup() local176 for (int32_t j = 0; j < devArraySize; j++) { in IsTrustedDeviceInAGroup()