Searched refs:jsScreenId (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 225 bool IsJsScreenIdUndefind(napi_env env, napi_value jsScreenId, SessionInfo& sessionInfo) in IsJsScreenIdUndefind() argument 227 if (GetType(env, jsScreenId) != napi_undefined) { in IsJsScreenIdUndefind() 229 if (!ConvertFromJsValue(env, jsScreenId, screenId)) { in IsJsScreenIdUndefind() 383 napi_value jsScreenId = nullptr; in ConvertSessionInfoState() local 384 napi_get_named_property(env, jsObject, "screenId", &jsScreenId); in ConvertSessionInfoState() 401 if (!IsJsScreenIdUndefind(env, jsScreenId, sessionInfo)) { in ConvertSessionInfoState()
|