/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_ut_test.cpp | 48 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 D | hdi_device_test.cpp | 280 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 D | hdi_device_test.h | 58 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
|
/test/xts/acts/graphic/graphicnapitest/ |
H A D | NativeWindowTest.cpp | 1255 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 D | hdi_composer_ut.h | 46 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
|
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.h | 48 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
|
H A D | hdi_composer_ut.cpp | 118 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 D | system_ui_controller.cpp | 620 LOG_W("Key event sequence injections done with not-released key: %{public}d", downKey); in InjectKeyEventSequence()
|