Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnative_module.cpp418 napi_value shortKeyTargetValue = nullptr; in InitShortKeyTarget() local
419 napi_create_object(env, &shortKeyTargetValue); in InitShortKeyTarget()
420 if (shortKeyTargetValue == nullptr) { in InitShortKeyTarget()
422 return shortKeyTargetValue; in InitShortKeyTarget()
424 NAPI_CALL(env, napi_define_properties(env, shortKeyTargetValue, in InitShortKeyTarget()
434 napi_status sts = napi_wrap(env, shortKeyTargetValue, reinterpret_cast<void*>(nativeObj), in InitShortKeyTarget()
442 return shortKeyTargetValue; in InitShortKeyTarget()