/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 162 uint32_t systemAnimatedScenes = GetData<uint32_t>(); in RSPhysicalScreenFuzzTest() local 163 rsInterfaces.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in RSPhysicalScreenFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 97 SystemAnimatedScenes systemAnimatedScenes = (SystemAnimatedScenes)width; in DoSomethingInterestingWithMyAPI() local 197 rsRenderServiceConnectionProxy.SetSystemAnimatedScenes(systemAnimatedScenes); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 3672 bool RSMainThread::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() argument 3675 "systemAnimatedScenesListSize_[%d]", __func__, systemAnimatedScenes, in SetSystemAnimatedScenes() 3677 if (systemAnimatedScenes < SystemAnimatedScenes::ENTER_MISSION_CENTER || in SetSystemAnimatedScenes() 3678 systemAnimatedScenes > SystemAnimatedScenes::OTHERS) { in SetSystemAnimatedScenes() 3682 systemAnimatedScenes_ = systemAnimatedScenes; in SetSystemAnimatedScenes() 3688 if (systemAnimatedScenes == SystemAnimatedScenes::OTHERS) { in SetSystemAnimatedScenes() 3699 if (systemAnimatedScenes == SystemAnimatedScenes::ENTER_TFS_WINDOW || in SetSystemAnimatedScenes() 3700 systemAnimatedScenes == SystemAnimatedScenes::EXIT_TFU_WINDOW || in SetSystemAnimatedScenes() 3701 systemAnimatedScenes == SystemAnimatedScenes::ENTER_WIND_CLEAR || in SetSystemAnimatedScenes() 3702 systemAnimatedScenes == SystemAnimatedScenes::ENTER_WIND_RECOVER) { in SetSystemAnimatedScenes() [all …]
|
H A D | rs_render_service_connection.h | 248 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
|
H A D | rs_render_service_connection.cpp | 1775 bool RSRenderServiceConnection::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() argument 1780 RSUifirstManager::Instance().OnProcessAnimateScene(systemAnimatedScenes); in SetSystemAnimatedScenes() 1782 return mainThread_->SetSystemAnimatedScenes(systemAnimatedScenes); in SetSystemAnimatedScenes()
|
H A D | rs_main_thread.h | 222 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 517 bool RSInterfaces::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() argument 519 return renderServiceClient_->SetSystemAnimatedScenes(systemAnimatedScenes); in SetSystemAnimatedScenes()
|
H A D | rs_interfaces.h | 240 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 249 virtual bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 478 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 478 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 222 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
|
H A D | rs_render_service_client.cpp | 1302 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() argument 1309 return renderService->SetSystemAnimatedScenes(systemAnimatedScenes); in SetSystemAnimatedScenes()
|
H A D | rs_render_service_connection_proxy.cpp | 2290 … RSRenderServiceConnectionProxy::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() argument 2299 data.WriteUint32(static_cast<uint32_t>(systemAnimatedScenes)); in SetSystemAnimatedScenes()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 314 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1504 uint32_t systemAnimatedScenes = data.ReadUint32(); in OnRemoteRequest() local 1505 … bool result = SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in OnRemoteRequest()
|