Searched refs:deviceTypeObject (Results 1 – 3 of 3) sorted by relevance
61 static bool CheckDeviceTypeIsValid(const cJSON *deviceTypeObject);
508 bool GtBundleParser::CheckDeviceTypeIsValid(const cJSON *deviceTypeObject) in CheckDeviceTypeIsValid() argument510 if (!cJSON_IsArray(deviceTypeObject)) { in CheckDeviceTypeIsValid()520 cJSON_ArrayForEach(object, deviceTypeObject) { in CheckDeviceTypeIsValid()
772 napi_value deviceTypeObject = DeviceTypeInit(env); in ConnectionPropertyValueInit() local782 DECLARE_NAPI_PROPERTY("DeviceType", deviceTypeObject), in ConnectionPropertyValueInit()