Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1472 napi_value windowIdValue = nullptr; in SetInputEventProperty() local
1474 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, windowId, &windowIdValue)); in SetInputEventProperty()
1475 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, result, "windowId", windowIdValue)); in SetInputEventProperty()

Completed in 4 milliseconds