Home
last modified time | relevance | path

Searched refs:componentType (Results 1 - 4 of 4) sorted by relevance

/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/model/
H A DComponentKey.java26 private final Class<T> componentType; field in ComponentKey
35 this.componentType = key; in ComponentKey()
44 return this.componentType; in getComponentType()
58 if (!this.componentType.isInstance(value)) { in safeCast()
62 return this.componentType.cast(value); in safeCast()
/interface/sdk_c/multimedia/image_framework/include/image/
H A Dimage_native.h89 * @param componentType Indicates the type of component.
96 uint32_t componentType, OH_NativeBuffer **nativeBuffer);
102 * @param componentType Indicates the type of component.
109 uint32_t componentType, size_t *size);
115 * @param componentType Indicates the type of component.
122 uint32_t componentType, int32_t *rowStride);
128 * @param componentType Indicates the type of component.
135 uint32_t componentType, int32_t *pixelStride);
/interface/sdk_c/multimedia/image_framework/include/
H A Dimage_mdk.h116 int32_t componentType; member
188 * @param componentType Indicates the type of the required component.
200 int32_t componentType, struct OhosImageComponent* componentNative);
/interface/sdk_c/arkui/ace_engine/native/
H A Dnative_interface_accessibility.h453 * @param componentType Indicates the component type.
459 ArkUI_AccessibilityElementInfo* elementInfo, const char* componentType);

Completed in 2 milliseconds