Home
last modified time | relevance | path

Searched refs:currentScreenId_ (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp33 rsSurfaceNode_->DetachToDisplay(currentScreenId_); in ~BootAnimationOperation()
45 currentScreenId_ = config.screenId; in Init()
91 OHOS::Rosen::RSDisplayNodeConfig config = {currentScreenId_, false, 0}; in InitRsDisplayNode()
117 currentScreenId_ == 0 ? "BootAnimationNode" : "BootAnimationNodeExtra"; in InitRsSurfaceNode()
133 rsSurfaceNode_->AttachToDisplay(currentScreenId_); in InitRsSurfaceNode()
155 params.screenId = currentScreenId_; in PlayVideo()
171 params.screenId = currentScreenId_; in PlayPicture()
183 params.screenId = currentScreenId_; in PlaySound()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager.cpp121 lastScreenId = currentScreenId_; in OnWMSConnectionChanged()
125 currentScreenId_ = screenId; in OnWMSConnectionChanged()
326 screenId = currentScreenId_; in RegisterWMSConnectionChangedListener()
H A Dsession_manager_lite.cpp252 lastScreenId = currentScreenId_; in OnWMSConnectionChanged()
256 currentScreenId_ = screenId; in OnWMSConnectionChanged()
397 screenId = currentScreenId_; in RegisterWMSConnectionChangedListener()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_operation.h61 Rosen::ScreenId currentScreenId_; member in OHOS::BootAnimationOperation
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager.h88 int32_t currentScreenId_ = DEFAULT_SCREEN_ID; member in OHOS::Rosen::SessionManager
H A Dsession_manager_lite.h97 int32_t currentScreenId_ = DEFAULT_SCREEN_ID; member in OHOS::Rosen::SessionManagerLite
/foundation/window/window_manager/wmserver/include/
H A Dmock_session_manager_service.h127 int32_t currentScreenId_; member in OHOS::Rosen::MockSessionManagerService
/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp130 currentScreenId_(DEFAULT_SCREEN_ID) in MockSessionManagerService()
355 smsListener->OnWMSConnectionChanged(currentWMSUserId_, currentScreenId_, true, sessionManagerService); in RegisterSMSRecoverListener()
459 smsListener->OnWMSConnectionChanged(currentWMSUserId_, currentScreenId_, true, sessionManagerService); in RegisterSMSLiteRecoverListener()
529 currentScreenId_ = screenId; in NotifyWMSConnected()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_test.cpp321 sm_->currentScreenId_ = 0; in HWTEST_F()
H A Dsession_manager_lite_test.cpp325 sml_->currentScreenId_ = 0; in HWTEST_F()

Completed in 7 milliseconds