/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 64 MOCK_METHOD1(GetUIContentRemoteObj, WSError(sptr<IRemoteObject>& uiContentRemoteObj));
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 68 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) override;
|
H A D | session_stage_interface.h | 146 virtual WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) = 0;
|
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 507 sptr<IRemoteObject> uiContentRemoteObj; in HandleGetUIContentRemoteObj() local 508 WSError errCode = GetUIContentRemoteObj(uiContentRemoteObj); in HandleGetUIContentRemoteObj() 509 reply.WriteRemoteObject(uiContentRemoteObj); in HandleGetUIContentRemoteObj()
|
H A D | session_stage_proxy.cpp | 314 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 D | scene_session_manager_proxy.h | 89 WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) override;
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 706 * @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 D | window_adapter.h | 90 virtual WMError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj);
|
H A D | window_session_impl.h | 262 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj) override;
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 141 virtual WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 644 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 D | window_manager.cpp | 1149 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 D | window_session_impl.cpp | 2037 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 D | scene_session_manager_stub.cpp | 761 sptr<IRemoteObject> uiContentRemoteObj; in HandleGetUIContentRemoteObj() local 762 WSError ret = GetUIContentRemoteObj(persistentId, uiContentRemoteObj); in HandleGetUIContentRemoteObj() 763 reply.WriteRemoteObject(uiContentRemoteObj); in HandleGetUIContentRemoteObj()
|
H A D | scene_session_manager_proxy.cpp | 1320 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 D | session.h | 482 WSError GetUIContentRemoteObj(sptr<IRemoteObject>& uiContentRemoteObj);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 3220 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 D | scene_session_manager.h | 292 WSError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) override;
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 6843 WSError SceneSessionManager::GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj) in GetUIContentRemoteObj() argument 6855 return sceneSession->GetUIContentRemoteObj(uiContentRemoteObj); in GetUIContentRemoteObj()
|