Searched refs:NotifySessionExceptionFunc (Results 1 – 2 of 2) sorted by relevance
68 using NotifySessionExceptionFunc = std::function<void(const SessionInfo& info, bool needRemoveSessi… variable155 void SetSessionExceptionListener(NotifySessionExceptionFunc&& func, bool fromJsScene);634 NotifySessionExceptionFunc sessionExceptionFunc_;635 NotifySessionExceptionFunc jsSceneSessionExceptionFunc_;
1682 void Session::SetSessionExceptionListener(NotifySessionExceptionFunc&& func, bool fromJsScene) in SetSessionExceptionListener()