Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp48 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in SetUpTestCase()
252 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE);
404 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE);
430 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE);
530 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE);
551 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE);
752 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE);
772 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE);
953 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE);
H A Drs_render_service_proxy_test.cpp48 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in SetUpTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceocclusionchangecallbackproxy_fuzzer/
H A Drssurfaceocclusionchangecallbackproxy_fuzzer.cpp68 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/hgmconfigchangecallbackproxy_fuzzer/
H A Dhgmconfigchangecallbackproxy_fuzzer.cpp72 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_controller.cpp60 sptr<IRemoteObject> renderObj = saMgr->GetSystemAbility(RENDER_SERVICE); in WaitRenderServiceInit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connect_hub.cpp109 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in Connect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp105 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in DoSomethingInterestingWithMyAPI()
247 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in DoSetTpFeatureConfigFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderservicestub_fuzzer/
H A Drsrenderservicestub_fuzzer.cpp135 auto remoteObject = samgr->GetSystemAbility(RENDER_SERVICE); in RSRenderServiceStubFuzztest004()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h36 RENDER_SERVICE = 10, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs30 pub const RENDER_SERVICE: i32 = 10; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp169 { RENDER_SERVICE, "RenderService" },
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp394 AddSystemAbilityListener(RENDER_SERVICE); in OnStart()
446 RemoveSystemAbilityListener(RENDER_SERVICE); in OnStop()
1571 if (systemAbilityId == RENDER_SERVICE) { in OnAddSystemAbility()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp114 AddSystemAbilityListener(RENDER_SERVICE); in OnStart()
149 case RENDER_SERVICE: in OnAddSystemAbility()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.cpp158 samgr->AddSystemAbility(RENDER_SERVICE, this); in Init()