Searched refs:SetEvAbsRx (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | processing_game_pad_device.cpp | 154 SetEvAbsRx(inputEventArray, 0, value); in TransformRocker2Event() 157 SetEvAbsRx(inputEventArray, 0, value); in TransformRocker2Event() 174 SetEvAbsRx(inputEventArray, 0, 0); in TransformRocker2Event() 176 SetEvAbsRx(inputEventArray, 0, 0); in TransformRocker2Event()
|
H A D | device_base.cpp | 238 void DeviceBase::SetEvAbsRx(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetEvAbsRx() function in OHOS::MMI::DeviceBase
|
/foundation/multimodalinput/input/tools/event_inject/include/ |
H A D | device_base.h | 51 void SetEvAbsRx(InputEventArray& inputEventArray, int64_t blockTime, int32_t value);
|
/foundation/multimodalinput/input/tools/event_inject/test/ |
H A D | device_base_test.cpp | 545 * @tc.desc:Verify device base function SetEvAbsRx 555 deviceBaseDemo.SetEvAbsRx(inputEventArray, blockTime, value); in HWTEST_F()
|
Completed in 4 milliseconds