Searched refs:ev (Results 1 – 3 of 3) sorted by relevance
/test/xts/tools/sample/ServerSampleD/vue/src/views/oh-sample/video/ |
D | VideoModal.vue | 69 const onPlay = (ev) => { 70 console.log(ev, '播放'); 73 const onPause = (ev) => { 74 console.log(ev, '暂停'); 77 const onTimeupdate = (ev) => { 78 console.log(ev, '时间更新'); 81 const onCanplay = (ev) => { 82 console.log(ev, '可以播放');
|
/test/xts/acts/kernel_lite/time_posix/src/ |
D | AlarmTest.cpp | 219 struct sigevent ev = {0}; variable 223 ev.sigev_signo = SIGUSR1; 224 ev.sigev_notify = SIGEV_SIGNAL; 225 EXPECT_EQ(timer_create(CLOCK_REALTIME, &ev, &tid), 0) << "ERROR: timer_create() != 0"; 236 EXPECT_EQ(mReceivedSignal, ev.sigev_signo) << "mReceivedSignal != ev.sigev_signo"; 392 struct sigevent ev = {0}; variable 400 ev.sigev_signo = SIGINT; 401 ev.sigev_notify = SIGEV_SIGNAL; 402 EXPECT_EQ(timer_create(CLOCK_REALTIME, &ev, &tid), 0) << "ERROR: timer_create() != 0"; 438 EXPECT_EQ(mReceivedSignal, ev.sigev_signo) << "mReceivedSignal != ev.sigev_signo"; [all …]
|
/test/xts/acts/graphic/webGL/src/main/js/test/ |
D | WebGL2.js | 124 image.onload = ev => { argument 127 image.onerror = ev => { argument 128 reject(ev);
|