Searched refs:fromJsScene (Results 1 – 2 of 2) sorted by relevance
155 void SetSessionExceptionListener(NotifySessionExceptionFunc&& func, bool fromJsScene);
1682 void Session::SetSessionExceptionListener(NotifySessionExceptionFunc&& func, bool fromJsScene) in SetSessionExceptionListener() argument1685 auto task = [weakThis = wptr(this), func = std::move(func), where, fromJsScene] { in SetSessionExceptionListener()1691 if (fromJsScene) { in SetSessionExceptionListener()