Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp63 struct PanelManagerContext : public AsyncCall::Context { struct
64 PanelManagerContext() : Context(nullptr, nullptr){}; in PanelManagerContext() function
77 auto ctxt = std::make_shared<PanelManagerContext>(); in ConnectSystemCmd()