Home
last modified time | relevance | path

Searched refs:CreateAndConnectSpecificSession (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_supplement_test.cpp225 HWTEST_F(SceneSessionManagerSupplementTest, CreateAndConnectSpecificSession, Function | SmallTest |…
236 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
239 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
242 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
245 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
249 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
253 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
256 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
259 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
H A Dscene_session_manager_proxy_test.cpp62 HWTEST_F(sceneSessionManagerProxyTest, CreateAndConnectSpecificSession, Function | SmallTest | Leve…
80 …sceneSessionManagerProxy_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, prope…
107 …sceneSessionManagerProxy_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, prope…
135 …sceneSessionManagerProxy_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, prope…
163 …sceneSessionManagerProxy_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, prope…
H A Dscene_session_manager_test5.cpp970 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
973 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
976 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
979 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
986 …auto res = ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, s…
H A Dscene_session_manager_test3.cpp744 HWTEST_F(SceneSessionManagerTest3, CreateAndConnectSpecificSession, Function | SmallTest | Level3)
755 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
759 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
H A Dscene_session_manager_test2.cpp1968 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
1973 ssm_->CreateAndConnectSpecificSession(sessionStage, eventChannel, node, property, id, session,
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp192 if (windowSceneSession->CreateAndConnectSpecificSession() == WMError::WM_OK) {
193 ASSERT_EQ(WMError::WM_OK, windowSceneSession->CreateAndConnectSpecificSession());
223 if (windowSceneSession->CreateAndConnectSpecificSession() == WMError::WM_OK) {
224 ASSERT_EQ(WMError::WM_OK, windowSceneSession->CreateAndConnectSpecificSession());
254 if (windowSceneSession->CreateAndConnectSpecificSession() == WMError::WM_OK) {
255 ASSERT_EQ(WMError::WM_OK, windowSceneSession->CreateAndConnectSpecificSession());
284 if (windowSceneSession->CreateAndConnectSpecificSession() == WMError::WM_OK) {
285 ASSERT_NE(WMError::WM_OK, windowSceneSession->CreateAndConnectSpecificSession());
315 if (windowSceneSession->CreateAndConnectSpecificSession() == WMError::WM_OK) {
316 ASSERT_EQ(WMError::WM_OK, windowSceneSession->CreateAndConnectSpecificSession());
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session.h31 MOCK_METHOD7(CreateAndConnectSpecificSession, WSError(const sptr<ISessionStage>& sessionStage,
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h102 virtual void CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage,
H A Dwindow_scene_session_impl.h183 WMError CreateAndConnectSpecificSession();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h30 WSError CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage,
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h169 virtual WSError CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage,
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp747 void WindowAdapter::CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, in CreateAndConnectSpecificSession() function in OHOS::Rosen::WindowAdapter
756 wmsProxy->CreateAndConnectSpecificSession(sessionStage, eventChannel, in CreateAndConnectSpecificSession()
H A Dwindow_scene_session_impl.cpp311 WMError WindowSceneSessionImpl::CreateAndConnectSpecificSession() in CreateAndConnectSpecificSession() function in OHOS::Rosen::WindowSceneSessionImpl
359 …SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChann… in CreateAndConnectSpecificSession()
368 …SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChann… in CreateAndConnectSpecificSession()
377 …SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChann… in CreateAndConnectSpecificSession()
631 ret = CreateAndConnectSpecificSession(); in Create()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp229 CreateAndConnectSpecificSession(sessionStage, eventChannel, surfaceNode, in HandleCreateAndConnectSpecificSession()
H A Dscene_session_manager_proxy.cpp33 WSError SceneSessionManagerProxy::CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessio… in CreateAndConnectSpecificSession() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h172 WSError CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2630 WSError SceneSessionManager::CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStag… in CreateAndConnectSpecificSession() function in OHOS::Rosen::SceneSessionManager