Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_manager_lite.cpp113 std::vector<sptr<IFocusChangedListener>> focusChangeListeners; in NotifyFocused() local
116 focusChangeListeners = focusChangedListeners_; in NotifyFocused()
118 WLOGFD("NotifyFocused listeners: %{public}zu", focusChangeListeners.size()); in NotifyFocused()
119 for (auto& listener : focusChangeListeners) { in NotifyFocused()
136 std::vector<sptr<IFocusChangedListener>> focusChangeListeners; in NotifyUnfocused() local
139 focusChangeListeners = focusChangedListeners_; in NotifyUnfocused()
141 WLOGFD("NotifyUnfocused listeners: %{public}zu", focusChangeListeners.size()); in NotifyUnfocused()
142 for (auto& listener : focusChangeListeners) { in NotifyUnfocused()
H A Dwindow_manager.cpp130 std::vector<sptr<IFocusChangedListener>> focusChangeListeners; in NotifyFocused() local
133 focusChangeListeners = focusChangedListeners_; in NotifyFocused()
135 WLOGFD("NotifyFocused listeners: %{public}zu", focusChangeListeners.size()); in NotifyFocused()
136 for (auto& listener : focusChangeListeners) { in NotifyFocused()
146 std::vector<sptr<IFocusChangedListener>> focusChangeListeners; in NotifyUnfocused() local
149 focusChangeListeners = focusChangedListeners_; in NotifyUnfocused()
151 WLOGFD("NotifyUnfocused listeners: %{public}zu", focusChangeListeners.size()); in NotifyUnfocused()
152 for (auto& listener : focusChangeListeners) { in NotifyUnfocused()