Home
last modified time | relevance | path

Searched refs:BindDialogSessionTarget (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp346 WSError result = scensession->BindDialogSessionTarget(sceneSession);
351 result = scensession->BindDialogSessionTarget(sceneSession1);
357 result = scensession->BindDialogSessionTarget(sceneSession1);
H A Dscene_session_manager_proxy_test.cpp659 HWTEST_F(sceneSessionManagerProxyTest, BindDialogSessionTarget, Function | SmallTest | Level2)
667 sceneSessionManagerProxy_->BindDialogSessionTarget(0, targetToken);
684 sceneSessionManagerProxy_->BindDialogSessionTarget(0, targetToken);
H A Dscene_session_test2.cpp98 HWTEST_F(SceneSessionTest2, BindDialogSessionTarget, Function | SmallTest | Level2)
117 WSError result = scensession->BindDialogSessionTarget(sceneSession);
121 result = scensession->BindDialogSessionTarget(sceneSession1);
1535 sceneSession->BindDialogSessionTarget(sceneSession);
H A Dscene_session_manager_test.cpp424 WSError result01 = ssm_->BindDialogSessionTarget(persistentId, targetToken);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp564 HWTEST_F(WindowAdapterTest, BindDialogSessionTarget, Function | SmallTest | Level2)
571 auto ret = windowAdapter.BindDialogSessionTarget(persistentId, targetToken);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h120 virtual WMError BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h44 … WSError BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) override;
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h188 virtual WSError BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) in BindDialogSessionTarget() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp820 WMError WindowAdapter::BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetTok… in BindDialogSessionTarget() function in OHOS::Rosen::WindowAdapter
826 return static_cast<WMError>(wmsProxy->BindDialogSessionTarget(persistentId, targetToken)); in BindDialogSessionTarget()
H A Dwindow_scene_session_impl.cpp3480 …WMError ret = SingletonContainer::Get<WindowAdapter>().BindDialogSessionTarget(persistentId, targe… in BindDialogTarget()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h390 WSError BindDialogSessionTarget(const sptr<SceneSession>& sceneSession);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp741 WSError ret = BindDialogSessionTarget(persistentId, remoteObject); in HandleBindDialogTarget()
H A Dscene_session_manager_proxy.cpp383 WSError SceneSessionManagerProxy::BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject… in BindDialogSessionTarget() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h202 … WSError BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1547 WSError SceneSession::BindDialogSessionTarget(const sptr<SceneSession>& sceneSession) in BindDialogSessionTarget() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1390 parentSession->BindDialogSessionTarget(sceneSession); in UpdateParentSessionForDialog()
7318 WSError SceneSessionManager::BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> tar… in BindDialogSessionTarget() function in OHOS::Rosen::SceneSessionManager