Home
last modified time | relevance | path

Searched refs:OH_NATIVEXCOMPONENT_UNKNOWN (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___touch_point.md29 …x_component.md#type-12) = [OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN](_o_h__…
H A D_o_h___native_x_component___touch_event.md25 …x_component.md#type-22) = [OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN](_o_h__…
H A D_o_h___native_x_component.md50 …OH_NATIVEXCOMPONENT_MOVE,&nbsp;OH_NATIVEXCOMPONENT_CANCEL,<br/>OH_NATIVEXCOMPONENT_UNKNOWN<br/>} |…
109 …ype](#type-12)&nbsp;=&nbsp;OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN | 触摸事件的…
119 …ype](#type-22)&nbsp;=&nbsp;OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN | 触摸事件的…
683 | OH_NATIVEXCOMPONENT_UNKNOWN | 无效的触摸类型。 |
2159 …NativeXComponent_TouchPoint::type = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN
2174 …NativeXComponent_TouchEvent::type = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN
H A Dnative__interface__xcomponent_8h.md47 …H_NATIVEXCOMPONENT_CANCEL](_o_h___native_x_component.md),<br/>[OH_NATIVEXCOMPONENT_UNKNOWN](_o_h__…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___touch_event.md28 …_x_component.md#type-22) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN | Touch…
H A D_o_h___native_x_component___touch_point.md28 …_x_component.md#type-12) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN | Touch…
H A D_o_h___native_x_component.md50 …T_UP, OH_NATIVEXCOMPONENT_MOVE, OH_NATIVEXCOMPONENT_CANCEL,<br>OH_NATIVEXCOMPONENT_UNKNOWN<br>} | …
107 …chPoint::type](#type-12) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN | Touch…
117 …chEvent::type](#type-22) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN | Touch…
681 | OH_NATIVEXCOMPONENT_UNKNOWN | Invalid touch type. |
2101 …NativeXComponent_TouchPoint::type = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN
2116 …NativeXComponent_TouchEvent::type = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN
H A Dnative__interface__xcomponent_8h.md45 …OH_NATIVEXCOMPONENT_CANCEL](_o_h___native_x_component.md),<br>[OH_NATIVEXCOMPONENT_UNKNOWN](_o_h__…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp187 ohTouchPoint.type = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN; in SetTouchPoint()
208 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN; in ConvertNativeXComponentTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h81 OH_NATIVEXCOMPONENT_UNKNOWN, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp91 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN; in ConvertNativeXComponentTouchEvent()
1253 ohTouchPoint.type = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN; in SetTouchPoint()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp104 case OH_NATIVEXCOMPONENT_UNKNOWN: in ConvertXComponentTouchType()