Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnative_module.cpp389 napi_value shortKeyValue = nullptr; in InitShortKey() local
390 napi_create_object(env, &shortKeyValue); in InitShortKey()
391 if (shortKeyValue == nullptr) { in InitShortKey()
393 return shortKeyValue; in InitShortKey()
395 NAPI_CALL(env, napi_define_properties(env, shortKeyValue, in InitShortKey()
405 napi_status sts = napi_wrap(env, shortKeyValue, reinterpret_cast<void*>(nativeObj), in InitShortKey()
413 return shortKeyValue; in InitShortKey()