Home
last modified time | relevance | path

Searched refs:rsTransaction_ (Results 1 - 19 of 19) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_sync_transaction_controller.cpp47 RSSyncTransactionController::RSSyncTransactionController() : rsTransaction_(std::make_shared<RSTransaction>()) {} in RSSyncTransactionController()
54 return rsTransaction_; in GetRSTransaction()
71 if (rsTransaction_) { in OpenSyncTransaction()
72 rsTransaction_->OpenSyncTransaction(); in OpenSyncTransaction()
83 if (rsTransaction_) { in CloseSyncTransaction()
84 rsTransaction_->CloseSyncTransaction(); in CloseSyncTransaction()
H A Drs_sync_transaction_controller.h52 std::shared_ptr<RSTransaction> rsTransaction_; member in OHOS::Rosen::RSSyncTransactionController
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_viewport_config.h27 : config_(cfg), reason_(reason), rsTransaction_(rsTransaction) {} in AceViewportConfig()
38 rsTransaction_ == other.rsTransaction_; in operator ==()
50 rsTransaction_ != other.rsTransaction_; in operator !=()
55 std::shared_ptr<OHOS::Rosen::RSTransaction> rsTransaction_; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H A Drs_sync_transaction_controller_test.cpp72 instance->rsTransaction_ = nullptr; in HWTEST_F()
75 EXPECT_TRUE(instance->rsTransaction_ == nullptr); in HWTEST_F()
95 instance->rsTransaction_ = std::make_shared<RSTransaction>(); in HWTEST_F()
97 EXPECT_TRUE(instance->rsTransaction_ != nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dform_manager.h43 return rsTransaction_; in GetRSTransaction()
57 std::weak_ptr<Rosen::RSTransaction> rsTransaction_; member in OHOS::Ace::final
H A Dform_manager.cpp63 rsTransaction_ = rsTransaction; in NotifyIsSizeChangeByRotate()
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp255 : rsTransaction_(rsTransaction) in RotateDragWindowSyncParam()
260 if (rsTransaction_ == nullptr) { in Marshalling()
261 FI_HILOGE("rsTransaction_ is nullptr"); in Marshalling()
264 if (!parcel.WriteParcelable(rsTransaction_.get())) { in Marshalling()
278 rsTransaction_ = rsTransaction; in Unmarshalling()
/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h174 std::shared_ptr<Rosen::RSTransaction> rsTransaction_ { nullptr };
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp173 SceneAnimationConfig config { .rsTransaction_ = transaction, .animationDuration_ = animationDuration }; in HandleUpdateRect()
181 SceneAnimationConfig config { .rsTransaction_ = nullptr, .animationDuration_ = animationDuration }; in HandleUpdateRect()
H A Dsession_stage_proxy.cpp144 const std::shared_ptr<RSTransaction>& rsTransaction = config.rsTransaction_; in UpdateRect()
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp291 return env_->GetDragManager().RotateDragWindowSync(param.rsTransaction_); in RotateDragWindowSync()
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h604 std::shared_ptr<RSTransaction> rsTransaction_ = nullptr; member
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp106 SceneAnimationConfig config { .rsTransaction_ = rsTransaction }; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1259 rsTransaction_ = rsTransaction; in SetSurfaceChangeMsg()
1629 std::shared_ptr<Rosen::RSTransaction> rsTransaction_; member in OHOS::OHOS::Ace::PipelineBase
H A Dpipeline_base.cpp710 OnSurfaceChanged(width_, height_, type_, rsTransaction_); in OnVsyncEvent()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp679 wmReason, config.rsTransaction_ != nullptr, config.animationDuration_, in UpdateRect()
683 wmRect.posX_, wmRect.posY_, wmRect.width_, wmRect.height_, wmReason, config.rsTransaction_ != nullptr); in UpdateRect()
688 UpdateRectForOtherReason(wmRect, preRect, wmReason, config.rsTransaction_); in UpdateRect()
705 const std::shared_ptr<RSTransaction>& rsTransaction = config.rsTransaction_; in UpdateRectForRotation()
H A Dwindow_extension_session_impl.cpp571 const std::shared_ptr<RSTransaction>& rsTransaction = config.rsTransaction_; in UpdateRect()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp759 SceneAnimationConfig config { .rsTransaction_ = rsTransaction }; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp949 SceneAnimationConfig config { .rsTransaction_ = rsTransaction, .animationDuration_ = rotateAnimationDuration }; in UpdateRect()

Completed in 30 milliseconds