Home
last modified time | relevance | path

Searched refs:KeyboardListenerImpl (Results 1 - 3 of 3) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp55 class KeyboardListenerImpl : public KeyboardListener { class
57 KeyboardListenerImpl(){}; in KeyboardListenerImpl() function in OHOS::MiscServices::KeyboardListenerImpl
58 ~KeyboardListenerImpl(){}; in ~KeyboardListenerImpl()
71 int32_t KeyboardListenerImpl::keyCode_ = 0;
72 int32_t KeyboardListenerImpl::keyStatus_ = 0;
73 CursorInfo KeyboardListenerImpl::cursorInfo_ = {};
74 bool KeyboardListenerImpl::OnKeyEvent(int32_t keyCode, int32_t keyStatus, sptr<KeyEventConsumerProxy> &consumer) in OnKeyEvent()
76 IMSA_HILOGD("KeyboardListenerImpl::OnKeyEvent %{public}d %{public}d", keyCode, keyStatus); in OnKeyEvent()
81 bool KeyboardListenerImpl::OnKeyEvent( in OnKeyEvent()
86 bool KeyboardListenerImpl in OnKeyEvent()
[all...]
H A Dinput_method_controller_test.cpp159 class KeyboardListenerImpl : public KeyboardListener { class in OHOS::MiscServices::InputMethodControllerTest
161 KeyboardListenerImpl() in KeyboardListenerImpl() function in OHOS::MiscServices::InputMethodControllerTest::KeyboardListenerImpl
167 ~KeyboardListenerImpl(){}; in ~KeyboardListenerImpl()
171 IMSA_HILOGI("KeyboardListenerImpl doesKeyEventConsume_ false");
174 IMSA_HILOGI("KeyboardListenerImpl::OnKeyEvent %{public}d %{public}d", keyCode, keyStatus);
182 IMSA_HILOGI("KeyboardListenerImpl doesFUllKeyEventConsume_ false");
185 IMSA_HILOGI("KeyboardListenerImpl::OnKeyEvent %{public}d %{public}d", keyEvent->GetKeyCode(),
194 IMSA_HILOGI("KeyboardListenerImpl run in");
204 IMSA_HILOGI("KeyboardListenerImpl %{public}d %{public}d %{public}d", positionX, positionY, height);
211 IMSA_HILOGI("KeyboardListenerImpl
[all...]
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp25 class KeyboardListenerImpl : public KeyboardListener { class

Completed in 3 milliseconds