Home
last modified time | relevance | path

Searched refs:LIBINPUT_KEY_STATE_PRESSED (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/fingerprint_event_processor/test/src/
H A Dfingerprint_event_processor_test.cpp153 .WillOnce(Return(LIBINPUT_KEY_STATE_PRESSED)); in HWTEST_F()
223 .WillOnce(Return(LIBINPUT_KEY_STATE_PRESSED)); in HWTEST_F()
297 .WillOnce(Return(LIBINPUT_KEY_STATE_PRESSED)); in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp171 modifierPressedCount_ += (keyState == LIBINPUT_KEY_STATE_PRESSED) ? 1 : -1; in UpdateDwtKeyboardRecord()
173 if (keyState == LIBINPUT_KEY_STATE_PRESSED && modifierPressedCount_ > 0) { in UpdateDwtKeyboardRecord()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h64 LIBINPUT_KEY_STATE_PRESSED = 1 enumerator
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp257 if (state == LIBINPUT_KEY_STATE_PRESSED) { in AnalyseKeyEvent()

Completed in 3 milliseconds