Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp337 * @tc.name: DestroyAndDisconnectSpecificSessionWithDetachCallback
338 * @tc.desc: WindowAdapter/DestroyAndDisconnectSpecificSessionWithDetachCallback
341 HWTEST_F(WindowAdapterTest, DestroyAndDisconnectSpecificSessionWithDetachCallback, Function | SmallTest | Level2) in HWTEST_F()
345 windowAdapter.DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, nullptr); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h42 WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h110 virtual WMError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h180 virtual WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::IWindowManager
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp342 * @tc.name: DestroyAndDisconnectSpecificSessionWithDetachCallback
348 DestroyAndDisconnectSpecificSessionWithDetachCallback, in HWTEST_F()
359 sceneSessionManagerProxy_->DestroyAndDisconnectSpecificSessionWithDetachCallback(0, callback); in HWTEST_F()
H A Dscene_session_manager_test3.cpp867 * @tc.name: DestroyAndDisconnectSpecificSessionWithDetachCallback
871 HWTEST_F(SceneSessionManagerTest3, DestroyAndDisconnectSpecificSessionWithDetachCallback, Function | SmallTest | Level3) in HWTEST_F()
874 WSError result = ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, nullptr); in HWTEST_F()
H A Dscene_session_manager_test5.cpp151 * @tc.name: DestroyAndDisconnectSpecificSessionWithDetachCallback
161 ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HWTEST_F()
168 ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HWTEST_F()
H A Dscene_session_manager_test7.cpp344 * @tc.name: DestroyAndDisconnectSpecificSessionWithDetachCallback
345 * @tc.desc: DestroyAndDisconnectSpecificSessionWithDetachCallback
348 HWTEST_F(SceneSessionManagerTest7, DestroyAndDisconnectSpecificSessionWithDetachCallback, in HWTEST_F()
356 sessionInfo.abilityName_ = "DestroyAndDisconnectSpecificSessionWithDetachCallback"; in HWTEST_F()
362 auto ret = ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp782 WMError WindowAdapter::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::WindowAdapter
790 wmsProxy->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback)); in DestroyAndDisconnectSpecificSessionWithDetachCallback()
H A Dwindow_scene_session_impl.cpp1390 ret = SingletonContainer::Get<WindowAdapter>().DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, in SyncDestroyAndDisconnectSpecificSession()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h186 WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp341 const WSError ret = DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HandleDestroyAndDisconnectSpcificSessionWithDetachCallback()
H A Dscene_session_manager_proxy.cpp285 WSError SceneSessionManagerProxy::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::SceneSessionManagerProxy
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3118 WSError SceneSessionManager::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::SceneSessionManager

Completed in 48 milliseconds