Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 25 of 105) sorted by relevance

12345

/test/xts/acts/sensors/sensor_standard/src/main/js/test/
DSubscribe_subscribeAccelerometer.test.js61 interval: 'game', property
87 interval: 'ui', property
113 interval: 'normal', property
139 interval: 'normal', property
153 interval: 'normal', property
179 interval: 'xxx', property
202 interval: 'normal', property
224 interval: 'game', property
238 interval: 'normal', property
264 interval: 'game', property
[all …]
DSubscribe_subscribeLight.test.js69 interval: 'game', property
105 interval: 'ui', property
142 interval: 'normal', property
178 interval: 'normal', property
190 interval: 'normal', property
226 interval: 'xxx', property
260 interval: 'normal', property
290 interval: 'game', property
324 interval: 'game', property
357 interval: 'ui', property
[all …]
DSubscribe_subscribeCompass.test.js61 interval: 'game', property
87 interval: 'ui', property
109 interval: 'normal', property
131 interval: 'normal', property
144 interval: 'normal', property
167 interval: 'xxx', property
189 interval: 'normal', property
DSubscribe_subscribeGyroscope.test.js70 interval: 'game', property
108 interval: 'ui', property
146 interval: 'normal', property
184 interval: 'normal', property
198 interval: 'normal', property
236 interval: 'xxx', property
272 interval: 'normal', property
308 interval: 'normal', property
348 interval: 'game', property
383 interval: 'ui', property
[all …]
DSubscribe_subscribeDeviceOrientation.test.js70 interval: 'game', property
111 interval: 'ui', property
153 interval: 'normal', property
194 interval: 'normal', property
209 interval: 'normal', property
249 interval: 'xxx', property
286 interval: 'normal', property
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_swiper/src/main/ets/TestAbility/pages/
DIndex.ets88 .interval(4000)
113 .interval(4000)
138 .interval(4000)
163 .interval(4000)
187 .interval(4000)
211 .interval(4000)
235 .interval(4000)
259 .interval(4000)
283 .interval(4000)
307 .interval(4000)
[all …]
/test/ostest/wukong/input_factory/src/
Drecord_input.cpp40 int interval = 1; member
69 outFile << data.interval << std::endl; in WriteEventData()
110 int interval = -1; in ReadEventLine() local
123 interval = std::stoi(caseInfo[NUMTWO]); in ReadEventLine()
124 INFO_LOG_STR("Position: (%d,%d) interval: %d", xPosi, yPosi, interval); in ReadEventLine()
134 usleep(interval * INTERVALTIME); in ReadEventLine()
156 data.interval = INTERVALTIME; in OnInputEvent()
158 data.interval = currentTime - g_timeTemp; in OnInputEvent()
164 …INFO_LOG_STR("PointerEvent received. interval: %d xPosi: %d yPosi: %d", data.interval, data.xPosi,… in OnInputEvent()
/test/xts/acts/communication/bluetooth_standard/src/main/js/test/
DBtGattAdvertiser.test.js124 interval:150, property
178 interval:20, property
232 interval:10485, property
286 interval:10500, property
340 interval:19, property
394 interval:1000, property
448 interval:1000, property
502 interval:1000, property
556 interval:1000, property
610 interval:1000, property
[all …]
/test/xts/acts/communication/bluetooth_gatt/src/main/js/test/
DBtManagerGattAdvertiser.test.js125 interval:150, property
181 interval:32, property
237 interval:10485, property
293 interval:16384, property
349 interval:32, property
405 interval:1000, property
459 interval:1000, property
515 interval:1000, property
569 interval:1000, property
625 interval:1000, property
[all …]
/test/xts/acts/communication/btmanager_errorcode401/src/main/js/test/
DBtMGattAdvertiser401.test.js225 interval:'sss', property
271 interval:10385, property
317 interval:10385, property
363 interval:10385, property
398 interval:10385, property
443 interval:10385, property
485 interval:10385, property
522 interval:10385, property
563 interval:10385, property
/test/xts/acts/arkui/ace_ets_component_api_five/src/main/ets/TestAbility/pages/
DSwiperMargin.ets40 .interval(1000)
65 .interval(1000)
90 .interval(1000)
115 .interval(1000)
/test/xts/acts/communication/bluetooth_scanpairing/src/main/js/test/
DBtBleScanResult.test.js203 interval: 100, property
229 interval: 100, property
259 interval: 100, property
287 interval: 0, property
316 interval: 500, property
345 interval: 500, property
374 interval: 500, property
407 interval: 500, property
567 interval: 500, property
/test/xts/acts/arkui/ace_ets_component/entry/src/main/ets/MainAbility/pages/
Dswiper.ets52 @State interval: number = 4000
85 .interval(this.interval)
202 if (eventData.data.interval != null) {
203 this.interval = eventData.data.interval;
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_swiper_test/entry/src/main/ets/test/Swiper/Swiper_ParmsChange/
DswiperAutoPlay_4.test.ets49 * @tc.desc Set swiper's AutoPlay value ' false ' and interval values '-1000'.
75 console.info("The interval value is " + JSON.stringify(obj.$attrs.interval));
82 expect(obj.$attrs.interval).assertEqual('3000');
DswiperAutoPlay_2.test.ets49 * @tc.desc Set swiper's AutoPlay value ' false ' and interval values '1000'.
75 console.info("The interval value is " + JSON.stringify(obj.$attrs.interval));
82 expect(obj.$attrs.interval).assertEqual('1000');
DswiperAutoPlay_1.test.ets49 * @tc.desc Set swiper's AutoPlay value ' true ' and interval values '1000'.
76 console.info("The interval value is " + JSON.stringify(obj.$attrs.interval));
83 expect(obj.$attrs.interval).assertEqual('1000');
DswiperAutoPlay_3.test.ets75 console.info("The interval value is " + JSON.stringify(obj.$attrs.interval));
82 expect(obj.$attrs.interval).assertEqual('3000');
/test/xts/acts/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/TestAbility/pages/
Dswiper.ets104 .interval(4000)
160 .interval(4000)
214 .interval(4000)
268 .interval(4000)
322 .interval(4000)
/test/testfwk/arkxtest/uitest/record/
Dpointer_tracker.h124 auto interval = inter.count(); in GetInterVal() local
125 return interval; in GetInterVal()
/test/ostest/wukong/
DREADME_zh.md75 | -i, --interval | 设置执行间隔。 | 否 | 单位ms,默认1500ms。 |
105 | -i,--interval | 设置执行间隔。 | 否 | 单位ms,默认1500ms。 |
DREADME.md75 | -i, --interval | Set the execution interval. | No | Unit ms, default 1500ms. |
103 | -i,--interval | Set the execution interval. | No | Unit ms, default 1500ms. |
131 | -i | 1000 | Parameter Settings apply pull up interval, 1000 unit ms. |
148 …e application pull up, set the random seed, set the application pull up interval, set the applicat…
/test/xts/acts/arkui/ace_ets_test/entry/src/main/ets/test/
DSwiperJsunit.test.ets97 console.log('Swiper‘s interval is ' + JSON.stringify(obj.$attrs.interval))
106 expect(obj.$attrs.interval).assertEqual('4000')
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/
DpageRoute.ets26 @State private interval:number = 0;
66 this.interval = setInterval(function(){
/test/xts/acts/communication/bluetooth_ble/src/main/ets/test/
DBluetoothBle.test.ets122 interval: 500,
313 interval: 100,
343 interval: 100,
377 interval: 100,
410 interval: 0,
443 interval: 500,
476 interval: 500,
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/test/
Dswiper.test.ets125 console.info("[testswiperCurve0005] component interval strJson:" + strJson);
128 expect(obj.$attrs.interval).assertEqual("4000");
129 console.info("[testswiperCurve0005] interval value :" + obj.$attrs.interval);

12345