/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_surface_node.cpp | 167 transactionProxy->AddCommand(command, true); in CreateNodeInRenderThread() 172 transactionProxy->AddCommand(command, false); in CreateNodeInRenderThread() 175 transactionProxy->AddCommand(command, false); in CreateNodeInRenderThread() 239 transactionProxy->AddCommand(command, true); in OnBoundsSizeChanged() 263 transactionProxy->AddCommand(command, true); in SetLeashPersistentId() 281 transactionProxy->AddCommand(command, true); in SetSecurityLayer() 299 transactionProxy->AddCommand(command, true); in SetSkipLayer() 369 transactionProxy->AddCommand(command, false); in SetIsTextureExportNode() 372 transactionProxy->AddCommand(command, true); in SetIsTextureExportNode() 591 transactionProxy->AddCommand(commandRS, true); in ResetContextAlpha() [all …]
|
H A D | rs_display_node.cpp | 37 transactionProxy->AddCommand(command, true); in Create() 60 transactionProxy->AddCommand(command, true); in AddDisplayNodeToTree() 70 transactionProxy->AddCommand(command, true); in RemoveDisplayNodeFromTree() 121 transactionProxy->AddCommand(command, true); in SetScreenId() 136 transactionProxy->AddCommand(command, true); in OnBoundsSizeChanged() 145 transactionProxy->AddCommand(command, true); in SetDisplayOffset() 156 transactionProxy->AddCommand(command, true); in SetSecurityDisplay() 173 transactionProxy->AddCommand(command, true); in SetDisplayNodeMirrorConfig() 202 transactionProxy->AddCommand(command, true); in SetScreenRotation() 231 transactionProxy->AddCommand(command, true); in SetBootAnimation() [all …]
|
H A D | rs_canvas_node.cpp | 42 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create() 59 transactionProxy->AddCommand(command, true); in SetHDRPresent() 80 transactionProxy->AddCommand(command, IsRenderServiceNode()); in BeginRecording() 101 transactionProxy->AddCommand(command, IsRenderServiceNode()); in CreateRenderNodeForTextureExportSwitch() 126 transactionProxy->AddCommand(command, IsRenderServiceNode()); in FinishRecording() 153 transactionProxy->AddCommand(command, IsRenderServiceNode()); in DrawOnNode() 178 transactionProxy->AddCommand(command, true); in SetFreeze()
|
H A D | rs_proxy_node.cpp | 42 transactionProxy->AddCommand(command, node->IsUniRenderEnabled()); in Create() 47 transactionProxy->AddCommand(command, true); in Create() 68 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in ~RSProxyNode() 73 transactionProxy->AddCommand(command, true); in ~RSProxyNode() 97 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in ResetContextVariableCache()
|
H A D | rs_root_node.cpp | 68 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create() 84 transactionProxy->AddCommand(command, false); in AttachRSSurfaceNode() 88 transactionProxy->AddCommand(command, true); in AttachRSSurfaceNode() 99 transactionProxy->AddCommand(command, IsRenderServiceNode()); in SetEnableRender() 117 transactionProxy->AddCommand(command, false); in OnBoundsSizeChanged()
|
H A D | rs_effect_node.cpp | 36 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create() 49 transactionProxy->AddCommand(command, true); in SetFreeze()
|
H A D | rs_canvas_drawing_node.cpp | 49 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create() 64 transactionProxy->AddCommand(command, IsRenderServiceNode()); in ResetSurface() 80 transactionProxy->AddCommand(command, IsRenderServiceNode()); in CreateRenderNodeForTextureExportSwitch()
|
H A D | rs_node.cpp | 137 transactionProxy->AddCommand(command, IsRenderServiceNode()); in ~RSNode() 141 transactionProxy->AddCommand(command, !IsRenderServiceNode()); in ~RSNode() 1904 transactionProxy->AddCommand(command, IsRenderServiceNode()); in SetNodeName() 2318 transactionProxy->AddCommand(command, true); in RegisterTransitionPair() 2328 transactionProxy->AddCommand(command, true); in UnregisterTransitionPair() 2342 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkNodeGroup() 2354 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkNodeSingleFrameComposer() 2369 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkSuggestOpincNode() 2382 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkUifirstNode() 2396 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkUifirstNode() [all …]
|
H A D | rs_frame_rate_linker.cpp | 61 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in ~RSFrameRateLinker() 92 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in UpdateFrameRateRange()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_interactive_implict_animator.cpp | 69 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in ~RSInteractiveImplictAnimator() 72 transactionProxy->AddCommand(commandForRemote, true); in ~RSInteractiveImplictAnimator() 201 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in StartAnimation() 205 transactionProxy->AddCommand(commandForRemote, true); in StartAnimation() 231 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in PauseAnimation() 234 transactionProxy->AddCommand(commandForRemote, true); in PauseAnimation() 261 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in ContinueAnimation() 264 transactionProxy->AddCommand(commandForRemote, true); in ContinueAnimation() 369 transactionProxy->AddCommand(command, IsUniRenderEnabled()); in ReverseAnimation() 372 transactionProxy->AddCommand(commandForRemote, true); in ReverseAnimation() [all …]
|
H A D | rs_animation.cpp | 207 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnPause() 211 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnPause() 354 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnResume() 358 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnResume() 396 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnFinish() 400 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnFinish() 439 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnReverse() 443 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnReverse() 485 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnSetFraction() 489 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnSetFraction()
|
H A D | rs_interpolating_spring_animation.cpp | 108 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation() 112 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
|
H A D | rs_transition.cpp | 94 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderTransition() 98 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderTransition()
|
H A D | rs_spring_animation.cpp | 109 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation() 113 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
|
H A D | rs_keyframe_animation.cpp | 121 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation() 125 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_transaction_proxy_test.cpp | 198 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); 220 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); 407 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); 429 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 452 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 537 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); 557 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); 578 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 597 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 616 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); [all …]
|
H A D | rs_transaction_data_test.cpp | 326 HWTEST_F(RSTransactionDataTest, AddCommand, TestSize.Level1) 331 rsTransactionData.AddCommand(command, 1, FollowType::FOLLOW_TO_PARENT); 346 rsTransactionData.AddCommand(command, 1, FollowType::FOLLOW_TO_PARENT);
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | trigger_unittest.cpp | 140 int ret = AddCommand(trigger, cmdIndex, nullptr, nullptr); in TestAddTriggerForBoot() 142 ret = AddCommand(trigger, cmdIndex, "update: aaaaaaa", nullptr); in TestAddTriggerForBoot() 163 int ret = AddCommand(trigger, cmdIndex, nullptr, nullptr); in TestAddTriggerForParm() 165 ret = AddCommand(trigger, cmdIndex, "update: aaaaaaa", nullptr); in TestAddTriggerForParm() 364 ret = AddCommand(trigger, cmdIndex, value, nullptr); in TestExecuteParamTrigger1() 386 ret = AddCommand(trigger, cmdIndex, value, nullptr); in TestExecuteParamTrigger2() 411 ret = AddCommand(trigger, cmdIndex, value, nullptr); in TestExecuteParamTrigger3() 442 ret = AddCommand(trigger, cmdIndex, value, nullptr); in TestExecuteParamTrigger4() 467 int ret = AddCommand(trigger, testCmdIndex, value, nullptr); in TestExecuteParamTrigger5() 479 ret = AddCommand(trigger, testCmdIndex2, value, nullptr); in TestExecuteParamTrigger5()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_transaction_proxy.cpp | 66 void RSTransactionProxy::AddCommand(std::unique_ptr<RSCommand>& command, bool isRenderServiceComman… in AddCommand() function in OHOS::Rosen::RSTransactionProxy 101 implicitTransactionDataFromRT_->AddCommand(command, nodeId, followType); in AddCommandFromRT() 341 implicitCommonTransactionDataStack_.top()->AddCommand(command, 0, FollowType::NONE); in AddCommonCommand() 344 implicitCommonTransactionData_->AddCommand(command, 0, FollowType::NONE); in AddCommonCommand() 350 implicitRemoteTransactionDataStack_.top()->AddCommand(command, nodeId, followType); in AddRemoteCommand() 353 implicitRemoteTransactionData_->AddCommand(command, nodeId, followType); in AddRemoteCommand()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 104 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in UpdateToRender() 108 … transactionProxy->AddCommand(commandForRemote, true, node->GetFollowType(), node->GetId()); in UpdateToRender() 163 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in UpdateToRender() 167 … transactionProxy->AddCommand(commandForRemote, true, node->GetFollowType(), node->GetId()); in UpdateToRender()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_message_processor.cpp | 43 transactionMap_[pid]->AddCommand(std::move(command), 0, FollowType::NONE); in AddUIMessage() 53 transactionMap_[pid]->AddCommand(std::move(command), 0, FollowType::NONE); in AddUIMessage()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_transaction_data.h | 177 void AddCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType); 178 void AddCommand(std::unique_ptr<RSCommand>&& command, NodeId nodeId, FollowType followType);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/mock/ |
H A D | mock_executor.h | 33 MOCK_METHOD1(AddCommand, void(std::shared_ptr<IAsyncCommand> command));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/ |
H A D | main.cpp | 32 transactionProxy->AddCommand(command); in main()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/command_server/ |
H A D | command_server_impl.h | 33 int32_t AddCommand(const CmdSharedPtr& cmd);
|