Searched refs:OH_NativeXComponent_EventSourceType (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | native_interface_xcomponent_impl.h | 50 OH_NativeXComponent_EventSourceType sourceType = 51 OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_UNKNOWN; 434 … void SetCurrentSourceType(std::pair<int32_t, OH_NativeXComponent_EventSourceType>&& curSourceType) in SetCurrentSourceType() 439 bool GetSourceType(int32_t pointId, OH_NativeXComponent_EventSourceType* sourceType) const in GetSourceType() 477 std::pair<int32_t, OH_NativeXComponent_EventSourceType> curSourceType_ { -1, 478 OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_UNKNOWN }; 519 int32_t GetSourceType(int32_t pointId, OH_NativeXComponent_EventSourceType* sourceType);
|
H A D | native_interface_xcomponent_impl.cpp | 356 int32_t OH_NativeXComponent::GetSourceType(int32_t pointId, OH_NativeXComponent_EventSourceType* so… in GetSourceType()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.h | 135 } OH_NativeXComponent_EventSourceType; typedef 637 OH_NativeXComponent_KeyEvent* keyEvent, OH_NativeXComponent_EventSourceType* sourceType); 794 … OH_NativeXComponent* component, int32_t pointId, OH_NativeXComponent_EventSourceType* sourceType);
|
H A D | native_interface_xcomponent.cpp | 216 OH_NativeXComponent_KeyEvent* keyEvent, OH_NativeXComponent_EventSourceType* sourceType) in OH_NativeXComponent_GetKeyEventSourceType() 329 … OH_NativeXComponent* component, int32_t pointId, OH_NativeXComponent_EventSourceType* sourceType) in OH_NativeXComponent_GetTouchEventSourceType()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__interface__xcomponent_8h.md | 49 | [OH_NativeXComponent_EventSourceType](_o_h___native_x_component.md#oh_nativexcomponent_eventsourc… 75 …_x_component.md#oh_nativexcomponent_keyevent) \*keyEvent, [OH_NativeXComponent_EventSourceType](_o… 88 …ent.md#oh_nativexcomponent) \*component, int32_t pointId, [OH_NativeXComponent_EventSourceType](_o…
|
H A D | _o_h___native_x_component.md | 52 | [OH_NativeXComponent_EventSourceType](#oh_nativexcomponent_eventsourcetype) {<br/>OH_NATIVEX… 80 …ent](#oh_nativexcomponent_keyevent) \*keyEvent, [OH_NativeXComponent_EventSourceType](#o… 93 …nent](#oh_nativexcomponent) \*component, int32_t pointId, [OH_NativeXComponent_EventSourceType](#o… 228 ### OH_NativeXComponent_EventSourceType subsection 231 enum OH_NativeXComponent_EventSourceType 877 …yEventSourceType (OH_NativeXComponent_KeyEvent * keyEvent, OH_NativeXComponent_EventSourceType * s… 1625 …urceType (OH_NativeXComponent* component, int32_t pointId, OH_NativeXComponent_EventSourceType* so…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 123 OH_NativeXComponent_EventSourceType ConvertNativeXComponentEventSourceType(const SourceType& source… in ConvertNativeXComponentEventSourceType() 127 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_MOUSE; in ConvertNativeXComponentEventSourceType() 129 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_TOUCHSCREEN; in ConvertNativeXComponentEventSourceType() 131 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_TOUCHPAD; in ConvertNativeXComponentEventSourceType() 133 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_KEYBOARD; in ConvertNativeXComponentEventSourceType() 135 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_UNKNOWN; in ConvertNativeXComponentEventSourceType()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__interface__xcomponent_8h.md | 47 | [OH_NativeXComponent_EventSourceType](_o_h___native_x_component.md#oh_nativexcomponent_eventsourc… 72 …_x_component.md#oh_nativexcomponent_keyevent) \*keyEvent, [OH_NativeXComponent_EventSourceType](_o… 85 …ent.md#oh_nativexcomponent) \*component, int32_t pointId, [OH_NativeXComponent_EventSourceType](_o…
|
H A D | _o_h___native_x_component.md | 52 | [OH_NativeXComponent_EventSourceType](#oh_nativexcomponent_eventsourcetype) {<br>OH_NATIVEXCOMPON… 79 …nent_KeyEvent](#oh_nativexcomponent_keyevent) \*keyEvent, [OH_NativeXComponent_EventSourceType](#o… 92 …nent](#oh_nativexcomponent) \*component, int32_t pointId, [OH_NativeXComponent_EventSourceType](#o… 226 ### OH_NativeXComponent_EventSourceType subsection 229 enum OH_NativeXComponent_EventSourceType 875 …yEventSourceType (OH_NativeXComponent_KeyEvent * keyEvent, OH_NativeXComponent_EventSourceType * s… 1595 …urceType (OH_NativeXComponent* component, int32_t pointId, OH_NativeXComponent_EventSourceType* so…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 131 OH_NativeXComponent_EventSourceType ConvertNativeXComponentEventSourceType(const SourceType& source… in ConvertNativeXComponentEventSourceType() 135 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_MOUSE; in ConvertNativeXComponentEventSourceType() 137 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_TOUCHSCREEN; in ConvertNativeXComponentEventSourceType() 139 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_TOUCHPAD; in ConvertNativeXComponentEventSourceType() 141 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_KEYBOARD; in ConvertNativeXComponentEventSourceType() 143 return OH_NativeXComponent_EventSourceType::OH_NATIVEXCOMPONENT_SOURCE_TYPE_UNKNOWN; in ConvertNativeXComponentEventSourceType()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 36 …KeyEventSourceType(OH_NativeXComponent_KeyEvent* keyEvent, OH_NativeXComponent_EventSourceType* so… 528 OH_NativeXComponent_EventSourceType sourceType;
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 36 …KeyEventSourceType(OH_NativeXComponent_KeyEvent* keyEvent, OH_NativeXComponent_EventSourceType* so… 528 OH_NativeXComponent_EventSourceType sourceType;
|