Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h65 using NotifySystemBarPropertyChangeFunc = std::function<void( variable
325 void RegisterSystemBarPropertyChangeCallback(NotifySystemBarPropertyChangeFunc&& callback);
597 NotifySystemBarPropertyChangeFunc onSystemBarPropertyChange_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp832 void SceneSession::RegisterSystemBarPropertyChangeCallback(NotifySystemBarPropertyChangeFunc&& call… in RegisterSystemBarPropertyChangeCallback()