/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_lifecycle_test.cpp | 113 * @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 D | session_stage_proxy_test.cpp | 404 * @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 D | scene_session_manager_lifecycle_test.cpp | 139 HWTEST_F(SceneSessionManagerLifecycleTest, NotifySessionBackground, Function | SmallTest | Level3) in HWTEST_F() 149 scensession->NotifySessionBackground(reason, withAnimation, isFromInnerkits); in HWTEST_F()
|
H A D | scene_session_lifecycle_test.cpp | 1136 * @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 D | mock_session_stage.h | 53 MOCK_METHOD3(NotifySessionBackground, void(uint32_t reason, bool withAnimation, bool isFromInnerkits));
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 58 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) override;
|
H A D | session_stage_interface.h | 109 virtual void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) = 0;
|
/foundation/window/window_manager/wm/include/ |
H A D | window_extension_session_impl.h | 86 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) override;
|
H A D | window_scene_session_impl.h | 129 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) override;
|
H A D | window_session_impl.h | 238 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) override;
|
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 405 NotifySessionBackground(reason, withAnimation, isFromInnerkits); in HandleNotifySessionBackground()
|
H A D | session_stage_proxy.cpp | 809 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 D | window_session_impl_test2.cpp | 1699 * @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 D | window_scene_session_impl_test2.cpp | 925 * @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 D | session.h | 429 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits);
|
H A D | scene_session.h | 364 void NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits);
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 819 void WindowExtensionSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() function in OHOS::Rosen::WindowExtensionSessionImpl
|
H A D | window_session_impl.cpp | 3831 void WindowSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() function in OHOS::OHOS::Rosen::WindowSessionImpl
|
H A D | window_scene_session_impl.cpp | 3610 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 D | scene_session_manager.h | 870 void NotifySessionBackground(const sptr<SceneSession>& session, uint32_t reason, bool withAnimation,
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 4277 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 D | scene_session_manager.cpp | 2058 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()
|