Home
last modified time | relevance | path

Searched refs:SetCallingWindowContext (Results 1 – 2 of 2) 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() argument
H A Djs_get_input_method_controller.cpp574 auto ctxt = std::make_shared<SetCallingWindowContext>(); in SetCallingWindow()