Searched refs:AddRemoteCommand (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_transaction_proxy.cpp | 81 AddRemoteCommand(command, nodeId, followType); in AddCommand() 347 void RSTransactionProxy::AddRemoteCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, Follo… in AddRemoteCommand() function in OHOS::Rosen::RSTransactionProxy
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_transaction_proxy.h | 90 … void AddRemoteCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_transaction_proxy_test.cpp | 847 instance->AddRemoteCommand(command, 1, FollowType::NONE); 854 instance->AddRemoteCommand(command, 1, FollowType::NONE);
|