/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_lifecycle_test.cpp | 105 HWTEST_F(SessionStageProxyLifecycleTest, NotifySessionForeground, Function | SmallTest | Level1) 110 sessionStage_->NotifySessionForeground(reason, withAnimation);
|
H A D | session_stage_proxy_test.cpp | 296 HWTEST_F(SessionStageProxyTest, NotifySessionForeground, Function | SmallTest | Level1) 301 sessionStage_->NotifySessionForeground(reason, withAnimation);
|
H A D | scene_session_manager_lifecycle_test.cpp | 122 HWTEST_F(SceneSessionManagerLifecycleTest, NotifySessionForeground, Function | SmallTest | Level3) 131 scensession->NotifySessionForeground(reason, withAnimation);
|
H A D | scene_session_lifecycle_test.cpp | 1076 HWTEST_F(SceneSessionLifecycleTest, NotifySessionForeground, Function | SmallTest | Level2) 1096 sceneSession->NotifySessionForeground(reason, withAnimation);
|
H A D | scene_session_manager_test6.cpp | 1778 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 D | mock_session_stage.h | 51 MOCK_METHOD2(NotifySessionForeground, void(uint32_t reason, bool withAnimation));
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 56 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
|
H A D | session_stage_interface.h | 74 virtual void NotifySessionForeground(uint32_t reason, bool withAnimation) = 0;
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_extension_session_impl.h | 84 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
|
H A D | window_scene_session_impl.h | 128 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
|
H A D | window_session_impl.h | 236 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 396 NotifySessionForeground(reason, withAnimation); in HandleNotifySessionForeground()
|
H A D | session_stage_proxy.cpp | 778 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 D | window_scene_session_impl_test2.cpp | 924 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 D | session.h | 416 void NotifySessionForeground(uint32_t reason, bool withAnimation);
|
H A D | scene_session.h | 396 void NotifySessionForeground(uint32_t reason, bool withAnimation);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 688 void WindowExtensionSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::WindowExtensionSessionImpl
|
H A D | window_session_impl.cpp | 3974 void WindowSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::WindowSessionImpl
|
H A D | window_scene_session_impl.cpp | 3715 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 D | scene_session_manager.h | 860 …void NotifySessionForeground(const sptr<SceneSession>& session, uint32_t reason, bool withAnimatio…
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 4474 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 D | scene_session_manager.cpp | 2250 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()
|