Home
last modified time | relevance | path

Searched defs:SetCallingWindowContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h71 struct SetCallingWindowContext : public AsyncCall::Context { struct
73 SetCallingWindowContext() : Context(nullptr, nullptr) {}; in SetCallingWindowContext() argument
74SetCallingWindowContext(InputAction input, OutputAction output) : Context(std::move(input), std::m… in SetCallingWindowContext() function
76 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
81 napi_status operator()(napi_env env, napi_value *result) override in operator()