Home
last modified time | relevance | path

Searched refs:jsSceneType (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.cpp152 bool IsJsSceneTypeUndefined(napi_env env, napi_value jsSceneType, SessionInfo& sessionInfo) in IsJsSceneTypeUndefined() argument
154 if (GetType(env, jsSceneType) != napi_undefined) { in IsJsSceneTypeUndefined()
156 if (!ConvertFromJsValue(env, jsSceneType, sceneType)) { in IsJsSceneTypeUndefined()
315 napi_value jsSceneType = nullptr; in ConvertSessionInfoName() local
316 napi_get_named_property(env, jsObject, "sceneType", &jsSceneType); in ConvertSessionInfoName()
336 if (!IsJsSceneTypeUndefined(env, jsSceneType, sessionInfo)) { in ConvertSessionInfoName()