Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp122 napi_value typePrevious = nullptr; in GetJsEnterKeyTypeProperty() local
131 …API_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::PREVIOUS), &typePrevious)); in GetJsEnterKeyTypeProperty()
141 NAPI_CALL(env, napi_set_named_property(env, enterKeyType, "PREVIOUS", typePrevious)); in GetJsEnterKeyTypeProperty()