Home
last modified time | relevance | path

Searched refs:NotifySessionForeground (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_lifecycle_test.cpp105 HWTEST_F(SessionStageProxyLifecycleTest, NotifySessionForeground, Function | SmallTest | Level1)
110 sessionStage_->NotifySessionForeground(reason, withAnimation);
H A Dsession_stage_proxy_test.cpp296 HWTEST_F(SessionStageProxyTest, NotifySessionForeground, Function | SmallTest | Level1)
301 sessionStage_->NotifySessionForeground(reason, withAnimation);
H A Dscene_session_manager_lifecycle_test.cpp122 HWTEST_F(SceneSessionManagerLifecycleTest, NotifySessionForeground, Function | SmallTest | Level3)
131 scensession->NotifySessionForeground(reason, withAnimation);
H A Dscene_session_lifecycle_test.cpp1076 HWTEST_F(SceneSessionLifecycleTest, NotifySessionForeground, Function | SmallTest | Level2)
1096 sceneSession->NotifySessionForeground(reason, withAnimation);
H A Dscene_session_manager_test6.cpp1778 HWTEST_F(SceneSessionManagerTest6, NotifySessionForeground, Function | SmallTest | Level3)
1787 ssm_->NotifySessionForeground(sceneSession, reason, withAnimation);
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h51 MOCK_METHOD2(NotifySessionForeground, void(uint32_t reason, bool withAnimation));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h56 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
H A Dsession_stage_interface.h74 virtual void NotifySessionForeground(uint32_t reason, bool withAnimation) = 0;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h84 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
H A Dwindow_scene_session_impl.h128 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
H A Dwindow_session_impl.h236 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp396 NotifySessionForeground(reason, withAnimation); in HandleNotifySessionForeground()
H A Dsession_stage_proxy.cpp778 void SessionStageProxy::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::SessionStageProxy
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp924 HWTEST_F(WindowSceneSessionImplTest2, NotifySessionForeground, Function | SmallTest | Level2)
934 windowSceneSession->NotifySessionForeground(reason, withAnimation);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h416 void NotifySessionForeground(uint32_t reason, bool withAnimation);
H A Dscene_session.h396 void NotifySessionForeground(uint32_t reason, bool withAnimation);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp688 void WindowExtensionSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::WindowExtensionSessionImpl
H A Dwindow_session_impl.cpp3974 void WindowSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp3715 void WindowSceneSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h860 …void NotifySessionForeground(const sptr<SceneSession>& session, uint32_t reason, bool withAnimatio…
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4474 void SceneSession::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::SceneSession
4479 return sessionStage_->NotifySessionForeground(reason, withAnimation); in NotifySessionForeground()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2250 scnSession->NotifySessionForeground(1, true); in RequestSceneSessionActivationInner()
9488 void SceneSessionManager::NotifySessionForeground(const sptr<SceneSession>& session, uint32_t reaso… in NotifySessionForeground() function in OHOS::Rosen::SceneSessionManager
9491 session->NotifySessionForeground(reason, withAnimation); in NotifySessionForeground()