Home
last modified time | relevance | path

Searched refs:isRenderServiceCommand (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp66 …id RSTransactionProxy::AddCommand(std::unique_ptr<RSCommand>& command, bool isRenderServiceCommand, in AddCommand() argument
79 " followType:%{public}hu", nodeId, isRenderServiceCommand, followType); in AddCommand()
80 …if (renderServiceClient_ != nullptr && (isRenderServiceCommand || renderThreadClient_ == nullptr))… in AddCommand()
85 if (!isRenderServiceCommand) { in AddCommand()
90 isRenderServiceCommand, command->PrintType().c_str()); in AddCommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_proxy.h42 void AddCommand(std::unique_ptr<RSCommand>& command, bool isRenderServiceCommand = false,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_transaction_proxy_test.cpp819 bool isRenderServiceCommand = false; variable
823 …RSTransactionProxy::GetInstance()->AddCommand(command, isRenderServiceCommand, FollowType::FOLLOW_…