/test/testfwk/arkxtest/uitest/test/ |
H A 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 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 D | widget_operator_test.cpp | 301 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 D | ui_action.cpp | 94 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 D | ui_action.h | 123 uint32_t GetSize() const;
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
H A D | stream_customer.h | 62 int32_t size = buff->GetSize();
in OnBufferAvailable()
|
/test/xts/acts/multimedia/av_codec/audio_encoder/src/ |
H A D | avcodec_audio_avbuffer_encoder_demo.cpp | 182 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 D | stream_customer.cpp | 39 int32_t size = buff->GetSize(); in CamFrame()
|
/test/xts/acts/multimedia/av_codec/audio_decoder/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 607 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 D | decoder_demo.cpp | 255 if (memcpy_s(buffer->GetBase(), buffer->GetSize(), fileBuffer, *frameLen) != EOK) { in InputFunc()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
H A D | common.cpp | 330 uint32_t size = buffer->GetSize();
in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
H A D | benchmark_common.cpp | 324 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 418 uint32_t size = buffer->GetSize();
in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 416 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
H A D | benchmark_common.cpp | 363 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
H A D | common.cpp | 350 uint32_t size = buffer->GetSize();
in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 177 EXPECT_EQ(true, buffer->GetSize() == 4); in HWTEST_F()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/ |
H A D | benchmark_common.cpp | 399 uint32_t size = buffer->GetSize(); in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 559 uint32_t size = buffer->GetSize();
in CreateProducer()
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 748 uint32_t size = buffer->GetSize();
in CreateProducer()
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
H A D | ActsMediaCameraTest.cpp | 255 SampleSaveCapture(g_testPath, virtAddr, buffer->GetSize());
|