Home
last modified time | relevance | path

Searched refs:UpdateSessionWindowVisibilityListener (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_lifecycle_test.cpp72 …ASSERT_EQ(WSError::WS_OK, sceneSessionManagerProxy_->UpdateSessionWindowVisibilityListener(persist…
H A Dscene_session_manager_test7.cpp95 HWTEST_F(SceneSessionManagerTest7, UpdateSessionWindowVisibilityListener, Function | SmallTest | Le…
101 auto ret = ssm_->UpdateSessionWindowVisibilityListener(persistentId, haveListener);
110 ret = ssm_->UpdateSessionWindowVisibilityListener(persistentId, haveListener);
H A Dscene_session_manager_test.cpp572 HWTEST_F(SceneSessionManagerTest, UpdateSessionWindowVisibilityListener, Function | SmallTest | Lev…
576 WSError result = ssm_->UpdateSessionWindowVisibilityListener(persistentId, haveListener);
H A Dscene_session_manager_test4.cpp652 auto result = ssm_->UpdateSessionWindowVisibilityListener(persistentId, true);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h99 virtual WMError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h86 WSError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener) override;
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h161 virtual WSError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener) in UpdateSessionWindowVisibilityListener() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp727 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 Dwindow_session_impl.cpp2504 …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 Dscene_session_manager_stub.cpp909 WSError ret = UpdateSessionWindowVisibilityListener(persistentId, haveListener); in HandleUpdateSessionWindowVisibilityListener()
H A Dscene_session_manager_proxy.cpp480 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 Dscene_session_manager.h368 WSError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8738 WSError SceneSessionManager::UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveL… in UpdateSessionWindowVisibilityListener() function in OHOS::Rosen::SceneSessionManager