Home
last modified time | relevance | path

Searched refs:ROSEN_ERROR_OK (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp45 if (retCode != ROSEN_ERROR_OK) { in RegScreenHotplug()
55 return ROSEN_ERROR_OK; in RegScreenHotplug()
69 if (retCode != ROSEN_ERROR_OK) { in RegScreenRefresh()
79 return ROSEN_ERROR_OK; in RegScreenRefresh()
92 return ROSEN_ERROR_OK; in RegPrepareComplete()
113 return ROSEN_ERROR_OK; in RegHwcDeadListener()
134 return ROSEN_ERROR_OK; in RegScreenVBlankIdleCallback()
343 return ROSEN_ERROR_OK; in InitDevice()
353 return ROSEN_ERROR_OK; in InitDevice()
365 return ROSEN_ERROR_OK; in SetHdiBackendDevice()
[all …]
H A Dhdi_output.cpp79 return ROSEN_ERROR_OK; in Init()
89 return ROSEN_ERROR_OK; in Init()
105 return ROSEN_ERROR_OK; in Init()
117 return ROSEN_ERROR_OK; in SetHdiOutputDevice()
120 return ROSEN_ERROR_OK; in SetHdiOutputDevice()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdibackend_test.cpp56 …(HdiBackendTest::hdiBackend_->SetHdiBackendDevice(HdiBackendTest::hdiDeviceMock_), ROSEN_ERROR_OK);
58 …(HdiBackendTest::hdiBackend_->SetHdiBackendDevice(HdiBackendTest::hdiDeviceMock_), ROSEN_ERROR_OK);
85 ASSERT_EQ(HdiBackendTest::hdiBackend_->RegScreenHotplug(func, nullptr), ROSEN_ERROR_OK);
112 ASSERT_EQ(HdiBackendTest::hdiBackend_->RegPrepareComplete(func, nullptr), ROSEN_ERROR_OK);
145 ASSERT_EQ(ret, ROSEN_ERROR_OK);
H A Dhdioutput_test.cpp121 ASSERT_EQ(hdiOutput_->SetHdiOutputDevice(hdiDeviceMock_), ROSEN_ERROR_OK);
123 ASSERT_EQ(HdiOutputTest::hdiOutput_->Init(), ROSEN_ERROR_OK);
125 ASSERT_EQ(HdiOutputTest::hdiOutput_->Init(), ROSEN_ERROR_OK);
/ohos5.0/foundation/graphic/graphic_2d/rosen/include/common/
H A Dgraphic_error.h31 ROSEN_ERROR_OK = 0, enumerator
73 {ROSEN_ERROR_OK, "<200 ok>"},
98 BS_ERROR_OK = ROSEN_ERROR_OK,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdioutput_test.cpp176 ASSERT_EQ(HdiOutputSysTest::hdiOutput_->SetHdiOutputDevice(mockDevice_), ROSEN_ERROR_OK);
178 ASSERT_EQ(HdiOutputSysTest::hdiOutput_->Init(), ROSEN_ERROR_OK);
H A Dhdibackend_test.cpp109 ASSERT_EQ(hdiBackend_->RegPrepareComplete(func, nullptr), ROSEN_ERROR_OK);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h564 return ROSEN_ERROR_OK; in SetLayerMaskInfo()