Searched refs:isDriverMatched (Results 1 – 7 of 7) sorted by relevance
177 if (!parcel.WriteBool(isDriverMatched)) { in Marshalling()265 bool isDriverMatched = false; in UnMarshalling() local266 if (!parcel.ReadBool(isDriverMatched)) { in UnMarshalling()287 deviceInfo->isDriverMatched = isDriverMatched; in UnMarshalling()
413 console.log('deviceInfo.isDriverMatched:' + deviceInfo.isDriverMatched);414 expect(typeof(deviceInfo.isDriverMatched)).assertEqual('boolean');415 if (deviceInfo.isDriverMatched) {
214 tempDeviceInfo->isDriverMatched = device->HasDriver(); in ParseToDeviceInfoData()215 if (tempDeviceInfo->isDriverMatched) { in ParseToDeviceInfoData()
77 bool isDriverMatched = false; variable
128 | isDriverMatched | boolean | 是 | 设备是否匹配到驱动。 |
128 | isDriverMatched | boolean | Yes | Whether the device matches the driver. |
413 NAPI_CALL(env, napi_get_boolean(env, deviceInfo->isDriverMatched, &value)); in ConvertToJsDeviceInfo()415 if (deviceInfo->isDriverMatched) { in ConvertToJsDeviceInfo()