Home
last modified time | relevance | path

Searched refs:pressedTime (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_compatible.h92 int64_t pressedTime; member
/foundation/multimodalinput/input/util/napi/src/
H A Dutil_napi_value.cpp255 int64_t pressedTime = GetNamePropertyInt64(env, napiValue, "pressedTime"); in GetNamePropertyKeyItem() local
256 keyItem.SetDownTime(pressedTime); in GetNamePropertyKeyItem()
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp468 int64_t pressedTime; in HandleTouchPropertyInt32() local
469 if (GetNamedPropertyInt64(env, touchProperty, "pressedTime", pressedTime) != RET_OK) { in HandleTouchPropertyInt32()
488 pointerEvent->SetActionTime(pressedTime); in HandleTouchPropertyInt32()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp368 int64_t pressedTime {}; in GetValue()
369 status = GetNamedProperty(env, in, "pressedTime", pressedTime); in GetValue()
370 CHECK_RETURN(status == napi_ok, "get pressedTime property failed", status); in GetValue()
371 SLOGI("pressedTime=%{public}" PRIu64, pressedTime); in GetValue()
372 out.SetDownTime(pressedTime); in GetValue()
394 napi_value pressedTime {}; in SetValue()
395 status = SetValue(env, in->GetDownTime(), pressedTime); in SetValue()
396 CHECK_RETURN((status == napi_ok) && (pressedTime ! in SetValue()
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1429 int64_t pressedTime = keyItem->GetDownTime(); in GetKeyValue() local
1430 NAPI_CALL_RETURN_VOID(env, napi_create_int64(env, pressedTime, &timeValue)); in GetKeyValue()
1431 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, keyObject, "pressedTime", timeValue)); in GetKeyValue()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp223 points[i].pressedTime = touchPoint.downTime.time_since_epoch().count(); in ConvertTouchPointsToPoints()
H A Dnode_common_modifier.cpp6563 touchPoint.pressedTime = locationInfo.GetTimeStamp().time_since_epoch().count(); in ConvertTouchLocationInfoToPoint()
6596 points[i].pressedTime = touchPoint.downTime.time_since_epoch().count(); in ConvertTouchPointsToPoints()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h130 ArkUI_Int64 pressedTime; member

Completed in 42 milliseconds