Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h79 using NotifySessionInfoChangeNotifyManagerFunc = std::function<void(int32_t persistentid)>; variable
272 …void SetSessionInfoChangeNotifyManagerListener(const NotifySessionInfoChangeNotifyManagerFunc& fun…
605 NotifySessionInfoChangeNotifyManagerFunc sessionInfoChangeNotifyManagerFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2298 …ession::SetSessionInfoChangeNotifyManagerListener(const NotifySessionInfoChangeNotifyManagerFunc& … in SetSessionInfoChangeNotifyManagerListener()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5837 NotifySessionInfoChangeNotifyManagerFunc func = [weakSessionManager](int32_t persistentId) { in RegisterSessionInfoChangeNotifyManagerFunc()