Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp116 napi_value typeNone = nullptr; in GetJsEnterKeyTypeProperty() local
125 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::NONE), &typeNone)); in GetJsEnterKeyTypeProperty()
135 NAPI_CALL(env, napi_set_named_property(env, enterKeyType, "NONE", typeNone)); in GetJsEnterKeyTypeProperty()
149 napi_value typeNone = nullptr; in GetJsTextInputTypeProperty() local
159 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(TextInputType::NONE), &typeNone)); in GetJsTextInputTypeProperty()
170 NAPI_CALL(env, napi_set_named_property(env, textInputType, "NONE", typeNone)); in GetJsTextInputTypeProperty()