Home
last modified time | relevance | path

Searched refs:repeatTime (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_timer.h78 FormTimer(int64_t id, long repeatTime, int32_t uId = 0) in FormTimer() argument
82 period = repeatTime; in FormTimer()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h481 KeyEvent(KeyCode code, KeyAction action, std::vector<KeyCode> pressedCodes, int32_t repeatTime, TimeStamp timeStamp, in KeyEvent()
483 : code(code), action(action), pressedCodes(std::move(pressedCodes)), repeatTime(repeatTime), in KeyEvent()
486 KeyEvent(KeyCode code, KeyAction action, int32_t repeatTime = 0, int64_t timeStamp = 0, int64_t deviceId = 0, in KeyEvent()
493 new (this) KeyEvent(code, action, pCodes, repeatTime, time, 0, deviceId, sourceType, enhanceData); in KeyEvent()
587 int32_t repeatTime = 0; member
H A Dkey_event_recognizer.h30 std::vector<KeyEvent> GetKeyEvents(int32_t keyCode, int32_t keyAction, int32_t repeatTime, int64_t timeStamp = 0,
H A Dkey_event_recognizer.cpp504 std::vector<KeyEvent> KeyEventRecognizer::GetKeyEvents(int32_t keyCode, int32_t keyAction, int32_t repeatTime, in GetKeyEvents() argument
512 auto event = KeyEvent(static_cast<KeyCode>(keyCode), static_cast<KeyAction>(keyAction), repeatTime, in GetKeyEvents()
544 if ((keyAction == static_cast<int32_t>(KeyAction::DOWN)) && (repeatTime >= LONG_PRESS_DURATION) && in GetKeyEvents()
547 keyEvents.emplace_back(KeyEvent(static_cast<KeyCode>(keyCode), KeyAction::LONG_PRESS, repeatTime, timeStamp, in GetKeyEvents() local
555 keyEvents.emplace_back(KeyEvent(static_cast<KeyCode>(keyCode), KeyAction::CLICK, repeatTime, timeStamp, in GetKeyEvents() local
/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp198 int32_t repeatTime = isDelay ? DEFAULT_KEY_REPEAT_DELAY : DEFAULT_KEY_REPEAT_RATE; in GetKeyboardRepeatTime() local
200 repeatTime = isDelay ? iter->second.delayTime : iter->second.intervalTime; in GetKeyboardRepeatTime()
202 return repeatTime; in GetKeyboardRepeatTime()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h447 int32_t repeatTime = 0; member in OHOS::MMI::KeyEvent
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp270 keyEvent.repeatTime = 0; in SendKeyEvent()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp295 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_event_test_ng.cpp1009 int32_t repeatTime = 1; in HWTEST_F() local
1018 auto event = KeyEvent(code, action, pressedCodes, repeatTime, time, metaKey, deviceId, sourceType, {}); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp794 int32_t repeatTime = 1; in DrawGraphic() local
795 int32_t timerId = TimerMgr->AddTimer(PROTOCOL_DURATION, repeatTime, [this]() { in DrawGraphic()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp786 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp893 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1257 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in Initialize()

Completed in 15 milliseconds