/interface/sdk_c/arkui/ace_engine/native/ |
H A D | native_interface_accessibility.h | 163 int32_t leftTopX; 165 int32_t leftTopY; 167 int32_t rightBottomX; 169 int32_t rightBottomY; 193 int32_t rowCount; 195 int32_t columnCount; 197 int32_t selectionMode; 211 int32_t columnIndex; 213 int32_t rowIndex; 215 int32_t columnSpa [all...] |
H A D | native_animate.h | 159 int32_t (*animateTo)(ArkUI_ContextHandle context, ArkUI_AnimateOption* option, ArkUI_ContextCallback* update, 172 int32_t (*keyframeAnimateTo)(ArkUI_ContextHandle context, ArkUI_KeyframeAnimateOption* option); 240 int32_t OH_ArkUI_AnimateOption_GetDelay(ArkUI_AnimateOption* option); 249 int32_t OH_ArkUI_AnimateOption_GetIterations(ArkUI_AnimateOption* option); 276 void OH_ArkUI_AnimateOption_SetDuration(ArkUI_AnimateOption* option, int32_t value); 303 void OH_ArkUI_AnimateOption_SetDelay(ArkUI_AnimateOption* option, int32_t value); 312 void OH_ArkUI_AnimateOption_SetIterations(ArkUI_AnimateOption* option, int32_t value); 360 ArkUI_KeyframeAnimateOption* OH_ArkUI_KeyframeAnimateOption_Create(int32_t size); 381 int32_t OH_ArkUI_KeyframeAnimateOption_SetDelay(ArkUI_KeyframeAnimateOption* option, int32_t valu [all...] |
H A D | drag_and_drop.h | 209 int32_t OH_ArkUI_DragEvent_DisableDefaultDropAnimation(ArkUI_DragEvent* event, bool disable); 221 int32_t OH_ArkUI_DragEvent_SetSuggestedDropOperation(ArkUI_DragEvent* event, ArkUI_DropOperation dropOperation); 233 int32_t OH_ArkUI_DragEvent_SetDragResult(ArkUI_DragEvent* event, ArkUI_DragResult result); 245 int32_t OH_ArkUI_DragEvent_SetData(ArkUI_DragEvent* event, OH_UdmfData* data); 258 int32_t OH_ArkUI_DragEvent_GetUdmfData(ArkUI_DragEvent* event, OH_UdmfData *data); 270 int32_t OH_ArkUI_DragEvent_GetDataTypeCount(ArkUI_DragEvent* event, int32_t* count); 286 int32_t OH_ArkUI_DragEvent_GetDataTypes( 287 ArkUI_DragEvent *event, char *eventTypeArray[], int32_t length, int32_t maxStrLe [all...] |
H A D | native_interface_xcomponent.h | 192 int32_t id; 219 int32_t id; 243 int32_t id; 346 int32_t min; 348 int32_t max; 350 int32_t expected; 366 int32_t OH_NativeXComponent_GetXComponentId(OH_NativeXComponent* component, char* id, uint64_t* size); 379 int32_t OH_NativeXComponent_GetXComponentSize( 393 int32_t OH_NativeXComponent_GetXComponentOffset( 406 int32_t OH_NativeXComponent_GetTouchEven [all...] |
H A D | native_node_napi.h | 60 int32_t OH_ArkUI_GetNodeHandleFromNapiValue(napi_env env, napi_value frameNode, ArkUI_NodeHandle* handle); 74 int32_t OH_ArkUI_GetContextFromNapiValue(napi_env env, napi_value value, ArkUI_ContextHandle* context); 89 int32_t OH_ArkUI_GetNodeContentFromNapiValue(napi_env env, napi_value value, ArkUI_NodeContentHandle* content); 103 int32_t OH_ArkUI_GetDrawableDescriptorFromNapiValue( 118 int32_t OH_ArkUI_GetDrawableDescriptorFromResourceNapiValue( 141 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength); 163 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength); 177 ArkUI_ErrorCode OH_ArkUI_GetNavStackLength(ArkUI_NodeHandle node, int32_t* lengt [all...] |
H A D | native_gesture.h | 322 int32_t OH_ArkUI_GestureInterruptInfo_GetSystemRecognizerType(const ArkUI_GestureInterruptInfo* event); 349 int32_t OH_ArkUI_LongPress_GetRepeatCount(const ArkUI_GestureEvent* event); 482 int32_t OH_ArkUI_GetResponseRecognizersFromInterruptInfo(const ArkUI_GestureInterruptInfo* event, 483 ArkUI_GestureRecognizerHandleArray* responseChain, int32_t* count); 494 int32_t OH_ArkUI_SetGestureRecognizerEnabled(ArkUI_GestureRecognizer* recognizer, bool enabled); 515 int32_t OH_ArkUI_GetGestureRecognizerState(ArkUI_GestureRecognizer* recognizer, ArkUI_GestureRecognizerState* state); 526 int32_t OH_ArkUI_GetGestureEventTargetInfo(ArkUI_GestureRecognizer* recognizer, ArkUI_GestureEventTargetInfo** info); 538 int32_t OH_ArkUI_GestureEventTargetInfo_IsScrollBegin(ArkUI_GestureEventTargetInfo* info, bool* ret); 550 int32_t OH_ArkUI_GestureEventTargetInfo_IsScrollEnd(ArkUI_GestureEventTargetInfo* info, bool* ret); 561 int32_t OH_ArkUI_GetPanGestureDirectionMas [all...] |
H A D | native_dialog.h | 68 typedef bool (*ArkUI_OnWillDismissEvent)(int32_t reason); 107 int32_t (*setContent)(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content); 117 int32_t (*removeContent)(ArkUI_NativeDialogHandle handle); 130 int32_t (*setContentAlignment)(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, float offsetY); 140 int32_t (*resetContentAlignment)(ArkUI_NativeDialogHandle handle); 152 int32_t (*setModalMode)(ArkUI_NativeDialogHandle handle, bool isModal); 164 int32_t (*setAutoCancel)(ArkUI_NativeDialogHandle handle, bool autoCancel); 177 int32_t (*setMask)(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect* maskRect); 188 int32_t (*setBackgroundColo [all...] |
H A D | native_type.h | 216 int32_t i32; 556 int32_t size; 1560 int32_t width; 1562 int32_t height; 1572 int32_t x; 1574 int32_t y; 2227 int32_t OH_ArkUI_LayoutConstraint_GetMaxWidth(const ArkUI_LayoutConstraint* Constraint); 2236 int32_t OH_ArkUI_LayoutConstraint_GetMinWidth(const ArkUI_LayoutConstraint* Constraint); 2245 int32_t OH_ArkUI_LayoutConstraint_GetMaxHeight(const ArkUI_LayoutConstraint* Constraint); 2254 int32_t OH_ArkUI_LayoutConstraint_GetMinHeigh [all...] |
H A D | native_node.h | 138 int32_t size; 6553 int32_t OH_ArkUI_NodeEvent_GetTargetId(ArkUI_NodeEvent* event); 6616 int32_t OH_ArkUI_NodeEvent_GetNumberValue(ArkUI_NodeEvent* event, int32_t index, ArkUI_NumberValue* value); 6633 int32_t OH_ArkUI_NodeEvent_GetStringValue(ArkUI_NodeEvent* event, int32_t index, char** string, int32_t* stringSize); 6647 int32_t OH_ArkUI_NodeEvent_SetReturnNumberValue(ArkUI_NodeEvent* event, ArkUI_NumberValue* value, int32_t size); 6750 int32_t OH_ArkUI_NodeAdapter_SetTotalNodeCoun [all...] |
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/ |
H A D | uloc.h | 171 * const char* uloc_getAvailable(int32_t index);
172 * int32_t uloc_countAvailable();
173 * int32_t
177 * int32_t maxResultSize,
398 U_CAPI int32_t U_EXPORT2
401 int32_t languageCapacity,
416 U_CAPI int32_t U_EXPORT2
419 int32_t scriptCapacity,
434 U_CAPI int32_t U_EXPORT2
437 int32_t countryCapacit [all...] |
H A D | ubidi.h | 95 *typedef struct { int32_t limit; Style style; } StyleRun;
97 *int getTextWidth(const UChar *text, int32_t start, int32_t limit,
103 *void getLineBreak(const UChar *text, int32_t start, int32_t *pLimit,
115 * void renderRun(const UChar *text, int32_t start, int32_t limit,
129 * int32_t start, int32_t limit,
170 * int32_t star [all...] |
H A D | uidna.h | 147 * int32_t length = uidna_nameToASCII(..., &info, &errorCode);
168 int32_t reservedI2; /**< Reserved field, do not use. @internal */
169 int32_t reservedI3; /**< Reserved field, do not use. @internal */
204 U_CAPI int32_t U_EXPORT2
206 const UChar *label, int32_t length,
207 UChar *dest, int32_t capacity,
231 U_CAPI int32_t U_EXPORT2
233 const UChar *label, int32_t length,
234 UChar *dest, int32_t capacity,
260 U_CAPI int32_t U_EXPORT [all...] |
H A D | ubrk.h | 114 #define UBRK_DONE ((int32_t) -1)
229 int32_t textLength,
249 int32_t rulesLength,
251 int32_t textLength,
276 ubrk_openBinaryRules(const uint8_t *binaryRules, int32_t rulesLength,
277 const UChar * text, int32_t textLength,
338 int32_t textLength,
349 U_CAPI int32_t U_EXPORT2
361 U_CAPI int32_t U_EXPORT2
373 U_CAPI int32_t U_EXPORT [all...] |
H A D | ucal.h | 579 const int32_t* rawOffset, UErrorCode* ec);
637 U_CAPI int32_t U_EXPORT2
638 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
681 U_CAPI int32_t U_EXPORT2
682 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
700 U_CAPI int32_t U_EXPORT2
737 int32_t len,
775 int32_t len,
788 U_CAPI int32_t U_EXPORT2
791 int32_t resultLengt [all...] |
H A D | ucol.h | 394 int32_t rulesLength,
466 int32_t sourceLength,
468 int32_t targetLength);
492 int32_t sourceLength,
494 int32_t targetLength,
513 const UChar *source, int32_t sourceLength,
514 const UChar *target, int32_t targetLength);
532 const UChar *source, int32_t sourceLength,
533 const UChar *target, int32_t targetLength);
551 const UChar *source, int32_t sourceLengt [all...] |
H A D | unum.h | 106 * int32_t pos=0;
107 * int32_t num;
439 int32_t patternLength,
509 U_CAPI int32_t U_EXPORT2
511 int32_t number,
513 int32_t resultLength,
541 U_CAPI int32_t U_EXPORT2
545 int32_t resultLength,
573 U_CAPI int32_t U_EXPORT2
577 int32_t resultLengt [all...] |
H A D | unorm2.h | 286 U_CAPI int32_t U_EXPORT2
288 const UChar *src, int32_t length,
289 UChar *dest, int32_t capacity,
309 U_CAPI int32_t U_EXPORT2
311 UChar *first, int32_t firstLength, int32_t firstCapacity,
312 const UChar *second, int32_t secondLength,
332 U_CAPI int32_t U_EXPORT2
334 UChar *first, int32_t firstLength, int32_t firstCapacit [all...] |
/interface/sdk_c/multimedia/image_framework/include/ |
H A D | image_pixel_map_mdk.h | 76 int32_t pixelFormat; 158 int32_t pixelFormat; 208 int32_t OH_PixelMap_CreatePixelMap(napi_env env, OhosPixelMapCreateOps info, 233 int32_t OH_PixelMap_CreatePixelMapWithStride(napi_env env, OhosPixelMapCreateOps info, 234 void* buf, size_t len, int32_t rowStride, napi_value* res); 275 int32_t OH_PixelMap_CreateAlphaPixelMap(napi_env env, napi_value source, napi_value* alpha); 305 int32_t OH_PixelMap_GetBytesNumberPerRow(const NativePixelMap* native, int32_t* num); 322 int32_t OH_PixelMap_GetIsEditable(const NativePixelMap* native, int32_t* editabl [all...] |
H A D | image_source_mdk.h | 231 int32_t x; 233 int32_t y; 235 int32_t width; 237 int32_t height; 250 int32_t density; 252 int32_t pixelFormat; 269 int32_t pixelFormat; 271 int32_t fitDensity; 293 int32_t pixelFormat; 295 int32_t colorSpac [all...] |
H A D | image_receiver_mdk.h | 80 int32_t width; 82 int32_t height; 84 int32_t format; 86 int32_t capicity; 110 int32_t OH_Image_Receiver_CreateImageReceiver(napi_env env, struct OhosImageReceiverInfo info, napi_value* res); 144 int32_t OH_Image_Receiver_GetReceivingSurfaceId(const ImageReceiverNative* native, char* id, size_t len); 166 int32_t OH_Image_Receiver_ReadLatestImage(const ImageReceiverNative* native, napi_value* image); 188 int32_t OH_Image_Receiver_ReadNextImage(const ImageReceiverNative* native, napi_value* image); 209 int32_t OH_Image_Receiver_On(const ImageReceiverNative* native, OH_Image_Receiver_On_Callback callback); 225 int32_t OH_Image_Receiver_GetSiz [all...] |
H A D | image_mdk.h | 95 int32_t x; 97 int32_t y; 99 int32_t width; 101 int32_t height; 116 int32_t componentType; 118 int32_t rowStride; 120 int32_t pixelStride; 150 int32_t OH_Image_ClipRect(const ImageNative* native, struct OhosImageRect* rect); 166 int32_t OH_Image_Size(const ImageNative* native, struct OhosImageSize* size); 182 int32_t OH_Image_Forma [all...] |
/interface/sdk_c/network/netmanager/include/ |
H A D | net_connection.h | 61 int32_t OH_NetConn_HasDefaultNet(int32_t *hasDefaultNet); 75 int32_t OH_NetConn_GetDefaultNet(NetConn_NetHandle *netHandle); 89 int32_t OH_NetConn_IsDefaultNetMetered(int32_t *isMetered); 104 int32_t OH_NetConn_GetConnectionProperties(NetConn_NetHandle *netHandle, NetConn_ConnectionProperties *prop); 119 int32_t OH_NetConn_GetNetCapabilities(NetConn_NetHandle *netHandle, NetConn_NetCapabilities *netCapabilities); 132 int32_t OH_NetConn_GetDefaultHttpProxy(NetConn_HttpProxy *httpProxy); 150 int32_t OH_NetConn_GetAddrInfo(char *host, char *serv, struct addrinfo *hint, struct addrinfo **res, int32_t netI [all...] |
/interface/sdk_c/multimodalinput/kits/c/input/ |
H A D | oh_input_manager.h | 318 typedef void (*Input_DeviceAddedCallback)(int32_t deviceId); 325 typedef void (*Input_DeviceRemovedCallback)(int32_t deviceId); 397 void OH_Input_SetKeyCode(struct Input_KeyState* keyState, int32_t keyCode); 407 int32_t OH_Input_GetKeyCode(const struct Input_KeyState* keyState); 417 void OH_Input_SetKeyPressed(struct Input_KeyState* keyState, int32_t keyAction); 427 int32_t OH_Input_GetKeyPressed(const struct Input_KeyState* keyState); 437 void OH_Input_SetKeySwitch(struct Input_KeyState* keyState, int32_t keySwitch); 447 int32_t OH_Input_GetKeySwitch(const struct Input_KeyState* keyState); 460 int32_t OH_Input_InjectKeyEvent(const struct Input_KeyEvent* keyEvent); 489 void OH_Input_SetKeyEventAction(struct Input_KeyEvent* keyEvent, int32_t actio [all...] |
/interface/sdk_c/graphic/graphic_2d/native_window/ |
H A D | external_window.h | 90 int32_t x;
91 int32_t y;
96 int32_t rectNumber;
108 * [in] int32_t width, [in] int32_t height
114 * [out] int32_t *height, [out] int32_t *width
120 * [out] int32_t *format, the enumeration value refers to {@link OH_NativeBuffer_Format}.
126 * [in] int32_t format, the enumeration value refers to {@link OH_NativeBuffer_Format}.
144 * [in] int32_t strid [all...] |
/interface/sdk_c/multimedia/av_codec/ |
H A D | native_avcapability.h | 65 int32_t minVal; 66 int32_t maxVal; 144 int32_t OH_AVCapability_GetMaxSupportedInstances(OH_AVCapability *capability); 205 OH_AVErrCode OH_AVCapability_GetAudioSupportedSampleRates(OH_AVCapability *capability, const int32_t **sampleRates, 230 OH_AVErrCode OH_AVCapability_GetVideoWidthAlignment(OH_AVCapability *capability, int32_t *widthAlignment); 242 OH_AVErrCode OH_AVCapability_GetVideoHeightAlignment(OH_AVCapability *capability, int32_t *heightAlignment); 256 OH_AVErrCode OH_AVCapability_GetVideoWidthRangeForHeight(OH_AVCapability *capability, int32_t height, 271 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability, int32_t width, 307 bool OH_AVCapability_IsVideoSizeSupported(OH_AVCapability *capability, int32_t width, int32_t heigh [all...] |