/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | multiple_click_recognizer.h | 54 void SetInterval(float intervalTime) in SetInterval() argument
|
/foundation/multimodalinput/input/service/dfx/test/ |
H A D | dfx_hisysevent_test.cpp | 238 int32_t intervalTime = 1000; in HWTEST_F() local 309 int32_t intervalTime = -1; in HWTEST_F() local 323 int32_t intervalTime = 0; in HWTEST_F() local 337 int32_t intervalTime = 10; HWTEST_F() local 351 int32_t intervalTime = 10000; HWTEST_F() local 473 int64_t intervalTime = 1; HWTEST_F() local 486 int64_t intervalTime = 1; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | utils_test.cpp | 56 int intervalTime = 100 * 1000; member in OHOS::Test::BlockIntegerTest
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/ |
H A D | cycle_task.cpp | 22 CycleTask(std::string taskName, std::set<std::string> bundleNames, int32_t intervalTime, std::shared_ptr<CloudFile::DataSyncManager> dataSyncManager) CycleTask() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_controller.cpp | 101 void LinearIndicatorController::StartProgressInterval(int32_t intervalTime) in StartProgressInterval() argument 191 void LinearIndicatorController::PlayingUpdateTime(int32_t animationTime, int32_t intervalTime) in PlayingUpdateTime() argument 224 Start(int32_t animationTime, int32_t intervalTime) Start() argument [all...] |
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_dynamic_drawing_manager.cpp | 231 int64_t intervalTime = pointerEvent->GetActionTime() - lastUpTime_; in ProcessDownEvent() local
|
H A D | knuckle_drawing_manager.cpp | 216 int64_t intervalTime = touchEvent->GetActionTime() - lastUpTime_; in IsSingleKnuckleDoubleClick() local
|
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/ |
H A D | file_access_service.h | 121 OnDemandTimer(const TimerCallback &callback, int32_t intervalTime, int32_t maxCount) : timerCallback_(callback), in OnDemandTimer() argument 177 UnloadTimer(const UnloadTimerCallback unloadTimerCallback, int32_t intervalTime, int32_t maxCount) in UnloadTimer() argument
|
/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 47 const int32_t intervalTime = 500000; // 500 ms member in OHOS::Media::SaveDocumentSyncCallback
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_status.cpp | 323 uint32_t intervalTime = workConditionMap->at(WorkCondition::Type::TIMER)->uintVal; in IsStorageAndTimerReady() local
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 670 int64_t intervalTime = (secondTime - firstTime) / US_TO_MS; in CalcIntervalTime() local
|
/foundation/multimodalinput/input/service/dfx/src/ |
H A D | dfx_hisysevent.cpp | 556 void DfxHisysevent::ReportSingleKnuckleDoubleClickEvent(int32_t intervalTime, int32_t distanceInterval) in ReportSingleKnuckleDoubleClickEvent() argument 573 void DfxHisysevent::ReportFailIfInvalidTime(const std::shared_ptr<PointerEvent> touchEvent, int32_t intervalTime) in ReportFailIfInvalidTime() argument 756 void DfxHisysevent::ReportScreenRecorderGesture(int32_t intervalTime) in ReportScreenRecorderGesture() argument 802 void DfxHisysevent::ReportKnuckleGestureFromFailToSuccessTime(int32_t intervalTime) in ReportKnuckleGestureFromFailToSuccessTime() argument 821 ReportKnuckleGestureFromSuccessToFailTime(int32_t intervalTime) ReportKnuckleGestureFromSuccessToFailTime() argument [all...] |
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 406 int64_t intervalTime = touchEvent->GetActionTime() - knuckleGesture.lastPointerUpTime; in KnuckleGestureProcessor() local 452 void KeyCommandHandler::AdjustTimeIntervalConfigIfNeed(int64_t intervalTime) in AdjustTimeIntervalConfigIfNeed() argument [all...] |