Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h631 NotifyTerminateSessionFunc terminateSessionFunc_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1473 session->terminateSessionFunc_ = std::move(func); in SetTerminateSessionListener()
2270 terminateSessionFunc_ = nullptr; in UnregisterSessionChangeListeners()
H A Dscene_session.cpp4224 if (session->terminateSessionFunc_) { in TerminateSession()
4225 session->terminateSessionFunc_(info); in TerminateSession()