Searched refs:GetSize (Results 1 – 16 of 16) sorted by relevance
/test/testfwk/arkxtest/uitest/test/ |
D | ui_action_test.cpp | 56 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 …]
|
D | widget_operator_test.cpp | 301 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/ |
D | ui_action.cpp | 86 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
|
D | ui_action.h | 123 uint32_t GetSize() const;
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
D | stream_customer.h | 62 int32_t size = buff->GetSize(); in OnBufferAvailable()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
D | stream_customer.cpp | 39 int32_t size = buff->GetSize(); in CamFrame()
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | decoder_demo.cpp | 254 if (memcpy_s(buffer->GetBase(), buffer->GetSize(), fileBuffer, *frameLen) != EOK) { in InputFunc()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
D | common.cpp | 325 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
D | benchmark_common.cpp | 324 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
D | common.cpp | 324 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
D | benchmark_common.cpp | 363 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
D | hdi_common_v1_1.cpp | 411 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
D | hdi_common_v1_1.cpp | 411 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
D | buffer_manager_utest.cpp | 177 EXPECT_EQ(true, buffer->GetSize() == 4);
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
D | hdi_common_v1_2.cpp | 538 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
D | ActsMediaCameraTest.cpp | 255 SampleSaveCapture(g_testPath, virtAddr, buffer->GetSize()); in OnFrameFinished()
|