Home
last modified time | relevance | path

Searched defs:followType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp67 FollowType followType, NodeId nodeId) in AddCommand()
93 …nProxy::AddCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType) in AddCommandFromRT()
347 …nProxy::AddRemoteCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType) in AddRemoteCommand()
H A Drs_transaction_data.cpp187 …nsactionData::AddCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType) in AddCommand()
196 …sactionData::AddCommand(std::unique_ptr<RSCommand>&& command, NodeId nodeId, FollowType followType) in AddCommand()
214 uint8_t followType = 0; in UnmarshallingCommand() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp68 FollowType followType = FollowType::FOLLOW_TO_PARENT; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp549 FollowType followType = FollowType::NONE; variable
568 FollowType followType = FollowType::NONE; variable
587 FollowType followType = FollowType::FOLLOW_TO_PARENT; variable
618 FollowType followType = FollowType::FOLLOW_TO_SELF; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp1035 …sitor::SendCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType) in SendCommandFromRT()