Searched refs:GSERROR_NOT_INIT (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_surface/interfaces/inner_api/common/ |
H A D | graphic_common_c.h | 47 GSERROR_NOT_INIT = 41203000, enumerator 81 WM_ERROR_NOT_INIT = GSERROR_NOT_INIT, 129 VSYNC_ERROR_NOT_INIT = GSERROR_NOT_INIT,
|
H A D | graphic_common.h | 47 {GSERROR_NOT_INIT, "<412 not init>"},
|
/foundation/graphic/graphic_2d/interfaces/inner_api/common/ |
H A D | graphic_common_c.h | 46 GSERROR_NOT_INIT = 41203000, enumerator 78 WM_ERROR_NOT_INIT = GSERROR_NOT_INIT, 124 VSYNC_ERROR_NOT_INIT = GSERROR_NOT_INIT,
|
H A D | graphic_common.h | 80 case GSERROR_NOT_INIT: return "<412 not init>" + lowError; in GSErrorStr()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_buffer_impl.cpp | 518 return GSERROR_NOT_INIT; in WriteToMessageParcel() 598 return GSERROR_NOT_INIT; in SetMetadata() 627 return GSERROR_NOT_INIT; in GetMetadata() 646 return GSERROR_NOT_INIT; in ListMetadataKeys() 668 return GSERROR_NOT_INIT; in EraseMetadataKey()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | surface_buffer_impl_test.cpp | 113 ASSERT_EQ(buffer->ListMetadataKeys(keys), GSERROR_NOT_INIT); in HWTEST_F() 114 ASSERT_EQ(buffer->EraseMetadataKey(1), GSERROR_NOT_INIT); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 93 return GSERROR_NOT_INIT; 107 return GSERROR_NOT_INIT;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 93 return GSERROR_NOT_INIT; 107 return GSERROR_NOT_INIT;
|
Completed in 6 milliseconds