Searched refs:SetEvAbsRy (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | processing_game_pad_device.cpp | 160 SetEvAbsRy(inputEventArray, 0, value); in TransformRocker2Event() 163 SetEvAbsRy(inputEventArray, 0, value); in TransformRocker2Event() 178 SetEvAbsRy(inputEventArray, 0, -1); in TransformRocker2Event() 180 SetEvAbsRy(inputEventArray, 0, -1); in TransformRocker2Event()
|
H A D | device_base.cpp | 249 void DeviceBase::SetEvAbsRy(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetEvAbsRy() function in OHOS::MMI::DeviceBase
|
/foundation/multimodalinput/input/tools/event_inject/include/ |
H A D | device_base.h | 52 void SetEvAbsRy(InputEventArray& inputEventArray, int64_t blockTime, int32_t value);
|
/foundation/multimodalinput/input/tools/event_inject/test/ |
H A D | device_base_test.cpp | 568 * @tc.desc:Verify device base function SetEvAbsRy 578 deviceBaseDemo.SetEvAbsRy(inputEventArray, blockTime, value); in HWTEST_F()
|
Completed in 3 milliseconds