/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_lifecycle_test.cpp | 72 …ASSERT_EQ(WSError::WS_OK, sceneSessionManagerProxy_->UpdateSessionWindowVisibilityListener(persist…
|
H A D | scene_session_manager_test7.cpp | 95 HWTEST_F(SceneSessionManagerTest7, UpdateSessionWindowVisibilityListener, Function | SmallTest | Le… 101 auto ret = ssm_->UpdateSessionWindowVisibilityListener(persistentId, haveListener); 110 ret = ssm_->UpdateSessionWindowVisibilityListener(persistentId, haveListener);
|
H A D | scene_session_manager_test.cpp | 572 HWTEST_F(SceneSessionManagerTest, UpdateSessionWindowVisibilityListener, Function | SmallTest | Lev… 576 WSError result = ssm_->UpdateSessionWindowVisibilityListener(persistentId, haveListener);
|
H A D | scene_session_manager_test4.cpp | 652 auto result = ssm_->UpdateSessionWindowVisibilityListener(persistentId, true);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 99 virtual WMError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 86 WSError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener) override;
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 161 virtual WSError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener) in UpdateSessionWindowVisibilityListener() function
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 727 WMError WindowAdapter::UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListene… in UpdateSessionWindowVisibilityListener() function in OHOS::Rosen::WindowAdapter 733 WSError ret = wmsProxy->UpdateSessionWindowVisibilityListener(persistentId, haveListener); in UpdateSessionWindowVisibilityListener()
|
H A D | window_session_impl.cpp | 2504 …SingletonContainer::Get<WindowAdapter>().UpdateSessionWindowVisibilityListener(persistentId, true); in RecoverSessionListener() 3376 …ret = SingletonContainer::Get<WindowAdapter>().UpdateSessionWindowVisibilityListener(persistentId,… in RegisterWindowVisibilityChangeListener() 3397 …ret = SingletonContainer::Get<WindowAdapter>().UpdateSessionWindowVisibilityListener(persistentId,… in UnregisterWindowVisibilityChangeListener()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 909 WSError ret = UpdateSessionWindowVisibilityListener(persistentId, haveListener); in HandleUpdateSessionWindowVisibilityListener()
|
H A D | scene_session_manager_proxy.cpp | 480 WSError SceneSessionManagerProxy::UpdateSessionWindowVisibilityListener(int32_t persistentId, bool … in UpdateSessionWindowVisibilityListener() function in OHOS::Rosen::SceneSessionManagerProxy
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 368 WSError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 8738 WSError SceneSessionManager::UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveL… in UpdateSessionWindowVisibilityListener() function in OHOS::Rosen::SceneSessionManager
|