/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdilayerinfo_test.cpp | 514 * Function: SetPresentTimestamp and GetPresentTimestamp
518 * CaseDescription: 1. call GetPresentTimestamp with default
523 GraphicPresentTimestamp timestamp = HdiLayerInfoTest::hdiLayerInfo_->GetPresentTimestamp();
in HWTEST_F() 529 * Function: SetPresentTimestamp and GetPresentTimestamp
534 * 2. call GetPresentTimestamp and check ret
541 GraphicPresentTimestamp timestampGet = HdiLayerInfoTest::hdiLayerInfo_->GetPresentTimestamp();
in HWTEST_F() 547 * Function: SetPresentTimestamp and GetPresentTimestamp
552 * 2. call GetPresentTimestamp and check ret
559 GraphicPresentTimestamp timestampGet = HdiLayerInfoTest::hdiLayerInfo_->GetPresentTimestamp();
in HWTEST_F()
|
H A D | mock_hdi_device.h | 90 MOCK_METHOD3(GetPresentTimestamp, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp&));
|
H A D | hdilayer_test.cpp | 86 EXPECT_CALL(*hdiDeviceMock_, GetPresentTimestamp(_, _, _)).WillRepeatedly(testing::Return(0));
in SetUpTestCase()
|
H A D | hdidevice_test.cpp | 223 EXPECT_EQ(HdiDeviceTest::hdiDevice_->GetPresentTimestamp(screenId, layerId, timestamp), in HWTEST_F()
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_client_producer.h | 88 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) override;
|
H A D | buffer_queue.h | 163 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time);
|
H A D | producer_surface.h | 170 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) const override;
|
H A D | buffer_queue_producer.h | 97 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) override;
|
H A D | consumer_surface.h | 174 SURFACE_HIDDEN GSError GetPresentTimestamp(uint32_t sequence,
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | ibuffer_producer.h | 101 virtual GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) = 0;
|
H A D | surface.h | 111 virtual GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type,
|
H A D | iconsumer_surface.h | 113 virtual GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type,
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/ |
H A D | mock_hdi_device.h | 89 MOCK_METHOD3(GetPresentTimestamp, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp&));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/ |
H A D | hdidevice_fuzzer.cpp | 71 device->GetPresentTimestamp(screenId, layerId, timestamp); in HdiDeviceFuzzTest3()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | mock_hdi_device_systest.h | 91 MOCK_METHOD3(GetPresentTimestamp, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp&));
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
H A D | bufferqueue_fuzzer.cpp | 100 bufferqueue->GetPresentTimestamp(sequence, timestampType, time); in BufferQueueFuzzTest2()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 102 bqp->GetPresentTimestamp(sequence, timestampType, time); in BufferQueueProducerFuzzTest()
|
/foundation/graphic/graphic_surface/surface/test/systemtest/ |
H A D | surface_ipc_with_pts_test.cpp | 206 sRet = pSurface->GetPresentTimestamp(buffer->GetSeqNum(), type, time); in ChildProcessMain()
|
H A D | surface_ipc_with_invaild_pts_test.cpp | 161 sRet = pSurface->GetPresentTimestamp(buffer->GetSeqNum(), type, time); in ChildProcessMain()
|
H A D | surface_ipc_test.cpp | 163 sRet = pSurface->GetPresentTimestamp(buffer->GetSeqNum(), type, time); in ChildProcessMain()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_device_impl.h | 95 int32_t GetPresentTimestamp(uint32_t screenId, uint32_t layerId, GraphicPresentTimestamp ×tamp) override;
|
H A D | hdi_device.h | 98 virtual int32_t GetPresentTimestamp(uint32_t screenId, uint32_t layerId, GraphicPresentTimestamp ×tamp) = 0;
|
H A D | hdi_layer_info.h | 231 const GraphicPresentTimestamp &GetPresentTimestamp() in GetPresentTimestamp() function in OHOS::Rosen::HdiLayerInfo
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | producer_surface_test.cpp | 1311 * Function: SetPresentTimestamp and GetPresentTimestamp 1315 * CaseDescription: 1. call GetPresentTimestamp with producer_ is nullptr and check ret 1323 GSError ret = surface_->GetPresentTimestamp(firstSeqnum, type, time); in HWTEST_F() 1331 * Function: SetPresentTimestamp and GetPresentTimestamp 1335 * CaseDescription: 1. call GetPresentTimestamp with normal parameters and check ret 1343 GSError ret = pSurface->GetPresentTimestamp(firstSeqnum, type, time); in HWTEST_F() 1348 * Function: SetPresentTimestamp and GetPresentTimestamp 1359 GSError ret = pSurface->GetPresentTimestamp(-1, type, time); in HWTEST_F() 1364 * Function: SetPresentTimestamp and GetPresentTimestamp 1382 ret = pSurface->GetPresentTimestamp(sequenc in HWTEST_F() [all...] |
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 250 pSurface->GetPresentTimestamp(sequence, type, time); in SurfaceFuzzTest2()
|