Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.h26 struct SwitchInputMethodContext : public AsyncCall::Context { struct
33 SwitchInputMethodContext() : Context(nullptr, nullptr){}; in SwitchInputMethodContext() argument
34SwitchInputMethodContext(InputAction input, OutputAction output) : Context(std::move(input), std::… in SwitchInputMethodContext() function
68 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt);
70 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt);
Djs_input_method.cpp43 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt) in GetInputMethodProperty()
78 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt) in GetInputMethodSubProperty()
211 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchInputMethod()
273 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchCurrentInputMethodSubtype()
311 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchCurrentInputMethodAndSubtype()