Home
last modified time | relevance | path

Searched refs:GetCallingWindowRect (Results 1 - 13 of 13) sorted by relevance

/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.h287 WMError GetCallingWindowRect(int32_t persistentId, Rect& rect) override
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h134 virtual WMError GetCallingWindowRect(int32_t persistentId, Rect& rect);
H A Dwindow_session_impl.h279 virtual WMError GetCallingWindowRect(Rect& rect) const override;
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h232 virtual WMError GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() function in OHOS::Rosen::IWindowManager
/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.cpp3998 WMError WindowSessionImpl::GetCallingWindowRect(Rect& rect) const in GetCallingWindowRect() function in OHOS::OHOS::Rosen::WindowSessionImpl
4004 return SingletonContainer::Get<WindowAdapter>().GetCallingWindowRect(GetPersistentId(), rect); in GetCallingWindowRect()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp590 * @tc.name: GetCallingWindowRect
591 * @tc.desc: GetCallingWindowRect Test
594 HWTEST_F(WindowSessionImplTest4, GetCallingWindowRect, Function | SmallTest | Level2) in HWTEST_F()
597 option->SetWindowName("GetCallingWindowRect"); in HWTEST_F()
601 WMError retCode = window->GetCallingWindowRect(rect); in HWTEST_F()
609 window->GetCallingWindowRect(rect); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2276 virtual WMError GetCallingWindowRect(Rect& rect) const in GetCallingWindowRect() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h404 WMError GetCallingWindowRect(int32_t persistentId, Rect& rect) override;
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp1100 WMError ret = GetCallingWindowRect(persistentId, rect); in HandleGetCallingWindowRect()
1103 TLOGE(WmsLogTag::WMS_KEYBOARD, "Failed to GetCallingWindowRect(%{public}d)", persistentId); in HandleGetCallingWindowRect()
H A Dscene_session_manager_proxy.cpp2138 WMError SceneSessionManagerProxy::GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() function in OHOS::Rosen::SceneSessionManagerProxy
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10444 WMError SceneSessionManager::GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() function in OHOS::Rosen::SceneSessionManager

Completed in 48 milliseconds