Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_lifecycle_test.cpp101 * @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 Dsession_stage_proxy_test.cpp391 * @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 Dscene_session_manager_lifecycle_test.cpp118 * @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 Dscene_session_lifecycle_test.cpp1080 * @tc.desc: NotifySessionForeground
1083 HWTEST_F(SceneSessionLifecycleTest, NotifySessionForeground, Function | SmallTest | Level2) in HWTEST_F()
1103 sceneSession->NotifySessionForeground(reason, withAnimation); in HWTEST_F()
H A Dscene_session_manager_test6.cpp1550 * @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 Dmock_session_stage.h52 MOCK_METHOD2(NotifySessionForeground, void(uint32_t reason, bool withAnimation));
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h57 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
H A Dsession_stage_interface.h108 virtual void NotifySessionForeground(uint32_t reason, bool withAnimation) = 0;
/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h85 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.h237 void NotifySessionForeground(uint32_t reason, bool withAnimation) override;
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp387 NotifySessionForeground(reason, withAnimation); in HandleNotifySessionForeground()
H A Dsession_stage_proxy.cpp754 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 Dwindow_scene_session_impl_test2.cpp907 * @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 Dsession.h428 void NotifySessionForeground(uint32_t reason, bool withAnimation);
H A Dscene_session.h363 void NotifySessionForeground(uint32_t reason, bool withAnimation);
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp815 void WindowExtensionSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::Rosen::WindowExtensionSessionImpl
H A Dwindow_session_impl.cpp3826 void WindowSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() function in OHOS::OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp3604 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 Dscene_session_manager.h869 void NotifySessionForeground(const sptr<SceneSession>& session, uint32_t reason, bool withAnimation);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4269 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 Dscene_session_manager.cpp1965 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()

Completed in 63 milliseconds