Home
last modified time | relevance | path

Searched refs:PrepareScreenLayers (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp94 EXPECT_CALL(*mockDevice_, PrepareScreenLayers(_, _)).WillRepeatedly(testing::Return(0));
H A Dmock_hdi_device_systest.h50 MOCK_METHOD2(PrepareScreenLayers, int32_t(uint32_t, bool&));
H A Dhdioutput_test.cpp84 EXPECT_CALL(*mockDevice_, PrepareScreenLayers(_, _)).WillRepeatedly(testing::Return(1));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h50 MOCK_METHOD2(PrepareScreenLayers, int32_t(uint32_t, bool&));
H A Dhdidevice_test.cpp76 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->PrepareScreenLayers(screenId, needFlush), GRAPHIC_DISPLAY_SUC…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h48 MOCK_METHOD2(PrepareScreenLayers, int32_t(uint32_t, bool&));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp165 device->PrepareScreenLayers(screenId, needFlush); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device.h49 virtual int32_t PrepareScreenLayers(uint32_t screenId, bool &needFlushFb) = 0;
H A Dhdi_device_impl.h47 int32_t PrepareScreenLayers(uint32_t screenId, bool &needFlushFb) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_hardware_thread_test.cpp72 EXPECT_CALL(*hdiDeviceMock_, PrepareScreenLayers(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp241 int32_t HdiDeviceImpl::PrepareScreenLayers(uint32_t screenId, bool &needFlush) in PrepareScreenLayers() function in OHOS::Rosen::HdiDeviceImpl