/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 573 void RSInterfaces::SetAppWindowNum(uint32_t num) in SetAppWindowNum() function in OHOS::Rosen::RSInterfaces 575 renderServiceClient_->SetAppWindowNum(num); in SetAppWindowNum()
|
H A D | rs_interfaces.h | 237 void SetAppWindowNum(uint32_t num);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/ |
H A D | rs_interfaces_test.cpp | 156 instance.SetAppWindowNum(1);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 196 rsRenderServiceConnectionProxy.SetAppWindowNum(width); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 242 virtual void SetAppWindowNum(uint32_t num) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 474 void RSRenderServiceClient::SetAppWindowNum(uint32_t num) in SetAppWindowNum() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 474 void RSRenderServiceClient::SetAppWindowNum(uint32_t num) in SetAppWindowNum() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_visitor.h | 129 void SetAppWindowNum(uint32_t num);
|
H A D | rs_render_service_connection.h | 246 void SetAppWindowNum(uint32_t num) override;
|
H A D | rs_main_thread.h | 221 void SetAppWindowNum(uint32_t num);
|
H A D | rs_render_service_connection.cpp | 1760 void RSRenderServiceConnection::SetAppWindowNum(uint32_t num) in SetAppWindowNum() function in OHOS::Rosen::RSRenderServiceConnection 1770 connection->mainThread_->SetAppWindowNum(num); in SetAppWindowNum()
|
H A D | rs_main_thread.cpp | 1944 uniVisitor->SetAppWindowNum(appWindowNum_); in UniRender() 3667 void RSMainThread::SetAppWindowNum(uint32_t num) in SetAppWindowNum() function in OHOS::Rosen::RSMainThread
|
H A D | rs_uni_render_visitor.cpp | 3052 void RSUniRenderVisitor::SetAppWindowNum(uint32_t num) in SetAppWindowNum() function in OHOS::Rosen::RSUniRenderVisitor
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 220 void SetAppWindowNum(uint32_t num) override;
|
H A D | rs_render_service_client.cpp | 1294 void RSRenderServiceClient::SetAppWindowNum(uint32_t num) in SetAppWindowNum() function in OHOS::Rosen::RSRenderServiceClient 1298 renderService->SetAppWindowNum(num); in SetAppWindowNum()
|
H A D | rs_render_service_connection_proxy.cpp | 2272 void RSRenderServiceConnectionProxy::SetAppWindowNum(uint32_t num) in SetAppWindowNum() function in OHOS::Rosen::RSRenderServiceConnectionProxy
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 312 void SetAppWindowNum(uint32_t num);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/ |
H A D | rsrenderserviceconnection_fuzzer.cpp | 477 rsConn->SetAppWindowNum(num); in DoSetAppWindowNum()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 787 proxy->SetAppWindowNum(1);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 299 RSInterfaces::GetInstance().SetAppWindowNum(GetAppWindowNum()); in AddWindowNode() 444 RSInterfaces::GetInstance().SetAppWindowNum(GetAppWindowNum()); in RemoveWindowNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1499 SetAppWindowNum(num); in OnRemoteRequest()
|