Home
last modified time | relevance | path

Searched refs:jsPersistentId (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.cpp167 bool IsJsPersistentIdUndefind(napi_env env, napi_value jsPersistentId, SessionInfo& sessionInfo) in IsJsPersistentIdUndefind() argument
169 if (GetType(env, jsPersistentId) != napi_undefined) { in IsJsPersistentIdUndefind()
171 if (!ConvertFromJsValue(env, jsPersistentId, persistentId)) { in IsJsPersistentIdUndefind()
375 napi_value jsPersistentId = nullptr; in ConvertSessionInfoState() local
376 napi_get_named_property(env, jsObject, "persistentId", &jsPersistentId); in ConvertSessionInfoState()
392 if (!IsJsPersistentIdUndefind(env, jsPersistentId, sessionInfo)) { in ConvertSessionInfoState()