/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touch_transform_processor.h | 53 [](int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) -> int32_t { variable
|
H A D | touchpad_transform_processor.h | 120 [](int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) -> int32_t { variable
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | client_msg_handler.h | 76 [](int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) -> int32_t { variable
|
/foundation/multimodalinput/input/service/subscriber/test/src/ |
H A D | timer_manager.cpp | 38 int32_t TimerManager::AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) in AddTimer() argument
|
/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 62 int32_t TimerManager::OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) in OnAddTimer() argument 69 int32_t TimerManager::AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) in AddTimer() argument [all...] |
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/ |
H A D | timer.cpp | 43 Timer::Timer(const std::string& name, TimerType timerType, uint32_t intervalMs, TimerCallback callback) in Timer() argument 25 Create(const std::string& name, TimerType timerType, uint32_t intervalMs, TimerCallback callback) Create() argument [all...] |
/foundation/multimodalinput/input/service/timer_manager/test/ |
H A D | timer_manager_test.cpp | 54 int32_t intervalMs = 1000; in HWTEST_F() local 69 int32_t intervalMs = 1000; in HWTEST_F() local 84 int32_t intervalMs = 1000; in HWTEST_F() local 100 int32_t intervalMs = 1000; in HWTEST_F() local 115 int32_t intervalMs = 1000; in HWTEST_F() local 130 int32_t intervalMs = 0; HWTEST_F() local 234 int32_t intervalMs = 50; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_transform_processor.h | 149 [](int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) -> int32_t { variable
|
/foundation/multimodalinput/input/service/timer_manager/src/ |
H A D | timer_manager.cpp | 37 int32_t TimerManager::AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) in AddTimer() argument 47 int32_t TimerManager::AddLongTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) in AddLongTimer() argument 99 AddTimerInternal(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) AddTimerInternal() argument [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/ |
H A D | fold_screen_policy.cpp | 81 auto intervalMs = std::chrono::duration_cast<std::chrono::milliseconds>(currentTime - startTimePoint_).count(); in GetModeChangeRunningStatus() local
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.cpp | 147 uint32_t intervalMs = timeCostMs / steps_ + 1; in Decompose() local 188 float intervalMs = distance * 1000 / speed / steps; in Decompose() local 294 float intervalMs = timeCostMs / (steps_ + 1) / time; Decompose() local [all...] |
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | mock.cpp | 209 int32_t TimerManager::AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) in AddTimer() argument
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 839 auto intervalMs = std::chrono::duration_cast<std::chrono::milliseconds>(endTime - startTime); in NonBlockConnect() local
|