Home
last modified time | relevance | path

Searched refs:IWindowSystemBarEnableListener (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h223 virtual WMError RegisterSystemBarEnableListener(const sptr<IWindowSystemBarEnableListener>& listener) override;
224 virtual WMError UnRegisterSystemBarEnableListener(const sptr<IWindowSystemBarEnableListener>& listener) override;
242 inline EnableIfSame<T, IWindowSystemBarEnableListener, std::vector<sptr<IWindowSystemBarEnableListener>>>
245 std::vector<sptr<IWindowSystemBarEnableListener>> systemBarEnableListeners; in GetListeners()
285 static std::map<uint32_t, std::vector<sptr<IWindowSystemBarEnableListener>>> systemBarEnableListeners_;
H A Dwindow.h67 class IWindowSystemBarEnableListener : virtual public RefBase { class
238 virtual WMError RegisterSystemBarEnableListener(const sptr<IWindowSystemBarEnableListener>& listener) = 0;
239 virtual WMError UnRegisterSystemBarEnableListener(const sptr<IWindowSystemBarEnableListener>& listener) = 0;
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp32 std::map<uint32_t, std::vector<sptr<IWindowSystemBarEnableListener>>> WindowImpl::systemBarEnableListeners_;
723 WMError WindowImpl::RegisterSystemBarEnableListener(const sptr<IWindowSystemBarEnableListener>& listener) in RegisterSystemBarEnableListener()
731 WMError WindowImpl::UnRegisterSystemBarEnableListener(const sptr<IWindowSystemBarEnableListener>& listener) in UnRegisterSystemBarEnableListener()
861 auto systemBarEnableListeners = GetListeners<IWindowSystemBarEnableListener>(); in NotifySystemBarChange()

Completed in 5 milliseconds