/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_supplement_test.cpp | 225 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 D | scene_session_manager_proxy_test.cpp | 62 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 D | scene_session_manager_test5.cpp | 970 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 D | scene_session_manager_test3.cpp | 744 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 D | scene_session_manager_test2.cpp | 1968 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 D | window_scene_session_impl_test.cpp | 192 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 D | mock_session.h | 31 MOCK_METHOD7(CreateAndConnectSpecificSession, WSError(const sptr<ISessionStage>& sessionStage,
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 102 virtual void CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage,
|
H A D | window_scene_session_impl.h | 183 WMError CreateAndConnectSpecificSession();
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 30 WSError CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage,
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 169 virtual WSError CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage,
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 747 void WindowAdapter::CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, in CreateAndConnectSpecificSession() function in OHOS::Rosen::WindowAdapter 756 wmsProxy->CreateAndConnectSpecificSession(sessionStage, eventChannel, in CreateAndConnectSpecificSession()
|
H A D | window_scene_session_impl.cpp | 311 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 D | scene_session_manager_stub.cpp | 229 CreateAndConnectSpecificSession(sessionStage, eventChannel, surfaceNode, in HandleCreateAndConnectSpecificSession()
|
H A D | scene_session_manager_proxy.cpp | 33 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 D | scene_session_manager.h | 172 WSError CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage,
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 2630 WSError SceneSessionManager::CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStag… in CreateAndConnectSpecificSession() function in OHOS::Rosen::SceneSessionManager
|