Home
last modified time | relevance | path

Searched refs:GetCallingWindowRect (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h134 virtual WMError GetCallingWindowRect(int32_t persistentId, Rect& rect);
H A Dwindow_session_impl.h278 virtual WMError GetCallingWindowRect(Rect& rect) const override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h116 WMError GetCallingWindowRect(int32_t persistentId, Rect& rect) override;
H A Dscene_session_manager_interface.h270 WMError GetCallingWindowRect(int32_t persistentId, Rect& rect) override in GetCallingWindowRect() function
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h232 virtual WMError GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp922 WMError WindowAdapter::GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() function in OHOS::Rosen::WindowAdapter
928 return static_cast<WMError>(wmsProxy->GetCallingWindowRect(persistentId, rect)); in GetCallingWindowRect()
H A Dwindow_session_impl.cpp4139 WMError WindowSessionImpl::GetCallingWindowRect(Rect& rect) const in GetCallingWindowRect() function in OHOS::Rosen::WindowSessionImpl
4146 return SingletonContainer::Get<WindowAdapter>().GetCallingWindowRect(GetPersistentId(), rect); in GetCallingWindowRect()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp619 HWTEST_F(WindowSessionImplTest4, GetCallingWindowRect, Function | SmallTest | Level2)
626 WMError retCode = window->GetCallingWindowRect(rect);
634 window->GetCallingWindowRect(rect);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2385 virtual WMError GetCallingWindowRect(Rect& rect) const in GetCallingWindowRect() function
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp719 ret = window_->GetCallingWindowRect(windowInfo.rect); in GetCallingWindowInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp1058 WMError ret = GetCallingWindowRect(persistentId, rect); in HandleGetCallingWindowRect()
H A Dscene_session_manager_proxy.cpp2138 WMError SceneSessionManagerProxy::GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h402 WMError GetCallingWindowRect(int32_t persistentId, Rect& rect) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10838 WMError SceneSessionManager::GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() function in OHOS::Rosen::SceneSessionManager