Home
last modified time | relevance | path

Searched refs:SendPrivateCommandContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.h36 struct SendPrivateCommandContext : public AsyncCall::Context { struct
39 SendPrivateCommandContext() : Context(nullptr, nullptr){}; in SendPrivateCommandContext() argument
H A Djs_keyboard_panel_manager.cpp209 auto ctxt = std::make_shared<SendPrivateCommandContext>(); in SendPrivateCommand()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_text_input_client_engine.h292 struct SendPrivateCommandContext : public AsyncCall::Context { struct
296 SendPrivateCommandContext() : Context(nullptr, nullptr){}; in SendPrivateCommandContext() argument
H A Djs_text_input_client_engine.cpp244 auto ctxt = std::make_shared<SendPrivateCommandContext>(); in SendPrivateCommand()