Home
last modified time | relevance | path

Searched defs:timeStamp (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/ets/workers/
Dworker_026.js28 parentPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
29 parentPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
31 parentPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
32 parentPort.dispatchEvent({type:"onceTest", timeStamp:0}) property
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/ets/workers/
Dnewworker_030.js28 workerPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
29 workerPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
31 workerPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
32 workerPort.dispatchEvent({type:"onceTest", timeStamp:0}) property
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/ets/test/
DWorkerTest.test.js509 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
542 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
543 ss.dispatchEvent({type: "lisi", timeStamp: 0}) property
575 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
607 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
640 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
675 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
676 ss.dispatchEvent({type: "lisi", timeStamp: 0}) property
706 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
707 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
[all …]
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/ets/test/
DThreadWorker.test.js637 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
669 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
670 ss.dispatchEvent({type: "lisi", timeStamp: 0}) property
701 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
804 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
841 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
873 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
907 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
908 ss.dispatchEvent({type: "lisi", timeStamp: 0}) property
1015 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
[all …]
/test/xts/acts/graphic/graphicnapitest/
DNativeImageTest.cpp362 int64_t timeStamp = OH_NativeImage_GetTimestamp(nullptr); variable
373 int64_t timeStamp = OH_NativeImage_GetTimestamp(image); variable
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
Dnative_xcomponent.cpp445 int64_t timeStamp; in OnKeyEvent() local