Home
last modified time | relevance | path

Searched refs:kdListener_ (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp192 if (kdListener_ == nullptr) { in SetKdListener()
193 kdListener_ = std::move(kdListener); in SetKdListener()
302 if (kdListener_ == nullptr) { in DispatchKeyEvent()
303 IMSA_HILOGE("kdListener_ is nullptr!"); in DispatchKeyEvent()
308 if (!kdListener_->OnDealKeyEvent(keyEvent, consumer)) { in DispatchKeyEvent()
331 if (kdListener_ == nullptr) { in OnCursorUpdate()
332 IMSA_HILOGE("kdListener_ is nullptr!"); in OnCursorUpdate()
336 kdListener_->OnCursorUpdate(positionX, positionY, height); in OnCursorUpdate()
342 if (kdListener_ == nullptr) { in OnSelectionChange()
343 IMSA_HILOGE("kdListener_ i in OnSelectionChange()
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h124 std::shared_ptr<KeyboardListener> kdListener_; member in OHOS::MiscServices::InputMethodAbility

Completed in 2 milliseconds