Home
last modified time | relevance | path

Searched refs:GetUIContentRemoteObj (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp124 HWTEST_F(SessionStageProxyTest, GetUIContentRemoteObj, Function | SmallTest | Level1)
128 WSError res = sessionStage_->GetUIContentRemoteObj(remoteObj);
H A Dsession_test.cpp1275 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 Dscene_session_manager_proxy_test.cpp865 HWTEST_F(sceneSessionManagerProxyTest, GetUIContentRemoteObj, Function | SmallTest | Level2)
871 …ASSERT_EQ(WSError::WS_ERROR_IPC_FAILED, sceneSessionManagerProxy->GetUIContentRemoteObj(1, remoteO…
H A Dscene_session_manager_test.cpp621 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 Dmock_session_stage.h66 MOCK_METHOD1(GetUIContentRemoteObj, WSError(sptr<IRemoteObject>& uiContentRemoteObj));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h67 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) override;
H A Dsession_stage_interface.h110 virtual WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) = 0;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp109 HWTEST_F(WindowAdapterTest, GetUIContentRemoteObj, Function | SmallTest | Level2)
115 auto ret = windowAdapter.GetUIContentRemoteObj(WINDOW_ID, remoteObj);
H A Dwindow_session_impl_test.cpp1991 HWTEST_F(WindowSessionImplTest, GetUIContentRemoteObj, Function | SmallTest | Level2)
1999 WSError res = window->GetUIContentRemoteObj(remoteObj);
2002 res = window->GetUIContentRemoteObj(remoteObj);
H A Dwindow_manager_test.cpp752 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 Dwindow_adapter.h90 …virtual WMError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteOb…
H A Dwindow_session_impl.h261 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h89 …WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) overr…
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h141 …virtual WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteOb… in GetUIContentRemoteObj() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h717 WMError GetUIContentRemoteObj(int32_t windowId, sptr<IRemoteObject>& uiContentRemoteObj);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp644 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 Dwindow_manager.cpp1075 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 Dwindow_session_impl.cpp2191 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 Dsession_stage_stub.cpp517 WSError errCode = GetUIContentRemoteObj(uiContentRemoteObj); in HandleGetUIContentRemoteObj()
H A Dsession_stage_proxy.cpp338 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 Dsession.h477 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp730 WSError ret = GetUIContentRemoteObj(persistentId, uiContentRemoteObj); in HandleGetUIContentRemoteObj()
H A Dscene_session_manager_proxy.cpp1320 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 Dsession.cpp3373 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 Dscene_session_manager.h273 …WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) overr…

12