Home
last modified time | relevance | path

Searched refs:windId (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow.cpp207 sptr<Window> Window::GetWindowWithId(uint32_t windId) in GetWindowWithId() argument
210 return WindowSceneSessionImpl::GetWindowWithId(windId); in GetWindowWithId()
212 return WindowImpl::GetWindowWithId(windId); in GetWindowWithId()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp359 bool SecurityComponentHandler::GetWindowSceneWindowId(RefPtr<FrameNode>& node, uint32_t& windId) in GetWindowSceneWindowId() argument
374 windId = static_cast<uint32_t>(session->GetPersistentId()); in GetWindowSceneWindowId()
417 uint32_t windId = container->GetWindowId(); in InitBaseInfo() local
419 windId = pipeline->GetFocusWindowId(); in InitBaseInfo()
422 GetWindowSceneWindowId(node, windId); in InitBaseInfo()
424 buttonInfo.windowId_ = static_cast<int32_t>(windId); in InitBaseInfo()
H A Dsecurity_component_handler.h76 static bool GetWindowSceneWindowId(RefPtr<FrameNode>& node, uint32_t& windId);
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h78 static sptr<WindowSessionImpl> GetWindowWithId(uint32_t windId);
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2216 * @param windId window id
2219 static sptr<Window> GetWindowWithId(uint32_t windId);
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp2518 uint32_t windId = 0; in HWTEST_F() local
2524 window->GetWindowWithId(windId); in HWTEST_F()

Completed in 12 milliseconds