Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.h60 static napi_value SwitchCurrentInputMethodAndSubtype(napi_env env, napi_callback_info info);
H A Djs_input_method.cpp39 … DECLARE_NAPI_FUNCTION("switchCurrentInputMethodAndSubtype", SwitchCurrentInputMethodAndSubtype), in Init()
368 napi_value JsInputMethod::SwitchCurrentInputMethodAndSubtype(napi_env env, napi_callback_info info) in SwitchCurrentInputMethodAndSubtype() function in OHOS::MiscServices::JsInputMethod