Home
last modified time | relevance | path

Searched refs:DestroyAndDisconnectSpecificSessionWithDetachCallback (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp276 HWTEST_F(WindowAdapterTest, DestroyAndDisconnectSpecificSessionWithDetachCallback, Function | Small…
280 windowAdapter.DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, nullptr);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h110 … virtual WMError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h42 WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h180 … virtual WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp782 WMError WindowAdapter::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persiste… in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::WindowAdapter
790 wmsProxy->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback)); in DestroyAndDisconnectSpecificSessionWithDetachCallback()
H A Dwindow_scene_session_impl.cpp1394 …ret = SingletonContainer::Get<WindowAdapter>().DestroyAndDisconnectSpecificSessionWithDetachCallba… in SyncDestroyAndDisconnectSpecificSession()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp347 DestroyAndDisconnectSpecificSessionWithDetachCallback,
358 sceneSessionManagerProxy_->DestroyAndDisconnectSpecificSessionWithDetachCallback(0, callback);
H A Dscene_session_manager_test5.cpp159 ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback);
166 ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback);
H A Dscene_session_manager_test7.cpp348 HWTEST_F(SceneSessionManagerTest7, DestroyAndDisconnectSpecificSessionWithDetachCallback,
362 auto ret = ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback);
H A Dscene_session_manager_test3.cpp958 HWTEST_F(SceneSessionManagerTest3, DestroyAndDisconnectSpecificSessionWithDetachCallback, Function …
961 …WSError result = ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, nullptr…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp330 … const WSError ret = DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HandleDestroyAndDisconnectSpcificSessionWithDetachCallback()
H A Dscene_session_manager_proxy.cpp285 WSError SceneSessionManagerProxy::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32… in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h184 WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3450 WSError SceneSessionManager::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t pe… in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::SceneSessionManager