Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp606 subWindows_.insert(realWidId); in WindowUpdateAdded()
612 SetActiveWindow(realWidId); in WindowUpdateAdded()
632 if (realWidId == activeWindowId_) { in WindowUpdateRemoved()
638 a11yWindows_.erase(realWidId); in WindowUpdateRemoved()
639 subWindows_.erase(realWidId); in WindowUpdateRemoved()
665 subWindows_.insert(realWidId); in WindowUpdateFocused()
668 SetActiveWindow(realWidId); in WindowUpdateFocused()
712 subWindows_.insert(realWidId); in WindowUpdateActive()
715 SetActiveWindow(realWidId); in WindowUpdateActive()
750 SetActiveWindow(realWidId); in WindowUpdateTypeEvent()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_window_manager.h124 void WindowUpdateTypeEvent(const int32_t realWidId, Accessibility::WindowUpdateType type);