Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp645 napi_value jsTimestamp = nullptr; in ConvertPointerEventFromJs() local
646 napi_get_named_property(env, jsObject, "timestamp", &jsTimestamp); in ConvertPointerEventFromJs()
658 if (!ConvertFromJsValue(env, jsTimestamp, timestamp)) { in ConvertPointerEventFromJs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp925 auto jsTimestamp = value->GetProperty("timestamp"); in GetKeyEventFromJS() local
926 auto timeStamp = jsTimestamp->ToNumber<int64_t>(); in GetKeyEventFromJS()