Home
last modified time | relevance | path

Searched refs:GetSize (Results 1 - 20 of 20) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
H A 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 uint32_t steps = events.GetSize() - 1; in TEST_F()
158 } else if (step == events.GetSize() - 1) { in TEST_F()
205 } else if (step == events.GetSize() - 1) { in TEST_F()
295 ASSERT_EQ(10, events.GetSize()); in TEST_F()
341 ASSERT_EQ(20, events.GetSize()); in TEST_F()
425 ASSERT_TRUE(swipeEvents.GetSize() > 1); in TEST_F()
426 ASSERT_EQ(swipeEvents.GetSize(), dragEvent in TEST_F()
[all...]
H A Dwidget_operator_test.cpp301 for (uint32_t event = 0; event < MockController::touch_event_records_->GetSize() - 1; event++) {
309 for (uint32_t idx = 0; idx < MockController::touch_event_records_->GetSize() - 1; idx++) {
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp94 for (uint32_t idx = 1; idx < pointer.GetSize(); idx++) { in DecomposeComputeSwipe()
117 for (uint32_t index = 0; index < recv.GetSize(); index++) { in Decompose()
126 for (uint32_t index = 0; index < recv.GetSize(); index++) { in Decompose()
153 for (uint32_t index = 0; index < pointer1.GetSize(); index++) { in Decompose()
156 for (uint32_t index = 0; index < pointer2.GetSize(); index++) { in Decompose()
252 uint32_t PointerMatrix::GetSize() const in GetSize() function in OHOS::uitest::PointerMatrix
H A Dui_action.h123 uint32_t GetSize() const;
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Dstream_customer.h62 int32_t size = buff->GetSize(); in OnBufferAvailable()
/test/xts/acts/multimedia/av_codec/audio_encoder/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp182 cout << "OnOutputBufferAvailable received, index:" << index << ", size:" << buffer->buffer_->memory_->GetSize() in OnOutputBufferAvailable()
514 avBuffer->buffer_->memory_->GetSize()); in OutputFunc()
517 (avBuffer->buffer_->flag_ == AVCODEC_BUFFER_FLAGS_EOS || avBuffer->buffer_->memory_->GetSize() == 0)) { in OutputFunc()
657 info.size = buffer->buffer_->memory_->GetSize(); in PushInputData()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dstream_customer.cpp39 int32_t size = buff->GetSize(); in CamFrame()
/test/xts/acts/multimedia/av_codec/audio_decoder/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp607 pcmOutputFile_.write(reinterpret_cast<char *>(OH_AVBuffer_GetAddr(data)), data->buffer_->memory_->GetSize()); in OutputFunc()
609 (data->buffer_->flag_ == AVCODEC_BUFFER_FLAGS_EOS || data->buffer_->memory_->GetSize() == 0)) { in OutputFunc()
619 audioRenderer->Write(OH_AVBuffer_GetAddr(data), data->buffer_->memory_->GetSize(), metadata, metasize); in OutputFunc()
/test/xts/dcts/distributedhardware/distributedscreentest/
H A Ddecoder_demo.cpp255 if (memcpy_s(buffer->GetBase(), buffer->GetSize(), fileBuffer, *frameLen) != EOK) { in InputFunc()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp330 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp324 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dhdi_common_v1_1.cpp418 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp416 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp363 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp350 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
H A Dbuffer_manager_utest.cpp177 EXPECT_EQ(true, buffer->GetSize() == 4); in HWTEST_F()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dbenchmark_common.cpp399 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp559 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dhdi_common_v1_3.cpp748 uint32_t size = buffer->GetSize(); in CreateProducer()
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp255 SampleSaveCapture(g_testPath, virtAddr, buffer->GetSize());

Completed in 22 milliseconds