Home
last modified time | relevance | path

Searched refs:NotifySessionStateChangeNotifyManagerFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h55 using NotifySessionStateChangeNotifyManagerFunc = std::function<void(int32_t persistentId, const Se… variable
271 …void SetSessionStateChangeNotifyManagerListener(const NotifySessionStateChangeNotifyManagerFunc& f…
606 NotifySessionStateChangeNotifyManagerFunc sessionStateChangeNotifyManagerFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2289 …ssion::SetSessionStateChangeNotifyManagerListener(const NotifySessionStateChangeNotifyManagerFunc&… in SetSessionStateChangeNotifyManagerListener()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5823NotifySessionStateChangeNotifyManagerFunc func = [this](int32_t persistentId, const SessionState& … in RegisterSessionStateChangeNotifyManagerFunc()