/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/ |
H A D | alarm_timer_utils.cpp | 79 uint64_t AlarmTimerUtils::RegisterRepeatAlarm(int64_t time, int64_t repeatTime, const AlarmTimerCal… in RegisterRepeatAlarm() argument 81 …ister repeat timer, start time %{public}" PRId64 ", repeat %{public}" PRId64 "", time, repeatTime); in RegisterRepeatAlarm() 86 int64_t repeatTimeMs = repeatTime * Constant::MILLESECONDS; in RegisterRepeatAlarm()
|
/ohos5.0/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, Ti… 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 de… 493 … new (this) KeyEvent(code, action, pCodes, repeatTime, time, 0, deviceId, sourceType, enhanceData); 587 int32_t repeatTime = 0; member
|
H A D | key_event_recognizer.cpp | 501 …<KeyEvent> KeyEventRecognizer::GetKeyEvents(int32_t keyCode, int32_t keyAction, int32_t repeatTime, in GetKeyEvents() argument 509 …auto event = KeyEvent(static_cast<KeyCode>(keyCode), static_cast<KeyAction>(keyAction), repeatTime, in GetKeyEvents() 540 … if ((keyAction == static_cast<int32_t>(KeyAction::DOWN)) && (repeatTime >= LONG_PRESS_DURATION) && in GetKeyEvents() 543 ….emplace_back(KeyEvent(static_cast<KeyCode>(keyCode), KeyAction::LONG_PRESS, repeatTime, timeStamp, in GetKeyEvents() 551 …vents.emplace_back(KeyEvent(static_cast<KeyCode>(keyCode), KeyAction::CLICK, repeatTime, timeStamp, in GetKeyEvents()
|
H A D | key_event_recognizer.h | 30 …std::vector<KeyEvent> GetKeyEvents(int32_t keyCode, int32_t keyAction, int32_t repeatTime, int64_t…
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_timer.h | 78 FormTimer(int64_t id, long repeatTime, int32_t uId = 0) 82 period = repeatTime;
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | key_auto_repeat.cpp | 193 int32_t repeatTime = isDelay ? DEFAULT_KEY_REPEAT_DELAY : DEFAULT_KEY_REPEAT_RATE; in GetKeyboardRepeatTime() local 195 repeatTime = isDelay ? iter->second.delayTime : iter->second.intervalTime; in GetKeyboardRepeatTime() 197 return repeatTime; in GetKeyboardRepeatTime()
|
/ohos5.0/base/update/updateservice/services/core/ability/alarm/include/ |
H A D | alarm_timer_utils.h | 33 …static uint64_t RegisterRepeatAlarm(int64_t time, int64_t repeatTime, const AlarmTimerCallback &ca…
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 110 event.repeatTime = keyEvent->repeatTime; in ConvertKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 447 int32_t repeatTime = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.cpp | 272 keyEvent.repeatTime = 0; in SendKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend.cpp | 299 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_event_test_ng.cpp | 1009 int32_t repeatTime = 1; variable 1018 …auto event = KeyEvent(code, action, pressedCodes, repeatTime, time, metaKey, deviceId, sourceType,…
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_drawing_manager.cpp | 778 int32_t repeatTime = 1; in ProcessUpEvent() local 779 int32_t timerId = TimerMgr->AddTimer(PROTOCOL_DURATION, repeatTime, [this]() { in ProcessUpEvent()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 791 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 1266 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in Initialize()
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 2176 int32_t repeatTime = 1; in RotateDragWindowAsync() local 2177 timerId_ = context_->GetTimerManager().AddTimer(ASYNC_ROTATE_TIME, repeatTime, [this]() { in RotateDragWindowAsync()
|