/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 276 HWTEST_F(WindowAdapterTest, DestroyAndDisconnectSpecificSessionWithDetachCallback, Function | Small… 280 windowAdapter.DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, nullptr);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 110 … virtual WMError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
|
/ohos5.0/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,
|
/ohos5.0/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
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 782 WMError WindowAdapter::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persiste… in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::WindowAdapter 790 wmsProxy->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback)); in DestroyAndDisconnectSpecificSessionWithDetachCallback()
|
H A D | window_scene_session_impl.cpp | 1394 …ret = SingletonContainer::Get<WindowAdapter>().DestroyAndDisconnectSpecificSessionWithDetachCallba… in SyncDestroyAndDisconnectSpecificSession()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_test.cpp | 347 DestroyAndDisconnectSpecificSessionWithDetachCallback, 358 sceneSessionManagerProxy_->DestroyAndDisconnectSpecificSessionWithDetachCallback(0, callback);
|
H A D | scene_session_manager_test5.cpp | 159 ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); 166 ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback);
|
H A D | scene_session_manager_test7.cpp | 348 HWTEST_F(SceneSessionManagerTest7, DestroyAndDisconnectSpecificSessionWithDetachCallback, 362 auto ret = ssm_->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback);
|
H A D | scene_session_manager_test3.cpp | 958 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 D | scene_session_manager_stub.cpp | 330 … const WSError ret = DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback); in HandleDestroyAndDisconnectSpcificSessionWithDetachCallback()
|
H A D | scene_session_manager_proxy.cpp | 285 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 D | scene_session_manager.h | 184 WSError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3450 WSError SceneSessionManager::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t pe… in DestroyAndDisconnectSpecificSessionWithDetachCallback() function in OHOS::Rosen::SceneSessionManager
|