/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 337 * @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 D | scene_session_manager_proxy.h | 42 WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 110 virtual WMError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 180 virtual WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::IWindowManager
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_test.cpp | 342 * @tc.name: DestroyAndDisconnectSpecificSessionWithDetachCallback 348 DestroyAndDisconnectSpecificSessionWithDetachCallback, in HWTEST_F() 359 sceneSessionManagerProxy_->DestroyAndDisconnectSpecificSessionWithDetachCallback(0, callback); in HWTEST_F()
|
H A D | scene_session_manager_test3.cpp | 867 * @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 D | scene_session_manager_test5.cpp | 151 * @tc.name: DestroyAndDisconnectSpecificSessionWithDetachCallback 161 ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HWTEST_F() 168 ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HWTEST_F()
|
H A D | scene_session_manager_test7.cpp | 344 * @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 D | window_adapter.cpp | 782 WMError WindowAdapter::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::WindowAdapter 790 wmsProxy->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback)); in DestroyAndDisconnectSpecificSessionWithDetachCallback()
|
H A D | window_scene_session_impl.cpp | 1390 ret = SingletonContainer::Get<WindowAdapter>().DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, in SyncDestroyAndDisconnectSpecificSession()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 186 WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 341 const WSError ret = DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HandleDestroyAndDisconnectSpcificSessionWithDetachCallback()
|
H A D | scene_session_manager_proxy.cpp | 285 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 D | scene_session_manager.cpp | 3118 WSError SceneSessionManager::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::SceneSessionManager
|