Searched refs:GetAxisType (Results 1 – 9 of 9) sorted by relevance
97 int32_t GetAxisType() const;
91 int32_t GetAxisType() const;
51 int32_t AxisEvent::GetAxisType() const in GetAxisType() function in OHOS::MMI::AxisEvent
169 int32_t InputDevice::AxisInfo::GetAxisType() const in GetAxisType() function in OHOS::MMI::InputDevice::AxisInfo
146 auto iter = axisType.find(item.GetAxisType()); in GetDeviceAxisInfo()
645 auto iter = axisType.find(axis.GetAxisType()); in Dump()
2048 WRITEINT32(data, item.GetAxisType(), IPC_STUB_WRITE_PARCEL_ERR); in AddVirtualInputDevice()
1089 WRITEINT32(reply, item.GetAxisType(), IPC_STUB_WRITE_PARCEL_ERR); in StubGetDevice()
1104 ASSERT_EQ(iter[0].GetAxisType(), 0);