Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 25 of 66) sorted by relevance

123

/test/xts/acts/sensors/sensor_standard/entry/src/ohosTest/js/test/
DSensorOnOffTest.test_newAmbient_Light.test.js205 sensor.on(sensor.SensorId.AMBIENT_LIGHT, callback, {'interval': 100000000}); property
254 … sensor.on(sensor.SensorId.AMBIENT_LIGHT, onSensorCallback, {'interval': 100000000}, 5); property
625 }, {'interval': 100000000}); property
686 }, {'interval': 100000000}); property
701 }, {'interval': 100000000}); property
830 sensor.on(sensor.SensorId.AMBIENT_LIGHT, callback, { 'interval': 100000000 }); property
831 sensor.on(sensor.SensorId.AMBIENT_LIGHT, callback2, { 'interval': 100000000 }); property
911 … sensor.on(sensor.SensorId.AMBIENT_LIGHT, callback, {'interval': -100000000}); property
949 sensor.on(sensor.SensorId.AMBIENT_LIGHT, callback, { 'interval': undefined }); property
950 sensor.on(sensor.SensorId.AMBIENT_LIGHT, callback2, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldRotatingVector.test.js124 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, { 'interval': 100000000 }); property
164 …(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, onSensorCallback, { 'interval': 100000000 }, 5); property
444 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, { 'interval': 100000000 }); property
477 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, { 'interval': 100000000 }); property
478 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback2, { 'interval': 100000000 }); property
519 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, { 'interval': 100000000 }); property
520 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback2, { 'interval': 100000000 }); property
553 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, { 'interval': undefined }); property
554 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback2, { 'interval': undefined }); property
594 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldGravity.test.js122 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, { 'interval': 100000000 }); property
162 …ensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, onSensorCallback, { 'interval': 100000000 }, 5); property
439 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, { 'interval': 100000000 }); property
472 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, { 'interval': 100000000 }); property
473 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback2, { 'interval': 100000000 }); property
514 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, { 'interval': 100000000 }); property
515 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback2, { 'interval': 100000000 }); property
548 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, { 'interval': undefined }); property
549 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback2, { 'interval': undefined }); property
589 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldHall.test.js118 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback, { 'interval': 100000000 }); property
156 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, onSensorCallback, { 'interval': 100000000 }, 5); property
429 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback, { 'interval': 100000000 }); property
462 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback, { 'interval': 100000000 }); property
463 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback2, { 'interval': 100000000 }); property
504 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback, { 'interval': 100000000 }); property
505 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback2, { 'interval': 100000000 }); property
538 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback, { 'interval': undefined }); property
539 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback2, { 'interval': undefined }); property
579 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_HALL, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldBarometer.test.js123 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback, { 'interval': 100000000 }); property
162 …sor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, onSensorCallback, { 'interval': 100000000 }, 5); property
444 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback, { 'interval': 100000000 }); property
478 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback, { 'interval': 100000000 }); property
479 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback2, { 'interval': 100000000 }); property
521 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback, { 'interval': 100000000 }); property
522 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback2, { 'interval': 100000000 }); property
556 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback, { 'interval': undefined }); property
557 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback2, { 'interval': undefined }); property
598 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_BAROMETER, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldMagneticField.test.js122 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, { 'interval': 100000000 }); property
162 …n(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, onSensorCallback, { 'interval': 100000000 }, 5); property
441 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, { 'interval': 100000000 }); property
474 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, { 'interval': 100000000 }); property
475 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback2, { 'interval': 100000000 }); property
516 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, { 'interval': 100000000 }); property
517 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback2, { 'interval': 100000000 }); property
550 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, { 'interval': undefined }); property
551 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback2, { 'interval': undefined }); property
591 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldGyroScope.test.js122 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback, { 'interval': 100000000 }); property
162 …sor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, onSensorCallback, { 'interval': 100000000 }, 5); property
440 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback, { 'interval': 100000000 }); property
473 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback, { 'interval': 100000000 }); property
474 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback2, { 'interval': 100000000 }); property
515 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback, { 'interval': 100000000 }); property
516 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback2, { 'interval': 100000000 }); property
549 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback, { 'interval': undefined }); property
550 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback2, { 'interval': undefined }); property
590 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldOrientating.test.js122 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, { 'interval': 100000000 }); property
162 …r.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, onSensorCallback, { 'interval': 100000000 }, 5); property
440 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, { 'interval': 100000000 }); property
473 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, { 'interval': 100000000 }); property
474 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback2, { 'interval': 100000000 }); property
515 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, { 'interval': 100000000 }); property
516 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback2, { 'interval': 100000000 }); property
549 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, { 'interval': undefined }); property
550 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback2, { 'interval': undefined }); property
590 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldAmbient_light.test.js121 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, { 'interval': 100000000 }); property
161 …on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, onSensorCallback, { 'interval': 100000000 }, 5); property
440 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, { 'interval': 100000000 }); property
473 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, { 'interval': 100000000 }); property
474 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback2, { 'interval': 100000000 }); property
515 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, { 'interval': 100000000 }); property
516 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback2, { 'interval': 100000000 }); property
549 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, { 'interval': undefined }); property
550 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback2, { 'interval': undefined }); property
590 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_oldAccelerometer.test.js125 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, { 'interval': 100000000 }); property
166 …on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, onSensorCallback, { 'interval': 100000000 }, 5); property
463 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, { 'interval': 100000000 }); property
497 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, { 'interval': 100000000 }); property
498 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback2, { 'interval': 100000000 }); property
540 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, { 'interval': 100000000 }); property
541 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback2, { 'interval': 100000000 }); property
573 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, { 'interval': undefined }); property
574 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback2, { 'interval': undefined }); property
615 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_newRotatingVector.test.js184 sensor.on(sensor.SensorId.ROTATION_VECTOR, callback, {'interval': 100000000}); property
233 … sensor.on(sensor.SensorId.ROTATION_VECTOR, onSensorCallback, {'interval': 100000000}, 5); property
614 }, {'interval': 100000000}); property
679 }, {'interval': 100000000}); property
695 }, {'interval': 100000000}); property
824 sensor.on(sensor.SensorId.ROTATION_VECTOR, callback, { 'interval': 100000000 }); property
825 … sensor.on(sensor.SensorId.ROTATION_VECTOR, callback2, { 'interval': 100000000 }); property
905 … sensor.on(sensor.SensorId.ROTATION_VECTOR, callback, {'interval': -100000000}); property
943 sensor.on(sensor.SensorId.ROTATION_VECTOR, callback, { 'interval': undefined }); property
944 … sensor.on(sensor.SensorId.ROTATION_VECTOR, callback2, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_newHall.test.js177 sensor.on(sensor.SensorId.HALL, callback, {'interval': 100000000}); property
224 sensor.on(sensor.SensorId.HALL, onSensorCallback, {'interval': 100000000}, 5); property
589 }, {'interval': 100000000}); property
648 }, {'interval': 100000000}); property
661 }, {'interval': 100000000}); property
786 sensor.on(sensor.SensorId.HALL, callback, { 'interval': 100000000 }); property
787 sensor.on(sensor.SensorId.HALL, callback2, { 'interval': 100000000 }); property
866 sensor.on(sensor.SensorId.HALL, callback, {'interval': -100000000}); property
903 sensor.on(sensor.SensorId.HALL, callback, { 'interval': undefined }); property
904 sensor.on(sensor.SensorId.HALL, callback2, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_newColor.test.js215 sensor.on(sensor.SensorId.COLOR, callback, {'interval': 100000000}); property
255 sensor.on(sensor.SensorId.COLOR, onSensorCallback, {'interval': 100000000}, 5); property
579 sensor.on(sensor.SensorId.COLOR, callback, { 'interval': undefined }); property
580 sensor.on(sensor.SensorId.COLOR, callback2, { 'interval': undefined }); property
633 }, {'interval': 100000000}); property
694 }, {'interval': 100000000}); property
708 }, {'interval': 100000000}); property
837 sensor.on(sensor.SensorId.COLOR, callback, { 'interval': 100000000 }); property
838 sensor.on(sensor.SensorId.COLOR, callback2, { 'interval': 100000000 }); property
918 sensor.on(sensor.SensorId.COLOR, callback, {'interval': -100000000}); property
[all …]
DSensorOnOffTest.test_newMagneticField.test.js212 sensor.on(sensor.SensorId.MAGNETIC_FIELD, callback, {'interval': 100000000}); property
261 … sensor.on(sensor.SensorId.MAGNETIC_FIELD, onSensorCallback, {'interval': 100000000}, 5); property
635 }, {'interval': 100000000}); property
698 }, {'interval': 100000000}); property
713 }, {'interval': 100000000}); property
839 sensor.on(sensor.SensorId.MAGNETIC_FIELD, callback, { 'interval': 100000000 }); property
840 sensor.on(sensor.SensorId.MAGNETIC_FIELD, callback2, { 'interval': 100000000 }); property
919 … sensor.on(sensor.SensorId.MAGNETIC_FIELD, callback, {'interval': -100000000}); property
957 sensor.on(sensor.SensorId.MAGNETIC_FIELD, callback, { 'interval': undefined }); property
1000 sensor.on(sensor.SensorId.MAGNETIC_FIELD, callback, { 'interval': null }); property
[all …]
DSensorOnOffTest.test_newOrientating.test.js182 sensor.on(sensor.SensorId.ORIENTATION, callback, {'interval': 100000000}); property
231 … sensor.on(sensor.SensorId.ORIENTATION, onSensorCallback, {'interval': 100000000}, 5); property
607 }, {'interval': 100000000}); property
670 }, {'interval': 100000000}); property
685 }, {'interval': 100000000}); property
810 sensor.on(sensor.SensorId.ORIENTATION, callback, { 'interval': 100000000 }); property
811 sensor.on(sensor.SensorId.ORIENTATION, callback2, { 'interval': 100000000 }); property
891 sensor.on(sensor.SensorId.ORIENTATION, callback, {'interval': -100000000}); property
961 sensor.on(sensor.SensorId.ORIENTATION, callback, { 'interval': undefined }); property
962 sensor.on(sensor.SensorId.ORIENTATION, callback2, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_newGyroScope.test.js182 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property
231 … sensor.on(sensor.SensorId.GYROSCOPE, onSensorCallback, {'interval': 100000000}, 5); property
603 }, {'interval': 100000000}); property
666 }, {'interval': 100000000}); property
681 }, {'interval': 100000000}); property
807 sensor.on(sensor.SensorId.GYROSCOPE, callback, { 'interval': 100000000 }); property
808 sensor.on(sensor.SensorId.GYROSCOPE, callback2, { 'interval': 100000000 }); property
887 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': -100000000}); property
924 sensor.on(sensor.SensorId.GYROSCOPE, callback, { 'interval': undefined }); property
925 sensor.on(sensor.SensorId.GYROSCOPE, callback2, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_newSar.test.js212 sensor.on(sensor.SensorId.SAR, callback, {'interval': 100000000}); property
259 sensor.on(sensor.SensorId.SAR, onSensorCallback, {'interval': 100000000}, 5); property
578 sensor.on(sensor.SensorId.SAR, callback, { 'interval': undefined }); property
579 sensor.on(sensor.SensorId.SAR, callback2, { 'interval': undefined }); property
631 }, {'interval': 100000000}); property
690 }, {'interval': 100000000}); property
703 }, {'interval': 100000000}); property
737 sensor.on(sensor.SensorId.SAR, callback, { 'interval': 100000000 }); property
739 sensor.on(sensor.SensorId.SAR, callback, { 'interval': 100000000 }); property
825 sensor.on(sensor.SensorId.SAR, callback, { 'interval': 100000000 }); property
[all …]
DSensorOnOffTest.test_newBarometer.test.js179 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property
226 … sensor.on(sensor.SensorId.BAROMETER, onSensorCallback, {'interval': 100000000}, 5); property
591 }, {'interval': 100000000}); property
650 }, {'interval': 100000000}); property
663 }, {'interval': 100000000}); property
792 sensor.on(sensor.SensorId.BAROMETER, callback, { 'interval': 100000000 }); property
793 sensor.on(sensor.SensorId.BAROMETER, callback2, { 'interval': 100000000 }); property
873 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': -100000000}); property
911 sensor.on(sensor.SensorId.BAROMETER, callback, { 'interval': undefined }); property
912 sensor.on(sensor.SensorId.BAROMETER, callback2, { 'interval': undefined }); property
[all …]
DSensorOnOffTest.test_SensorFrequencyTest.test.js87 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 'game'}); property
124 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 'ui'}); property
161 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 'normal'}); property
198 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 'game'}); property
235 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 'ui'}); property
272 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 'normal'}); property
309 sensor.on(sensor.SensorId.ORIENTATION, callback2, {'interval': 'game'}); property
346 sensor.on(sensor.SensorId.ORIENTATION, callback2, {'interval': 'ui'}); property
383 sensor.on(sensor.SensorId.ORIENTATION, callback2, {'interval': 'normal'}); property
DSensorOnOffTest.test_newGravity.test.js213 sensor.on(sensor.SensorId.GRAVITY, callback, {'interval': 100000000}); property
262 … sensor.on(sensor.SensorId.GRAVITY, onSensorCallback, {'interval': 100000000}, 5); property
638 }, {'interval': 100000000}); property
701 }, {'interval': 100000000}); property
716 }, {'interval': 100000000}); property
845 sensor.on(sensor.SensorId.GRAVITY, callback, { 'interval': 100000000 }); property
846 sensor.on(sensor.SensorId.GRAVITY, callback2, { 'interval': 100000000 }); property
926 sensor.on(sensor.SensorId.GRAVITY, callback, {'interval': -100000000}); property
996 sensor.on(sensor.SensorId.GRAVITY, callback, { 'interval': undefined }); property
1040 sensor.on(sensor.SensorId.GRAVITY, callback, { 'interval': null }); property
[all …]
DSensorOnOffTest.test_newAccelerometer.test.js179 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 100000000}); property
228 … sensor.on(sensor.SensorId.ACCELEROMETER, onSensorCallback, {'interval': 100000000}, 5); property
613 }, {'interval': 100000000}); property
675 }, {'interval': 100000000}); property
690 }, {'interval': 100000000}); property
816 sensor.on(sensor.SensorId.ACCELEROMETER, callback, { 'interval': 100000000 }); property
817 sensor.on(sensor.SensorId.ACCELEROMETER, callback2, { 'interval': 100000000 }); property
858 sensor.on(sensor.SensorId.ACCELEROMETER, callback, { 'interval': undefined }); property
859 sensor.on(sensor.SensorId.ACCELEROMETER, callback2, { 'interval': undefined }); property
900 … sensor.on(sensor.SensorId.ACCELEROMETER, callback, { 'interval': undefined }); property
[all …]
DSubscribe_subscribeAccelerometer.test.js79 interval: 'game', property
122 interval: 'ui', property
165 interval: 'normal', property
208 interval: 'normal', property
222 interval: 'normal', property
265 interval: 'xxx', property
305 interval: 'normal', property
344 interval: 'game', property
358 interval: 'normal', property
402 interval: 'game', property
[all …]
DSubscribe_subscribeGyroscope.test.js77 interval: 'game', property
118 interval: 'ui', property
159 interval: 'normal', property
200 interval: 'normal', property
214 interval: 'normal', property
255 interval: 'xxx', property
294 interval: 'normal', property
333 interval: 'normal', property
376 interval: 'game', property
414 interval: 'ui', property
[all …]
DSubscribe_subscribeLight.test.js75 interval: 'game', property
117 interval: 'ui', property
160 interval: 'normal', property
202 interval: 'normal', property
217 interval: 'normal', property
259 interval: 'xxx', property
299 interval: 'normal', property
335 interval: 'game', property
375 interval: 'game', property
414 interval: 'ui', property
[all …]
DSensorOnOffTest.test_oldPedometer_Detection.test.js523 …sensor.on(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback, {'interval': 100000000}); property
559 …sor.on(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback, {'interval': 100000000}, 5); property
599 …n(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, onSensorCallback, {'interval': 100000000}); property
672 }, {'interval': 100000000}); property
718 }, {'interval': -100000000}); property
751 …nsor.on(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback, { 'interval': undefined }); property
787 …nsor.on(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback, { 'interval': undefined }); property
788 …sor.on(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback2, { 'interval': undefined }); property
824 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback, { 'interval': null }); property
825 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback2, { 'interval': null }); property

123