Home
last modified time | relevance | path

Searched refs:GetWindowNodeById (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp205 auto node = GetWindowNodeById(id); in RaiseToTop()
224 auto node = GetWindowNodeById(id); in LowerToBottom()
302 ListNode<LiteWindow*>* LiteWM::GetWindowNodeById(int32_t id) in GetWindowNodeById() function in OHOS::LiteWM
350 auto node = GetWindowNodeById(id); in RemoveWindow()
H A Dlite_wm.h79 ListNode<LiteWindow*>* GetWindowNodeById(int32_t id);