Home
last modified time | relevance | path

Searched refs:sequence (Results 1 - 8 of 8) sorted by relevance

/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_ut_test.cpp48 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
74 static void TestVBlankCallback(unsigned int sequence, uint64_t ns, void* data) in TestVBlankCallback() argument
77 DISPLAY_TEST_LOGE("seq %{public}d ns %" PRId64 " duration %" PRId64 " ns", sequence, ns, (ns - lastns)); in TestVBlankCallback()
79 VblankCtr::GetInstance().NotifyVblank(sequence, ns, data); in TestVBlankCallback()
82 void VblankCtr::NotifyVblank(unsigned int sequence, uint64_t ns, const void* data) in NotifyVblank() argument
86 DISPLAY_TEST_LOGE("sequence = %{public}u, ns = %" PRIu64 "", sequence, ns); in NotifyVblank()
/test/xts/hats/hdf/display/composer/moduletest/
H A Dhdi_device_test.cpp280 static void TestVBlankCallback(unsigned int sequence, uint64_t ns, void* data) in TestVBlankCallback() argument
283 DISPLAY_TEST_LOGE("seq %{public}d ns %" PRId64 " duration %" PRId64 " ns", sequence, ns, (ns - lastns)); in TestVBlankCallback()
285 VblankCtr::GetInstance().NotifyVblank(sequence, ns, data); in TestVBlankCallback()
395 void VblankCtr::NotifyVblank(unsigned int sequence, uint64_t ns, const void* data) in NotifyVblank() argument
399 DISPLAY_TEST_LOGE("sequence = %{public}u, ns = %" PRIu64 "", sequence, ns); in NotifyVblank()
H A Dhdi_device_test.h58 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
/test/xts/acts/graphic/graphicnapitest/
H A DNativeWindowTest.cpp1255 int32_t sequence = 0; in HWTEST_F() local
1256 ASSERT_EQ(OH_NativeWindow_NativeWindowSetScalingMode(nativeWindow, sequence, in HWTEST_F()
1305 int32_t sequence = 0; in HWTEST_F() local
1306 ASSERT_EQ(OH_NativeWindow_NativeWindowSetMetaData(nativeWindow, sequence, 0, nullptr), in HWTEST_F()
1319 int32_t sequence = 0; in HWTEST_F() local
1321 ASSERT_EQ(OH_NativeWindow_NativeWindowSetMetaData(nativeWindow, sequence, size, nullptr), in HWTEST_F()
1377 int32_t sequence = 0; in HWTEST_F() local
1379 ASSERT_EQ(OH_NativeWindow_NativeWindowSetMetaDataSet(nativeWindow, sequence, key, 0, nullptr), in HWTEST_F()
1392 int32_t sequence = 0; in HWTEST_F() local
1395 ASSERT_EQ(OH_NativeWindow_NativeWindowSetMetaDataSet(nativeWindow, sequence, ke in HWTEST_F()
[all...]
/test/xts/hats/hdf/display/composer/unittest_additional/
H A Dhdi_composer_ut.h46 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.h48 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
H A Dhdi_composer_ut.cpp118 static void TestVBlankCallback(unsigned int sequence, uint64_t ns, void* data) in TestVBlankCallback() argument
121 DISPLAY_TEST_LOGE("seq %{public}d ns %" PRId64 " duration %" PRId64 " ns", sequence, ns, (ns - lastns)); in TestVBlankCallback()
123 VblankCtr::GetInstance().NotifyVblank(sequence, ns, data); in TestVBlankCallback()
219 void VblankCtr::NotifyVblank(unsigned int sequence, uint64_t ns, const void* data) in NotifyVblank() argument
223 DISPLAY_TEST_LOGE("sequence = %{public}u, ns = %" PRIu64 "", sequence, ns); in NotifyVblank()
/test/testfwk/arkxtest/uitest/server/
H A Dsystem_ui_controller.cpp620 LOG_W("Key event sequence injections done with not-released key: %{public}d", downKey); in InjectKeyEventSequence()

Completed in 9 milliseconds