Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h68 using NotifySessionExceptionFunc = std::function<void(const SessionInfo& info, bool needRemoveSessi… variable
155 void SetSessionExceptionListener(NotifySessionExceptionFunc&& func, bool fromJsScene);
634 NotifySessionExceptionFunc sessionExceptionFunc_;
635 NotifySessionExceptionFunc jsSceneSessionExceptionFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1682 void Session::SetSessionExceptionListener(NotifySessionExceptionFunc&& func, bool fromJsScene) in SetSessionExceptionListener()