Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1460 napi_value actionTimeValue = nullptr; in SetInputEventProperty() local
1462 NAPI_CALL_RETURN_VOID(env, napi_create_int64(env, actionTime, &actionTimeValue)); in SetInputEventProperty()
1463 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, result, "actionTime", actionTimeValue)); in SetInputEventProperty()

Completed in 4 milliseconds