Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp3375 napi_value jsNeedRemoveSession = CreateJsValue(env, needRemoveSession); in TerminateSessionNew() local
3376 if (jsNeedRemoveSession == nullptr) { in TerminateSessionNew()
3380 napi_value argv[] = {jsNeedStartCaller, jsNeedRemoveSession}; in TerminateSessionNew()
3532 napi_value jsNeedRemoveSession = CreateJsValue(env, needRemoveSession); in OnSessionException() local
3538 napi_value argv[] = {jsSessionInfo, jsNeedRemoveSession, jsStartFail}; in OnSessionException()