Searched refs:SetLayerTunnelHandle (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdilayer_test.cpp | 84 EXPECT_CALL(*hdiDeviceMock_, SetLayerTunnelHandle(_, _, _)).WillRepeatedly(testing::Return(0));
in SetUpTestCase() 152 * CaseDescription: 1. call SetLayerTunnelHandle()
160 EXPECT_CALL(*hdiDeviceMock_, SetLayerTunnelHandle(_, _, _)).WillRepeatedly(testing::Return(0));
in HWTEST_F() 161 ASSERT_EQ(HdiLayerTest::hdiLayer_->SetLayerTunnelHandle(), GRAPHIC_DISPLAY_SUCCESS);
in HWTEST_F() 165 ASSERT_EQ(HdiLayerTest::hdiLayer_->SetLayerTunnelHandle(), GRAPHIC_DISPLAY_SUCCESS);
in HWTEST_F()
|
H A D | mock_hdi_device.h | 88 MOCK_METHOD3(SetLayerTunnelHandle, int32_t(uint32_t, uint32_t, GraphicExtDataHandle *));
|
H A D | hdidevice_test.cpp | 204 EXPECT_EQ(HdiDeviceTest::hdiDevice_->SetLayerTunnelHandle(screenId, layerId, extDataHandle), in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer.h | 119 int32_t SetLayerTunnelHandle();
|
H A D | hdi_device_impl.h | 92 int32_t SetLayerTunnelHandle(uint32_t screenId, uint32_t layerId, GraphicExtDataHandle *handle) override;
|
H A D | hdi_device.h | 95 virtual int32_t SetLayerTunnelHandle(uint32_t screenId, uint32_t layerId, GraphicExtDataHandle *handle) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_layer.cpp | 467 int32_t HdiLayer::SetLayerTunnelHandle() in SetLayerTunnelHandle() function in OHOS::Rosen::HdiLayer 474 ret = device_->SetLayerTunnelHandle(screenId_, layerId_, nullptr); in SetLayerTunnelHandle() 476 ret = device_->SetLayerTunnelHandle(screenId_, layerId_, layerInfo_->GetTunnelHandle()->GetHandle()); in SetLayerTunnelHandle() 554 ret = SetLayerTunnelHandle(); in SetHdiLayerInfo() 555 CheckRet(ret, "SetLayerTunnelHandle"); in SetHdiLayerInfo()
|
H A D | hdi_device_impl.cpp | 632 int32_t HdiDeviceImpl::SetLayerTunnelHandle(uint32_t screenId, uint32_t layerId, GraphicExtDataHandle *handle) in SetLayerTunnelHandle() function in OHOS::Rosen::HdiDeviceImpl 635 return g_composer->SetLayerTunnelHandle(screenId, layerId, (*(reinterpret_cast<ExtDataHandle *>(handle)))); in SetLayerTunnelHandle()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/ |
H A D | mock_hdi_device.h | 87 MOCK_METHOD3(SetLayerTunnelHandle, int32_t(uint32_t, uint32_t, GraphicExtDataHandle *));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/ |
H A D | hdidevice_fuzzer.cpp | 70 device->SetLayerTunnelHandle(screenId, layerId, nullptr); in HdiDeviceFuzzTest3()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | mock_hdi_device_systest.h | 89 MOCK_METHOD3(SetLayerTunnelHandle, int32_t(uint32_t, uint32_t, GraphicExtDataHandle *));
|
Completed in 7 milliseconds