Home
last modified time | relevance | path

Searched refs:jsSessionType (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_utils.cpp206 bool IsJsSessionTypeUndefind(napi_env env, napi_value jsSessionType, SessionInfo& sessionInfo) in IsJsSessionTypeUndefind() argument
209 if (GetType(env, jsSessionType) != napi_undefined) { in IsJsSessionTypeUndefind()
210 if (!ConvertFromJsValue(env, jsSessionType, windowType)) { in IsJsSessionTypeUndefind()
379 napi_value jsSessionType = nullptr; in ConvertSessionInfoState() local
380 napi_get_named_property(env, jsObject, "sessionType", &jsSessionType); in ConvertSessionInfoState()
398 if (!IsJsSessionTypeUndefind(env, jsSessionType, sessionInfo)) { in ConvertSessionInfoState()