Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h606 NotifySessionStateChangeNotifyManagerFunc sessionStateChangeNotifyManagerFunc_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2291 sessionStateChangeNotifyManagerFunc_ = func; in SetSessionStateChangeNotifyManagerListener()
2339 if (session->sessionStateChangeNotifyManagerFunc_) { in NotifySessionStateChange()
2340 session->sessionStateChangeNotifyManagerFunc_(session->GetPersistentId(), state); in NotifySessionStateChange()