Home
last modified time | relevance | path

Searched refs:GetSize (Results 1 – 16 of 16) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dui_action_test.cpp56 ASSERT_EQ(2, events.GetSize()); // up & down in TEST_F()
76 ASSERT_EQ(2, events.GetSize()); // up & down in TEST_F()
98 ASSERT_EQ(4, events.GetSize()); // up-down-interval-up-down in TEST_F()
136 const int32_t steps = events.GetSize() - 1; in TEST_F()
146 for (uint32_t event = 0; event < events.GetSize(); event++) { in TEST_F()
156 } else if (step == events.GetSize() - 1) { in TEST_F()
191 for (uint32_t event = 0; event < events.GetSize(); event++) { in TEST_F()
201 } else if (step == events.GetSize() - 1) { in TEST_F()
224 ASSERT_EQ(102, events.GetSize()); in TEST_F()
291 ASSERT_EQ(10, events.GetSize()); in TEST_F()
[all …]
Dwidget_operator_test.cpp301 for (uint32_t event = 0; event < MockController::touch_event_records_->GetSize() - 1; event++) { in TEST_F()
309 for (uint32_t idx = 0; idx < MockController::touch_event_records_->GetSize() - 1; idx++) { in TEST_F()
/test/testfwk/arkxtest/uitest/core/
Dui_action.cpp86 for (uint32_t idx = 1; idx < pointer.GetSize(); idx++) { in DecomposeComputeSwipe()
109 for (uint32_t index = 0; index < recv.GetSize(); index++) { in Decompose()
118 for (uint32_t index = 0; index < recv.GetSize(); index++) { in Decompose()
145 for (uint32_t index = 0; index < pointer1.GetSize(); index++) { in Decompose()
148 for (uint32_t index = 0; index < pointer2.GetSize(); index++) { in Decompose()
244 uint32_t PointerMatrix::GetSize() const in GetSize() function in OHOS::uitest::PointerMatrix
Dui_action.h123 uint32_t GetSize() const;
/test/xts/dcts/distributedhardware/distributedcameratest/
Dstream_customer.h62 int32_t size = buff->GetSize(); in OnBufferAvailable()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dstream_customer.cpp39 int32_t size = buff->GetSize(); in CamFrame()
/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp254 if (memcpy_s(buffer->GetBase(), buffer->GetSize(), fileBuffer, *frameLen) != EOK) { in InputFunc()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
Dcommon.cpp325 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
Dbenchmark_common.cpp324 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
Dcommon.cpp324 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
Dbenchmark_common.cpp363 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
Dhdi_common_v1_1.cpp411 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
Dhdi_common_v1_1.cpp411 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.cpp177 EXPECT_EQ(true, buffer->GetSize() == 4);
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dhdi_common_v1_2.cpp538 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
DActsMediaCameraTest.cpp255 SampleSaveCapture(g_testPath, virtAddr, buffer->GetSize()); in OnFrameFinished()