Home
last modified time | relevance | path

Searched refs:SetThrottle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_joystick_device.cpp172 SetThrottle(inputEventArray, joystickEvent.blockTime, joystickEvent.keyValue); in TransformThrottle1Event()
H A Ddevice_base.cpp474 void DeviceBase::SetThrottle(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetThrottle() function in OHOS::MMI::DeviceBase
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/
H A Ddevice_base.h73 void SetThrottle(InputEventArray& inputEventArray, int64_t blockTime, int32_t value);
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/test/
H A Ddevice_base_test.cpp1063 deviceBaseDemo.SetThrottle(inputEventArray, blockTime, value);