Home
last modified time | relevance | path

Searched refs:axisType (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkSystem/entry/src/main/cpp/
H A Dinputndksys.cpp150 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; in SetAxisEventAxisValue() local
152 Input_Result retResult = OH_Input_SetAxisEventAxisValue(axisEvent, axisType, axisValue); in SetAxisEventAxisValue()
162 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; in GetAxisEventAxisValue() local
164 Input_Result retResult = OH_Input_SetAxisEventAxisValue(axisEvent, axisType, axisValue); in GetAxisEventAxisValue()
166 retResult = OH_Input_GetAxisEventAxisValue(axisEvent, axisType, &axisValue); in GetAxisEventAxisValue()
265 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; in DestroyAxisEvent() local
267 retResult = OH_Input_SetAxisEventAxisValue(axisEvent, axisType, axisValue); in DestroyAxisEvent()
269 retResult = OH_Input_GetAxisEventAxisValue(axisEvent, axisType, &axisValue); in DestroyAxisEvent()
394 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; in SetAxisEventAxisValue2() local
396 Input_Result retResult = OH_Input_SetAxisEventAxisValue(nullptr, axisType, axisValu in SetAxisEventAxisValue2()
405 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; GetAxisEventAxisValue2() local
415 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; GetAxisEventAxisValue3() local
425 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; GetAxisEventAxisValue4() local
435 InputEvent_AxisType axisType = AXIS_TYPE_SCROLL_VERTICAL; GetAxisEventAxisValue5() local
[all...]
/test/xts/acts/multimodalinput/input_cpp_standard/
H A Dinput_native_test.cpp318 * @tc.desc: Verify the set and get of mouseEvent axisType
327 int32_t axisType = OH_Input_GetMouseEventAxisType(mouseEvent); in HWTEST_F() local
328 EXPECT_EQ(axisType, MOUSE_BUTTON_LEFT); in HWTEST_F()

Completed in 3 milliseconds