Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp265 WSError result = scensession->BindDialogSessionTarget(sceneSession); in HWTEST_F()
270 result = scensession->BindDialogSessionTarget(sceneSession1); in HWTEST_F()
276 result = scensession->BindDialogSessionTarget(sceneSession1); in HWTEST_F()
H A Dscene_session_manager_proxy_test.cpp714 * @tc.name: BindDialogSessionTarget
718 HWTEST_F(sceneSessionManagerProxyTest, BindDialogSessionTarget, Function | SmallTest | Level2) in HWTEST_F()
726 sceneSessionManagerProxy_->BindDialogSessionTarget(0, targetToken); in HWTEST_F()
743 sceneSessionManagerProxy_->BindDialogSessionTarget(0, targetToken); in HWTEST_F()
H A Dscene_session_test2.cpp105 * @tc.name: BindDialogSessionTarget
109 HWTEST_F(SceneSessionTest2, BindDialogSessionTarget, Function | SmallTest | Level2) in HWTEST_F()
112 info.abilityName_ = "BindDialogSessionTarget"; in HWTEST_F()
113 info.bundleName_ = "BindDialogSessionTarget"; in HWTEST_F()
129 WSError result = scensession->BindDialogSessionTarget(sceneSession); in HWTEST_F()
133 result = scensession->BindDialogSessionTarget(sceneSession1); in HWTEST_F()
1498 sceneSession->BindDialogSessionTarget(sceneSession); in HWTEST_F()
H A Dscene_session_manager_test.cpp418 WSError result01 = ssm_->BindDialogSessionTarget(persistentId, targetToken); in HWTEST_F()
434 WSError result02 = ssm_->BindDialogSessionTarget(persistentId, targetToken); in HWTEST_F()
438 WSError result03 = ssm_->BindDialogSessionTarget(persistentId, targetToken); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp631 * @tc.name: BindDialogSessionTarget
632 * @tc.desc: WindowAdapter/BindDialogSessionTarget
635 HWTEST_F(WindowAdapterTest, BindDialogSessionTarget, Function | SmallTest | Level2) in HWTEST_F()
642 auto ret = windowAdapter.BindDialogSessionTarget(persistentId, targetToken); in HWTEST_F()
/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;
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h120 virtual WMError BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken);
/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 in OHOS::Rosen::IWindowManager
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp820 WMError WindowAdapter::BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) in BindDialogSessionTarget() function in OHOS::Rosen::WindowAdapter
826 return static_cast<WMError>(wmsProxy->BindDialogSessionTarget(persistentId, targetToken)); in BindDialogSessionTarget()
H A Dwindow_scene_session_impl.cpp3331 WMError ret = SingletonContainer::Get<WindowAdapter>().BindDialogSessionTarget(persistentId, targetToken); in BindDialogTarget()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h357 WSError BindDialogSessionTarget(const sptr<SceneSession>& sceneSession);
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h209 WSError BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) override;
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp773 WSError ret = BindDialogSessionTarget(persistentId, remoteObject); in HandleBindDialogTarget()
H A Dscene_session_manager_proxy.cpp383 WSError SceneSessionManagerProxy::BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) in BindDialogSessionTarget() function in OHOS::Rosen::SceneSessionManagerProxy
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1318 parentSession->BindDialogSessionTarget(sceneSession); in UpdateParentSessionForDialog()
7011 WSError SceneSessionManager::BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken) in BindDialogSessionTarget() function in OHOS::Rosen::SceneSessionManager
7014 TLOGE(WmsLogTag::WMS_DIALOG, "BindDialogSessionTarget permission denied!"); in BindDialogSessionTarget()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1268 WSError SceneSession::BindDialogSessionTarget(const sptr<SceneSession>& sceneSession) in BindDialogSessionTarget() function in SceneSession

Completed in 53 milliseconds