Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnative_module.cpp40 napi_value highContrastTextValue = nullptr; in InitHighContrastText() local
41 napi_create_object(env, &highContrastTextValue); in InitHighContrastText()
42 if (highContrastTextValue == nullptr) { in InitHighContrastText()
44 return highContrastTextValue; in InitHighContrastText()
46 NAPI_CALL(env, napi_define_properties(env, highContrastTextValue, in InitHighContrastText()
56 napi_status sts = napi_wrap(env, highContrastTextValue, reinterpret_cast<void*>(nativeObj), in InitHighContrastText()
64 return highContrastTextValue; in InitHighContrastText()