Home
last modified time | relevance | path

Searched refs:syncTransactionController (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp209 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in HWTEST_F() local
212 info, overlapRect, syncTransactionController->GetRSTransaction()); in HWTEST_F()
216 err = windowAgent_->UpdateOccupiedAreaAndRect(info, overlapRect, syncTransactionController->GetRSTransaction()); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp320 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in StopPictureInPictureInner() local
321 if (syncTransactionController) { in StopPictureInPictureInner()
322 syncTransactionController->OpenSyncTransaction(); in StopPictureInPictureInner()
347 if (syncTransactionController) { in StopPictureInPictureInner()
348 syncTransactionController->CloseSyncTransaction(); in StopPictureInPictureInner()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp756 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in OpenInputMethodSyncTransaction() local
757 if (syncTransactionController) { in OpenInputMethodSyncTransaction()
758 syncTransactionController->OpenSyncTransaction(); in OpenInputMethodSyncTransaction()
769 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in CloseInputMethodSyncTransaction() local
770 if (syncTransactionController) { in CloseInputMethodSyncTransaction()
771 syncTransactionController->CloseSyncTransaction(); in CloseInputMethodSyncTransaction()
1441 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in NotifyIfKeyboardRegionChanged() local
1442 if (syncTransactionController) { in NotifyIfKeyboardRegionChanged()
1444 syncTransactionController->GetRSTransaction()); in NotifyIfKeyboardRegionChanged()
H A Dwindow_layout_policy.cpp377 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in NotifyClientAndAnimation() local
378 if (reason == WindowSizeChangeReason::ROTATION && syncTransactionController && IsNeedAnimationSync(type)) { in NotifyClientAndAnimation()
380 syncTransactionController->GetRSTransaction()); in NotifyClientAndAnimation()
H A Dwindow_controller.cpp494 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in NotifyInputCallingWindowRectAndOccupiedAreaChange() local
495 if (syncTransactionController) { in NotifyInputCallingWindowRectAndOccupiedAreaChange()
497 syncTransactionController->GetRSTransaction()); in NotifyInputCallingWindowRectAndOccupiedAreaChange()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp906 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in OpenRotationSyncTransaction() local
907 if (syncTransactionController) { in OpenRotationSyncTransaction()
908 syncTransactionController->OpenSyncTransaction(); in OpenRotationSyncTransaction()
914 auto syncTransactionController = RSSyncTransactionController::GetInstance(); in CloseRotationSyncTransaction() local
915 if (syncTransactionController) { in CloseRotationSyncTransaction()
916 syncTransactionController->CloseSyncTransaction(); in CloseRotationSyncTransaction()

Completed in 14 milliseconds