Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h195 static napi_value CreateSendFunctionKey(napi_env env, int32_t functionKey);
H A Djs_get_input_method_controller.cpp899 napi_value JsGetInputMethodController::CreateSendFunctionKey(napi_env env, int32_t functionKey) in CreateSendFunctionKey() function in OHOS::MiscServices::JsGetInputMethodController
932 napi_value functionKey = CreateSendFunctionKey(env, entry->enterKeyType); in SendFunctionKey()