Home
last modified time | relevance | path

Searched refs:renderThreadClient_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp55 renderThreadClient_ = std::move(renderThreadClient); in SetRenderThreadClient()
69 if ((renderServiceClient_ == nullptr && renderThreadClient_ == nullptr) || command == nullptr) { in AddCommand()
80 …if (renderServiceClient_ != nullptr && (isRenderServiceCommand || renderThreadClient_ == nullptr))… in AddCommand()
117 if (renderThreadClient_ && (!isRenderServiceTask)) { in ExecuteSynchronousTask()
118 renderThreadClient_->ExecuteSynchronousTask(task); in ExecuteSynchronousTask()
134 if (renderThreadClient_ != nullptr && !implicitCommonTransactionData_->IsEmpty()) { in FlushImplicitTransaction()
137 renderThreadClient_->CommitTransaction(implicitCommonTransactionData_); in FlushImplicitTransaction()
265 … if (renderThreadClient_ != nullptr && (!implicitCommonTransactionDataStack_.top()->IsEmpty() || in CommitSyncTransaction()
270 renderThreadClient_->CommitTransaction(implicitCommonTransactionDataStack_.top()); in CommitSyncTransaction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_proxy.h105 std::unique_ptr<RSIRenderClient> renderThreadClient_ = nullptr; variable