Home
last modified time | relevance | path

Searched defs:keyDownDuration (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/fuzztest/subscribekeyevent_fuzzer/
H A Dsubscribekeyevent_fuzzer.cpp70 int32_t keyDownDuration; in SubscribeKeyEventFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp50 int32_t keyDownDuration = 0; in GetInjectionEventData() local
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp109 cJSON *keyDownDuration = cJSON_GetObjectItemCaseSensitive(jsonData, "keyDownDuration"); in GetKeyDownDuration() local
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp412 void DfxHisysevent::CalcComboStartTimes(const int32_t keyDownDuration) in CalcComboStartTimes()