Lines Matching refs:supported
47 |801 | Capability not supported. |
99 |801 | Capability not supported. |
144 |801 | Capability not supported. |
196 |801 | Capability not supported. |
230 | callback | AsyncCallback<boolean> | 是 | 通过注册回调函数获取设备是否支持佩戴检测。如果成功,值在supported中返回。 |
241 |801 | Capability not supported. |
250 wearDetection.isWearDetectionSupported('XX:XX:XX:XX:XX:XX', (err, supported) => {
251 console.info('device support wear detection ' + supported);
280 | Promise<boolean> | 以Promise的形式获取设备是否支持佩戴检测。如果成功,值在supported中返回。 |
291 |801 | Capability not supported. |
300 wearDetection.isWearDetectionSupported('XX:XX:XX:XX:XX:XX').then((supported) => {
301 console.info('device support wear detection ' + supported);
336 |801 | Capability not supported. |
386 |801 | Capability not supported. |