Home
last modified time | relevance | path

Searched refs:SetRenderServiceClient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_transaction_proxy_test.cpp92 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
105 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
217 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
239 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
272 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
287 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
318 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
335 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
351 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
384 RSTransactionProxy::GetInstance()->SetRenderServiceClient(renderServiceClient);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/
H A Dmain.cpp31 transactionProxy->SetRenderServiceClient(renderClient); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_proxy.h40 void SetRenderServiceClient(const std::shared_ptr<RSIRenderClient>& renderServiceClient);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp59 void RSTransactionProxy::SetRenderServiceClient(const std::shared_ptr<RSIRenderClient>& renderServi… in SetRenderServiceClient() function in OHOS::Rosen::RSTransactionProxy