Home
last modified time | relevance | path

Searched refs:repeatTime (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/
H A Dalarm_timer_utils.cpp79 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 Dkey_event.h481 …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 Dkey_event_recognizer.cpp501 …<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 Dkey_event_recognizer.h30 …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 Dform_timer.h78 FormTimer(int64_t id, long repeatTime, int32_t uId = 0)
82 period = repeatTime;
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp193 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 Dalarm_timer_utils.h33 …static uint64_t RegisterRepeatAlarm(int64_t time, int64_t repeatTime, const AlarmTimerCallback &ca…
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp110 event.repeatTime = keyEvent->repeatTime; in ConvertKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h447 int32_t repeatTime = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp272 keyEvent.repeatTime = 0; in SendKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp299 .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 Dtabs_event_test_ng.cpp1009 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 Dknuckle_drawing_manager.cpp778 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 Djs_frontend.cpp893 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp791 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in HandleSyncEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1266 .append(std::to_string(static_cast<int32_t>(info.repeatTime))) in Initialize()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2176 int32_t repeatTime = 1; in RotateDragWindowAsync() local
2177 timerId_ = context_->GetTimerManager().AddTimer(ASYNC_ROTATE_TIME, repeatTime, [this]() { in RotateDragWindowAsync()