Home
last modified time | relevance | path

Searched refs:GetRSTransaction (Results 1 - 18 of 18) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H A Drs_sync_transaction_controller_test.cpp41 * @tc.desc: test results of GetRSTransaction
48 std::shared_ptr<RSTransaction> ptr = instance->GetRSTransaction(); in HWTEST_F()
52 ptr = instance->GetRSTransaction(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_transaction_controller_test.cpp83 auto transaction = controller->GetRSTransaction(); in HWTEST_F()
131 auto transaction = controller->GetRSTransaction(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_sync_transaction_controller.h36 std::shared_ptr<RSTransaction> GetRSTransaction();
H A Drs_sync_transaction_controller.cpp49 std::shared_ptr<RSTransaction> RSSyncTransactionController::GetRSTransaction() in GetRSTransaction() function in OHOS::Rosen::RSSyncTransactionController
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dform_manager.h41 std::weak_ptr<Rosen::RSTransaction> GetRSTransaction() in GetRSTransaction() function in OHOS::Ace::final
/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h76 std::shared_ptr<RSTransaction> GetRSTransaction();
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp586 rsTransaction = session->GetRSTransaction(); in CloseKeyboardSyncTransaction()
613 std::shared_ptr<RSTransaction> KeyboardSession::GetRSTransaction() in GetRSTransaction() function in OHOS::Rosen::KeyboardSession
618 rsTransaction = transactionController->GetRSTransaction(); in GetRSTransaction()
H A Dscene_session.cpp4888 rsTransaction = transactionController->GetRSTransaction(); in UpdateRectInner()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp212 info, overlapRect, syncTransactionController->GetRSTransaction()); in HWTEST_F()
216 err = windowAgent_->UpdateOccupiedAreaAndRect(info, overlapRect, syncTransactionController->GetRSTransaction()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp748 if (FormManager::GetInstance().GetRSTransaction().lock()) { in NotifySurfaceChange()
749 transaction = FormManager::GetInstance().GetRSTransaction().lock(); in NotifySurfaceChange()
751 transaction = transactionController->GetRSTransaction(); in NotifySurfaceChange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp610 transaction = transactionController->GetRSTransaction(); in NotifyDisplayArea()
H A Dsession_wrapper_impl.cpp797 transaction = transactionController->GetRSTransaction(); in NotifyDisplayArea()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp246 transactionController->GetRSTransaction() : nullptr; in OnBoundsChanged()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp380 syncTransactionController->GetRSTransaction()); in NotifyClientAndAnimation()
H A Dwindow_controller.cpp497 syncTransactionController->GetRSTransaction()); in NotifyInputCallingWindowRectAndOccupiedAreaChange()
H A Dwindow_node_container.cpp1444 syncTransactionController->GetRSTransaction()); in NotifyIfKeyboardRegionChanged()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp1360 * @tc.desc: test function : GetRSTransaction
1369 auto rsTransaction = keyboardSession->GetRSTransaction(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9563 rsTransaction = transactionController->GetRSTransaction(); in NotifyUpdateRectAfterLayout()

Completed in 47 milliseconds