/foundation/ability/form_fwk/services/include/ |
H A D | form_timer.h | 78 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 D | key_event.h | 481 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 D | key_event_recognizer.h | 30 std::vector<KeyEvent> GetKeyEvents(int32_t keyCode, int32_t keyAction, int32_t repeatTime, int64_t timeStamp = 0,
|
H A D | key_event_recognizer.cpp | 504 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 D | key_auto_repeat.cpp | 198 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 D | key_event.h | 447 int32_t repeatTime = 0; member in OHOS::MMI::KeyEvent
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.cpp | 270 keyEvent.repeatTime = 0; in SendKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend.cpp | 295 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_event_test_ng.cpp | 1009 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 D | knuckle_drawing_manager.cpp | 794 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 D | plugin_frontend.cpp | 786 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.cpp | 893 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 1257 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in Initialize()
|