Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.h57 static napi_value SwitchCurrentInputMethodSubtype(napi_env env, napi_callback_info info);
Djs_input_method.cpp34 DECLARE_NAPI_FUNCTION("switchCurrentInputMethodSubtype", SwitchCurrentInputMethodSubtype), in Init()
271 napi_value JsInputMethod::SwitchCurrentInputMethodSubtype(napi_env env, napi_callback_info info) in SwitchCurrentInputMethodSubtype() function in OHOS::MiscServices::JsInputMethod