Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.h27 struct SwitchInputMethodContext : public AsyncCall::Context { struct
35 SwitchInputMethodContext() : Context(nullptr, nullptr){}; in SwitchInputMethodContext() argument
36SwitchInputMethodContext(InputAction input, OutputAction output) : Context(std::move(input), std::… in SwitchInputMethodContext() function
73 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt);
75 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt);
H A Djs_input_method.cpp47 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt) in GetInputMethodProperty()
82 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt) in GetInputMethodSubProperty()
236 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchInputMethod()
335 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchCurrentInputMethodSubtype()
371 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchCurrentInputMethodAndSubtype()