Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h155 void SetSessionExceptionListener(NotifySessionExceptionFunc&& func, bool fromJsScene);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1682 void Session::SetSessionExceptionListener(NotifySessionExceptionFunc&& func, bool fromJsScene) in SetSessionExceptionListener() argument
1685 auto task = [weakThis = wptr(this), func = std::move(func), where, fromJsScene] { in SetSessionExceptionListener()
1691 if (fromJsScene) { in SetSessionExceptionListener()