Home
last modified time | relevance | path

Searched refs:uiContentRemoteObj (Results 1 - 19 of 19) sorted by relevance

/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h64 MOCK_METHOD1(GetUIContentRemoteObj, WSError(sptr<IRemoteObject>& uiContentRemoteObj));
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h68 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) override;
H A Dsession_stage_interface.h146 virtual WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) = 0;
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp507 sptr<IRemoteObject> uiContentRemoteObj; in HandleGetUIContentRemoteObj() local
508 WSError errCode = GetUIContentRemoteObj(uiContentRemoteObj); in HandleGetUIContentRemoteObj()
509 reply.WriteRemoteObject(uiContentRemoteObj); in HandleGetUIContentRemoteObj()
H A Dsession_stage_proxy.cpp314 WSError SessionStageProxy::GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
340 uiContentRemoteObj = remoteObj; in GetUIContentRemoteObj()
/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) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h706 * @param uiContentRemoteObj uiContentRemoteObj
707 * @return WM_OK if successfully retrieved uiContentRemoteObj
709 WMError GetUIContentRemoteObj(int32_t windowId, sptr<IRemoteObject>& uiContentRemoteObj);
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h90 virtual WMError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj);
H A Dwindow_session_impl.h262 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) override;
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h141 virtual WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp644 WMError WindowAdapter::GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
650 return static_cast<WMError>(wmsProxy->GetUIContentRemoteObj(persistentId, uiContentRemoteObj)); in GetUIContentRemoteObj()
H A Dwindow_manager.cpp1149 WMError WindowManager::GetUIContentRemoteObj(int32_t windowId, sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
1151 WMError ret = SingletonContainer::Get<WindowAdapter>().GetUIContentRemoteObj(windowId, uiContentRemoteObj); in GetUIContentRemoteObj()
H A Dwindow_session_impl.cpp2037 WSError WindowSessionImpl::GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
2044 uiContentRemoteObj = uiContent->GetRemoteObj(); in GetUIContentRemoteObj()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp761 sptr<IRemoteObject> uiContentRemoteObj; in HandleGetUIContentRemoteObj() local
762 WSError ret = GetUIContentRemoteObj(persistentId, uiContentRemoteObj); in HandleGetUIContentRemoteObj()
763 reply.WriteRemoteObject(uiContentRemoteObj); in HandleGetUIContentRemoteObj()
H A Dscene_session_manager_proxy.cpp1320 WSError SceneSessionManagerProxy::GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
1349 uiContentRemoteObj = remoteObj; in GetUIContentRemoteObj()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h482 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3220 WSError Session::GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
3230 return sessionStage_->GetUIContentRemoteObj(uiContentRemoteObj); in GetUIContentRemoteObj()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h292 WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) override;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6843 WSError SceneSessionManager::GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
6855 return sceneSession->GetUIContentRemoteObj(uiContentRemoteObj); in GetUIContentRemoteObj()

Completed in 51 milliseconds