Home
last modified time | relevance | path

Searched refs:RENDER_SERVICE (Results 1 – 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
Drs_render_service_proxy_test.cpp46 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in SetUpTestCase()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
Dsystem_ability_definition.h30 RENDER_SERVICE = 10, enumerator
422 { RENDER_SERVICE, "RenderService" },
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_render_service_connect_hub.cpp112 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in Connect()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
Dutil.cpp229 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in WaitRenderServiceInit()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_render_service.cpp91 samgr->AddSystemAbility(RENDER_SERVICE, this); in Init()
/foundation/window/window_manager/wmserver/src/
Dwindow_manager_service.cpp109 AddSystemAbilityListener(RENDER_SERVICE); in OnStart()
144 case RENDER_SERVICE: in OnAddSystemAbility()