/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_test.cpp | 124 HWTEST_F(SessionStageProxyTest, GetUIContentRemoteObj, Function | SmallTest | Level1) 128 WSError res = sessionStage_->GetUIContentRemoteObj(remoteObj);
|
H A D | session_test.cpp | 1275 HWTEST_F(WindowSessionTest, GetUIContentRemoteObj, Function | SmallTest | Level2) 1280 … EXPECT_CALL(*(mockSessionStage), GetUIContentRemoteObj(_)).WillRepeatedly(Return(WSError::WS_OK)); 1284 ASSERT_EQ(WSError::WS_OK, session_->GetUIContentRemoteObj(remoteObj)); 1287 ASSERT_EQ(WSError::WS_OK, session_->GetUIContentRemoteObj(remoteObj)); 1291 ASSERT_EQ(WSError::WS_ERROR_INVALID_SESSION, session_->GetUIContentRemoteObj(remoteObj));
|
H A D | scene_session_manager_proxy_test.cpp | 865 HWTEST_F(sceneSessionManagerProxyTest, GetUIContentRemoteObj, Function | SmallTest | Level2) 871 …ASSERT_EQ(WSError::WS_ERROR_IPC_FAILED, sceneSessionManagerProxy->GetUIContentRemoteObj(1, remoteO…
|
H A D | scene_session_manager_test.cpp | 621 HWTEST_F(SceneSessionManagerTest, GetUIContentRemoteObj, Function | SmallTest | Level3) 624 EXPECT_EQ(ssm_->GetUIContentRemoteObj(65535, remoteObj), WSError::WS_ERROR_INVALID_PERMISSION); 631 EXPECT_EQ(ssm_->GetUIContentRemoteObj(65535, remoteObj), WSError::WS_ERROR_INVALID_PERMISSION);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 66 MOCK_METHOD1(GetUIContentRemoteObj, WSError(sptr<IRemoteObject>& uiContentRemoteObj));
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 67 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) override;
|
H A D | session_stage_interface.h | 110 virtual WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) = 0;
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 109 HWTEST_F(WindowAdapterTest, GetUIContentRemoteObj, Function | SmallTest | Level2) 115 auto ret = windowAdapter.GetUIContentRemoteObj(WINDOW_ID, remoteObj);
|
H A D | window_session_impl_test.cpp | 1991 HWTEST_F(WindowSessionImplTest, GetUIContentRemoteObj, Function | SmallTest | Level2) 1999 WSError res = window->GetUIContentRemoteObj(remoteObj); 2002 res = window->GetUIContentRemoteObj(remoteObj);
|
H A D | window_manager_test.cpp | 752 HWTEST_F(WindowManagerTest, GetUIContentRemoteObj, Function | SmallTest | Level2) 755 WMError res = WindowManager::GetInstance().GetUIContentRemoteObj(1, remoteObj);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 90 …virtual WMError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteOb…
|
H A D | window_session_impl.h | 261 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 89 …WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) overr…
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 141 …virtual WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteOb… in GetUIContentRemoteObj() function
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 717 WMError GetUIContentRemoteObj(int32_t windowId, sptr<IRemoteObject>& uiContentRemoteObj);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 644 WMError WindowAdapter::GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRe… in GetUIContentRemoteObj() function in OHOS::Rosen::WindowAdapter 650 return static_cast<WMError>(wmsProxy->GetUIContentRemoteObj(persistentId, uiContentRemoteObj)); in GetUIContentRemoteObj()
|
H A D | window_manager.cpp | 1075 WMError WindowManager::GetUIContentRemoteObj(int32_t windowId, sptr<IRemoteObject>& uiContentRemote… in GetUIContentRemoteObj() function in OHOS::Rosen::WindowManager 1077 …WMError ret = SingletonContainer::Get<WindowAdapter>().GetUIContentRemoteObj(windowId, uiContentRe… in GetUIContentRemoteObj()
|
H A D | window_session_impl.cpp | 2191 WSError WindowSessionImpl::GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() function in OHOS::Rosen::WindowSessionImpl
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 517 WSError errCode = GetUIContentRemoteObj(uiContentRemoteObj); in HandleGetUIContentRemoteObj()
|
H A D | session_stage_proxy.cpp | 338 WSError SessionStageProxy::GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() function in OHOS::Rosen::SessionStageProxy
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 477 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 730 WSError ret = GetUIContentRemoteObj(persistentId, uiContentRemoteObj); in HandleGetUIContentRemoteObj()
|
H A D | scene_session_manager_proxy.cpp | 1320 WSError SceneSessionManagerProxy::GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& … in GetUIContentRemoteObj() function in OHOS::Rosen::SceneSessionManagerProxy
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 3373 WSError Session::GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() function in OHOS::Rosen::Session 3383 return sessionStage_->GetUIContentRemoteObj(uiContentRemoteObj); in GetUIContentRemoteObj()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 273 …WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) overr…
|