Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1424 napi_value actionTimeValue = nullptr; in SetInputEventProperty() local
1426 NAPI_CALL_RETURN_VOID(env, napi_create_int64(env, actionTime, &actionTimeValue)); in SetInputEventProperty()
1427 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, result, "actionTime", actionTimeValue)); in SetInputEventProperty()