Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp42 std::shared_ptr<JsGetInputMethodSetting> JsGetInputMethodSetting::inputMethod_{ nullptr };
117 if (inputMethod_ == nullptr) { in GetInputMethodSettingInstance()
119 if (inputMethod_ == nullptr) { in GetInputMethodSettingInstance()
125 inputMethod_ = engine; in GetInputMethodSettingInstance()
128 return inputMethod_; in GetInputMethodSettingInstance()
502 …t = ImeEventMonitorManagerImpl::GetInstance().RegisterImeEventListener(iter->second, inputMethod_); in Subscribe()
583 …= ImeEventMonitorManagerImpl::GetInstance().UnRegisterImeEventListener(iter->second, inputMethod_); in UnSubscribe()
H A Djs_get_input_method_setting.h151 static std::shared_ptr<JsGetInputMethodSetting> inputMethod_; variable