Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_lifecycle_test.cpp113 * @tc.name: NotifySessionBackground
114 * @tc.desc: test function : NotifySessionBackground
117 HWTEST_F(SessionStageProxyLifecycleTest, NotifySessionBackground, Function | SmallTest | Level1) in HWTEST_F()
123 sessionStage_->NotifySessionBackground(reason, withAnimation, isFromInnerkits); in HWTEST_F()
H A Dsession_stage_proxy_test.cpp404 * @tc.name: NotifySessionBackground
405 * @tc.desc: test function : NotifySessionBackground
408 HWTEST_F(SessionStageProxyTest, NotifySessionBackground, Function | SmallTest | Level1) in HWTEST_F()
414 sessionStage_->NotifySessionBackground(reason, withAnimation, isFromInnerkits); in HWTEST_F()
H A Dscene_session_manager_lifecycle_test.cpp139 HWTEST_F(SceneSessionManagerLifecycleTest, NotifySessionBackground, Function | SmallTest | Level3) in HWTEST_F()
149 scensession->NotifySessionBackground(reason, withAnimation, isFromInnerkits); in HWTEST_F()
H A Dscene_session_lifecycle_test.cpp1136 * @tc.desc: NotifySessionBackground
1139 HWTEST_F(SceneSessionLifecycleTest, NotifySessionBackground, Function | SmallTest | Level2) in HWTEST_F()
1160 sceneSession->NotifySessionBackground(reason, withAnimation, isFromInnerkits); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h53 MOCK_METHOD3(NotifySessionBackground, void(uint32_t reason, bool withAnimation, bool isFromInnerkits));
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h58 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) override;
H A Dsession_stage_interface.h109 virtual void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) = 0;
/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h86 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) override;
H A Dwindow_scene_session_impl.h129 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) override;
H A Dwindow_session_impl.h238 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) override;
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp405 NotifySessionBackground(reason, withAnimation, isFromInnerkits); in HandleNotifySessionBackground()
H A Dsession_stage_proxy.cpp809 void SessionStageProxy::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() function in OHOS::Rosen::SessionStageProxy
839 WLOGFE("Send NotifySessionBackground Request failed"); in NotifySessionBackground()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp1699 * @tc.name: NotifySessionBackground
1700 * @tc.desc: NotifySessionBackground
1703 HWTEST_F(WindowSessionImplTest2, NotifySessionBackground, Function | SmallTest | Level2) in HWTEST_F()
1705 GTEST_LOG_(INFO) << "WindowSessionImplTest2: NotifySessionBackground start"; in HWTEST_F()
1706 window_ = GetTestWindowImpl("NotifySessionBackground"); in HWTEST_F()
1708 window_->NotifySessionBackground(true, true, true); in HWTEST_F()
1709 GTEST_LOG_(INFO) << "WindowSessionImplTest2: NotifySessionBackground end"; in HWTEST_F()
H A Dwindow_scene_session_impl_test2.cpp925 * @tc.name: NotifySessionBackground
926 * @tc.desc: NotifySessionBackground
929 HWTEST_F(WindowSceneSessionImplTest2, NotifySessionBackground, Function | SmallTest | Level2) in HWTEST_F()
932 option->SetWindowName("NotifySessionBackground"); in HWTEST_F()
940 windowSceneSession->NotifySessionBackground(reason, withAnimation, isFromInnerkits); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h429 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits);
H A Dscene_session.h364 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits);
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp819 void WindowExtensionSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() function in OHOS::Rosen::WindowExtensionSessionImpl
H A Dwindow_session_impl.cpp3831 void WindowSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() function in OHOS::OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp3610 void WindowSceneSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() function in OHOS::Rosen::WindowSceneSessionImpl
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h870 void NotifySessionBackground(const sptr<SceneSession>& session, uint32_t reason, bool withAnimation,
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4277 void SceneSession::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() function in SceneSession
4282 return sessionStage_->NotifySessionBackground(reason, withAnimation, isFromInnerkits); in NotifySessionBackground()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2058 TLOGI(WmsLogTag::WMS_MAIN, "NotifySessionBackground: %{public}d", persistentId); in RequestSceneSessionBackground()
2059 scnSession->NotifySessionBackground(1, true, true); in RequestSceneSessionBackground()
9129 void SceneSessionManager::NotifySessionBackground(const sptr<SceneSession>& session, uint32_t reason, in NotifySessionBackground() function in OHOS::Rosen::SceneSessionManager
9132 session->NotifySessionBackground(reason, withAnimation, isFromInnerkits); in NotifySessionBackground()

Completed in 63 milliseconds