Home
last modified time | relevance | path

Searched refs:WinId (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp198 sptr<Window> WindowImpl::FindWindowById(uint32_t WinId) in FindWindowById() argument
205 if (WinId == iter->second.first) { in FindWindowById()
206 WLOGI("FindWindow id: %{public}u", WinId); in FindWindowById()
225 sptr<Window> WindowImpl::GetWindowWithId(uint32_t WinId) in GetWindowWithId() argument
227 return FindWindowById(WinId); in GetWindowWithId()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h375 static sptr<Window> FindWindowById(uint32_t WinId);

Completed in 8 milliseconds