/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_lifecycle_test.cpp | 101 * @tc.name: NotifySessionForeground 102 * @tc.desc: test function : NotifySessionForeground 105 HWTEST_F(SessionStageProxyLifecycleTest, NotifySessionForeground, Function | SmallTest | Level1) in HWTEST_F() 110 sessionStage_->NotifySessionForeground(reason, withAnimation); in HWTEST_F()
|
H A D | session_stage_proxy_test.cpp | 391 * @tc.name: NotifySessionForeground 392 * @tc.desc: test function : NotifySessionForeground 395 HWTEST_F(SessionStageProxyTest, NotifySessionForeground, Function | SmallTest | Level1) in HWTEST_F() 400 sessionStage_->NotifySessionForeground(reason, withAnimation); in HWTEST_F()
|
H A D | scene_session_manager_lifecycle_test.cpp | 118 * @tc.name: NotifySessionForeground 119 * @tc.desc: SceneSesionManager NotifySessionForeground 122 HWTEST_F(SceneSessionManagerLifecycleTest, NotifySessionForeground, Function | SmallTest | Level3) in HWTEST_F() 131 scensession->NotifySessionForeground(reason, withAnimation); in HWTEST_F() 135 * @tc.name: NotifySessionForeground 136 * @tc.desc: SceneSesionManager NotifySessionForeground
|
H A D | scene_session_lifecycle_test.cpp | 1080 * @tc.desc: NotifySessionForeground 1083 HWTEST_F(SceneSessionLifecycleTest, NotifySessionForeground, Function | SmallTest | Level2) in HWTEST_F() 1103 sceneSession->NotifySessionForeground(reason, withAnimation); in HWTEST_F()
|
H A D | scene_session_manager_test6.cpp | 1550 * @tc.name: NotifySessionForeground
1551 * @tc.desc: NotifySessionForeground
1554 HWTEST_F(SceneSessionManagerTest6, NotifySessionForeground, Function | SmallTest | Level3)
in HWTEST_F() 1558 sessionInfo.abilityName_ = "NotifySessionForeground";
in HWTEST_F() 1563 ssm_->NotifySessionForeground(sceneSession, reason, withAnimation);
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 52 MOCK_METHOD2(NotifySessionForeground, void(uint32_t reason, bool withAnimation));
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 57 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
|
H A D | session_stage_interface.h | 108 virtual void NotifySessionForeground(uint32_t reason, bool withAnimation) = 0;
|
/foundation/window/window_manager/wm/include/ |
H A D | window_extension_session_impl.h | 85 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 | 237 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
|
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 387 NotifySessionForeground(reason, withAnimation); in HandleNotifySessionForeground()
|
H A D | session_stage_proxy.cpp | 754 void SessionStageProxy::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::SessionStageProxy 780 WLOGFE("Send NotifySessionForeground Request failed"); in NotifySessionForeground()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test2.cpp | 907 * @tc.name: NotifySessionForeground 908 * @tc.desc: NotifySessionForeground 911 HWTEST_F(WindowSceneSessionImplTest2, NotifySessionForeground, Function | SmallTest | Level2) in HWTEST_F() 914 option->SetWindowName("NotifySessionForeground"); in HWTEST_F() 921 windowSceneSession->NotifySessionForeground(reason, withAnimation); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 428 void NotifySessionForeground(uint32_t reason, bool withAnimation);
|
H A D | scene_session.h | 363 void NotifySessionForeground(uint32_t reason, bool withAnimation);
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 815 void WindowExtensionSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::WindowExtensionSessionImpl
|
H A D | window_session_impl.cpp | 3826 void WindowSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::OHOS::Rosen::WindowSessionImpl
|
H A D | window_scene_session_impl.cpp | 3604 void WindowSceneSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::WindowSceneSessionImpl
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 869 void NotifySessionForeground(const sptr<SceneSession>& session, uint32_t reason, bool withAnimation);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 4269 void SceneSession::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in SceneSession 4274 return sessionStage_->NotifySessionForeground(reason, withAnimation); in NotifySessionForeground()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1965 TLOGI(WmsLogTag::WMS_MAIN, "NotifySessionForeground: %{public}d", persistentId); in RequestSceneSessionActivationInner() 1966 scnSession->NotifySessionForeground(1, true); in RequestSceneSessionActivationInner() 9123 void SceneSessionManager::NotifySessionForeground(const sptr<SceneSession>& session, uint32_t reason, in NotifySessionForeground() function in OHOS::Rosen::SceneSessionManager 9126 session->NotifySessionForeground(reason, withAnimation); in NotifySessionForeground()
|