Home
last modified time | relevance | path

Searched refs:GSERROR_NO_CONSUMER (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common_c.h46 GSERROR_NO_CONSUMER = 41202000, enumerator
106 SURFACE_ERROR_NO_CONSUMER = GSERROR_NO_CONSUMER,
H A Dgraphic_common.h46 {GSERROR_NO_CONSUMER, "<412 no consumer>"},
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common_c.h45 GSERROR_NO_CONSUMER = 41202000, enumerator
103 SURFACE_ERROR_NO_CONSUMER = GSERROR_NO_CONSUMER,
H A Dgraphic_common.h79 case GSERROR_NO_CONSUMER: return "<412 no consumer>" + lowError; in GSErrorStr()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_drop_frame_processor_unit_test.cpp131 ASSERT_EQ(result, OHOS::GSERROR_NO_CONSUMER); in HWTEST_F()
H A Drs_unittest_drop_frame_processor_test.cpp77 ASSERT_EQ(result, OHOS::GSERROR_NO_CONSUMER); in HWTEST_F()
H A Drs_base_render_util_unit_test.cpp186 ASSERT_EQ(OHOS::GSERROR_NO_CONSUMER, RSBaseRenderUtil::DropFrameProcess(surfaceHandler)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_drop_frame_processor_test.cpp77 ASSERT_EQ(result, OHOS::GSERROR_NO_CONSUMER); in HWTEST_F()
H A Drs_base_render_util_test.cpp220 ASSERT_EQ(OHOS::GSERROR_NO_CONSUMER, RSBaseRenderUtil::DropFrameProcess(surfaceHandler)); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp115 if (ret == GSERROR_NO_CONSUMER) { in RequestBuffer()
294 if (ret == GSERROR_NO_CONSUMER) {
322 if (ret == GSERROR_NO_CONSUMER) {
H A Dbuffer_queue.cpp298 BLOGN_FAILURE_RET(GSERROR_NO_CONSUMER); in RequestBufferCheckStatus()
373 BLOGN_FAILURE_RET(GSERROR_NO_CONSUMER); in RequestBuffer()
611 BLOGN_FAILURE_RET(GSERROR_NO_CONSUMER); in FlushBuffer()
1213 BLOGN_FAILURE_RET(GSERROR_NO_CONSUMER); in AttachBuffer()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp1896 ASSERT_EQ(ret, OHOS::GSERROR_NO_CONSUMER); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp887 return OHOS::GSERROR_NO_CONSUMER;

Completed in 15 milliseconds