Home
last modified time | relevance | path

Searched defs:intervalTime (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp238 int32_t intervalTime = 1000; variable
309 int32_t intervalTime = -1; variable
323 int32_t intervalTime = 0; variable
337 int32_t intervalTime = 10; variable
351 int32_t intervalTime = 10000; variable
473 int64_t intervalTime = 1; variable
486 int64_t intervalTime = 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_click_recognizer.h54 void SetInterval(float intervalTime) in SetInterval()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/alarm/src/main/js/default/pages/index/
H A Dindex.js179 let intervalTime = 1000; variable
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h121 …OnDemandTimer(const TimerCallback &callback, int32_t intervalTime, int32_t maxCount) : timerCallba… in OnDemandTimer()
177 … UnloadTimer(const UnloadTimerCallback unloadTimerCallback, int32_t intervalTime, int32_t maxCount) in UnloadTimer()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task.cpp24 int32_t intervalTime, in CycleTask()
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp557 void DfxHisysevent::ReportSingleKnuckleDoubleClickEvent(int32_t intervalTime, int32_t distanceInter… in ReportSingleKnuckleDoubleClickEvent()
574 …vent::ReportFailIfInvalidTime(const std::shared_ptr<PointerEvent> touchEvent, int32_t intervalTime) in ReportFailIfInvalidTime()
757 void DfxHisysevent::ReportScreenRecorderGesture(int32_t intervalTime) in ReportScreenRecorderGesture()
803 void DfxHisysevent::ReportKnuckleGestureFromFailToSuccessTime(int32_t intervalTime) in ReportKnuckleGestureFromFailToSuccessTime()
822 void DfxHisysevent::ReportKnuckleGestureFromSuccessToFailTime(int32_t intervalTime) in ReportKnuckleGestureFromSuccessToFailTime()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/eapol/
H A Deapol.c131 int64_t intervalTime = 0; in HandleEapolQueue() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dutils_test.cpp56 int intervalTime = 100 * 1000; member in OHOS::Test::BlockIntegerTest
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_dynamic_drawing_manager.cpp230 int64_t intervalTime = pointerEvent->GetActionTime() - lastUpTime_; in ProcessDownEvent() local
H A Dknuckle_drawing_manager.cpp216 int64_t intervalTime = touchEvent->GetActionTime() - lastUpTime_; in IsSingleKnuckleDoubleClick() local
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp374 uint32_t intervalTime = workConditionMap->at(WorkCondition::Type::TIMER)->uintVal; in IsTimerReady() local
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp424 int64_t intervalTime = touchEvent->GetActionTime() - knuckleGesture.lastPointerUpTime; in KnuckleGestureProcessor() local
517 void KeyCommandHandler::AdjustTimeIntervalConfigIfNeed(int64_t intervalTime) in AdjustTimeIntervalConfigIfNeed()
1713 int64_t intervalTime = intervalTime_; in HandleRepeatKeyCount() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp674 int64_t intervalTime = (secondTime - firstTime) / US_TO_MS; in CalcIntervalTime() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp370 int64_t intervalTime = std::chrono::duration_cast<std::chrono::milliseconds> in DayChecker() local
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp1292 const int intervalTime = 15; in MonitorServiceTask() local
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2260 int64_t intervalTime = 300000; variable