/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | raw_data_parser.cpp | 25 size_t used = 0; in ParserRawData() local 42 alignData.assign(data + used, data + used + sizeof(size)); in ParserRawData() 53 used += size; in ParserRawData() 54 return used; in ParserRawData() 59 size_t used = 0; in ParserRawData() local 82 auto dataLen = ParserRawData(&data[used], length - used, asset); in ParserRawData() 90 return used; in ParserRawData() 132 return used; in ParserRawData() 137 size_t used = 0; in ParserRawData() local 176 return used; in ParserRawData() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-form-kit/ |
H A D | js-apis-app-form-formInfo.md | 32 … | Yes | No | Name of the component used in the JS widget.<br>**Atomic service API**: This AP… 51 **Atomic service API**: This API can be used in atomic services since API version 11. 64 **Atomic service API**: This API can be used in atomic services since API version 11. 78 **Atomic service API**: This API can be used in atomic services since API version 11. 91 **Atomic service API**: This API can be used in atomic services since API version 11. 134 | Dimension_1_2 | 1 | 1 x 2.<br>**Atomic service API**: This API can be used in atomic servi… 150 | RECT | 1 | Rectangle.<br>**Atomic service API**: This API can be used in atomic services… 151 | CIRCLE | 2 | Circle.<br>**Atomic service API**: This API can be used in atomic services si… 157 **Atomic service API**: This API can be used in atomic services since API version 11. 171 **Atomic service API**: This API can be used in atomic services since API version 11. [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-common.md | 20 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 21 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 22 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 23 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 24 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 25 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 26 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 28 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 30 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… 31 …ervice API**: This API can be used in atomic services since API version 11.<br>**Model restriction… [all …]
|
H A D | js-apis-bundleManager-abilityInfo.md | 15 … | Yes | No | Bundle name.<br>**Atomic service API**: This API can be used in atomic services … 17 … | Yes | No | Ability name.<br>**Atomic service API**: This API can be used in atomic services … 19 …No | ID of the ability label.<br>**Atomic service API**: This API can be used in atomic services … 20 … | No | Ability description.<br>**Atomic service API**: This API can be used in atomic services … 23 … No | ID of the ability icon.<br>**Atomic service API**: This API can be used in atomic services … 24 … If this parameter is not set, the bundle name is used.<br>**Atomic service API**: This API can be… 26 … | Yes | No | Ability type.<br>**Model restriction**: This API can be used only in the FA mode… 32 …es | No | URI of the ability.<br>**Model restriction**: This API can be used only in the FA mode… 38 …| Yes | No | Window size.<br>**Atomic service API**: This API can be used in atomic services … 42 …onId** must be used to obtain the corresponding resource from the resource manager module.<br>**At… [all …]
|
H A D | js-apis-app-ability-wantConstant.md | 3 The wantConstant module provides the actions, entities, and flags used in **Want** objects. 25 … of sharing the content title.<br>**Atomic service API**: This API can be used in atomic services … 26 …ction of sharing the abstract.<br>**Atomic service API**: This API can be used in atomic services … 27 … | Action of sharing the URL.<br>**Atomic service API**: This API can be used in atomic services … 30 …see **wantConstant.ShowMode**.<br>**Atomic service API**: This API can be used in atomic services … 32 …Index of an application clone.<br>**Atomic service API**: This API can be used in atomic services … 46 …he permission to read the URI.<br>**Atomic service API**: This API can be used in atomic services … 53 Enumerates the modes used to show the atomic service startup. 55 **Atomic service API**: This API can be used in atomic services since API version 12. 61 | WINDOW | 0 | An independent window is used to show the ability startup. | [all …]
|
H A D | js-apis-bundleManager-applicationInfo.md | 15 …Yes | No | Application name.<br>**Atomic service API**: This API can be used in atomic services … 17 …f the application description.<br>**Atomic service API**: This API can be used in atomic services … 20 …| ID of the application label.<br>**Atomic service API**: This API can be used in atomic services … 22 … | ID of the application icon.<br>**Atomic service API**: This API can be used in atomic services … 23 … If this parameter is not set, the bundle name is used.<br>**Atomic service API**: This API can be… 25 … directory of the application.<br>**Atomic service API**: This API can be used in atomic services … 28 … the application is removable.<br>**Atomic service API**: This API can be used in atomic services … 29 …s token ID of the application.<br>**Atomic service API**: This API can be used in atomic services … 30 … No | UID of the application.<br>**Atomic service API**: This API can be used in atomic services … 36 …ation is a system application.<br>**Atomic service API**: This API can be used in atomic services … [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _o_h___predicates.md | 23 | [beginWrap](_r_d_b.md#beginwrap) | Pointer to the function used to add a left parenthesis to the … 24 | [endWrap](_r_d_b.md#endwrap) | Pointer to the function used to add a right parenthesis to the pre… 25 | [orOperate](_r_d_b.md#oroperate) | Pointer to the function used to add the OR operator to the pre… 26 | [andOperate](_r_d_b.md#andoperate) | Pointer to the function used to add the AND operator to the … 27 | [isNull](_r_d_b.md#isnull-22) | Pointer to the function used to set a predicates object to match … 28 | [isNotNull](_r_d_b.md#isnotnull) | Pointer to the function used to set a predicates object to mat… 29 | [like](_r_d_b.md#like) | Pointer to the function used to set a predicates object to match a strin… 37 | [distinct](_r_d_b.md#distinct) | Pointer to the function used to set a predicates object to filte… 38 | [limit](_r_d_b.md#limit) | Pointer to the function used to set a predicates object to specify the… 39 | [offset](_r_d_b.md#offset) | Pointer to the function used to set a predicates object to specify t… [all …]
|
H A D | _o_h___cursor.md | 22 | [getColumnCount](_r_d_b.md#getcolumncount) | Pointer to the function used to obtain the number of… 23 | [getColumnType](_r_d_b.md#getcolumntype) | Pointer to the function used to obtain the column type… 24 | [getColumnIndex](_r_d_b.md#getcolumnindex) | Pointer to the function used to obtain the column in… 25 | [getColumnName](_r_d_b.md#getcolumnname) | Pointer to the function used to obtain the column name… 26 | [getRowCount](_r_d_b.md#getrowcount) | Pointer to the function used to obtain the number of rows … 27 | [goToNextRow](_r_d_b.md#gotonextrow) | Pointer to the function used to go to the next row of the … 29 | [getText](_r_d_b.md#gettext) | Pointer to the function used to obtain the value of the string typ… 31 | [getReal](_r_d_b.md#getreal) | Pointer to the function used to obtain the value of the double typ… 33 | [isNull](_r_d_b.md#isnull-12) | Pointer to the function used to check whether the value in the sp… 34 | [destroy](_r_d_b.md#destroy-14) | Pointer to the function used to close a result set. | [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud_data_translate.cpp | 80 size_t used = 0; in ParserRawData() local 96 alignData.assign(data + used, data + used + sizeof(size)); in ParserRawData() 97 used += sizeof(size); in ParserRawData() 99 if (size > length - used) { in ParserRawData() 107 used += size; in ParserRawData() 108 return used; in ParserRawData() 113 size_t used = 0; in ParserRawData() local 132 used += sizeof(num); in ParserRawData() 136 auto dataLen = ParserRawData(&data[used], length - used, asset); in ParserRawData() 140 used += dataLen; in ParserRawData() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-shape.md | 20 Represents a circle shape used in the **clipShape** and **maskShape** APIs. 22 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 30 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 32 **Atomic service API**: This API can be used in atomic services since API version 12. 44 Represents an ellipse shape used in the **clipShape** and **maskShape** APIs. 46 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 54 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 68 Represents a path used in the **clipShape** and **maskShape** APIs. 70 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 82 **Widget capability**: This API can be used in ArkTS widgets since API version 12. [all …]
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | token_bucket.c | 26 int used = bucket->used + TOKEN_PRE_MSG; in TB_CheckMessage() local 27 used = (generated > used) ? 0 : (used - (int)generated); in TB_CheckMessage() 28 if (used >= bucket->burst * TOKEN_PRE_MSG) { in TB_CheckMessage() 31 bucket->used = used; in TB_CheckMessage()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.1/ |
H A D | changelogs-device-status.md | 25 …ck: AsyncCallback<void>): void; | **cooperate.prepareCooperate** is used to prepare for scre… 26 …mise<void>; | **cooperate.prepareCooperate** is used to prepare for scre… 27 …: AsyncCallback<void>): void; | **cooperate.unprepareCooperate** is used to cancel the prepa… 28 …mise<void>; | **cooperate.unprepareCooperate** is used to cancel the prepa… 32 …ed: boolean): Promise<void>; | **cooperate.deactivateCooperate** is used to stop screen hopp… 37 | enum CooperateMsg | **CooperateMessage** is used to de… 40 … | **CooperateState.COOPERATE_ACTIVATE** is used to indicate that sc… 41 … | **CooperateState.COOPERATE_ACTIVATE_SUCCESS** is used to indicate that st… 42 … | **CooperateState.COOPERATE_ACTIVATE_FAILURE** is used to indicate that st… 43 … | **CooperateState.COOPERATE_DEACTIVATE_SUCCESS** is used to indicate that st… [all …]
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | ui-layout-cases.md | 6 The composite grid view of flat navigation is often used to display different contents on the same … 16 …fore, equalization is used to ensure the full display of grids. If the number of grids is flexible… 20 Consistent layout capabilities are used during device orientation changes. This implements the swit… 31 The list view of hierarchical navigation is often used to display multiple types of simple informat… 37 … used to avoid too large blank space in the middle. On a large-sized device, the grid system is us… 42 An album details page can be used to display the music content, videos, short videos, radios, and b… 46 - Title bar: Adaptive stretching is used. 48 - Playlist information: Adaptive scaling is used, and the indentation layout is used on a medium-si… 52 - Playlist: Stretching is used, and the indentation layout is used on a medium-sized device. 54 - Playback bar: It is fixed at the bottom of the screen and stretching is used. [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-appendix-enums.md | 9 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 11 **Atomic service API**: This API can be used in atomic services since API version 11. 55 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 77 | Bevel | Bevel is used to connect paths.| 78 | Miter | Miter is used to connect paths.| 79 | Round | Round is used to connect paths.| 298 | Auto | The default layout direction is used.| 626 … | An ellipsis (...) is used to represent text overflow.<br>**Widget capability**: Th… 912 | START | An ellipsis is used at the start of the line of text.| 913 | CENTER | An ellipsis is used at the center of the line of text.| [all …]
|
H A D | ts-basic-components-symbolGlyph.md | 17 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 19 **Atomic service API**: This API can be used in atomic services since API version 12. 43 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 45 **Atomic service API**: This API can be used in atomic services since API version 12. 63 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 65 **Atomic service API**: This API can be used in atomic services since API version 12. 83 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 101 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 123 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 141 **Widget capability**: This API can be used in ArkTS widgets since API version 12. [all …]
|
H A D | ts-types.md | 31 The **Length** type is used to represent a size unit. 43 The **ResourceStr** type is used to represent the types that can be used by input parameters of the… 238 The **Font** type is used to set the text style. 321 The **SizeOptions** type is used to set the width and height. 333 The **BorderOptions** type is used to provide border information. 389 The **Length** type is used to represent a size unit. 404 The **PX** type is used to represent a length in px. 414 The **VP** type is used to represent a length in vp. 424 The **FP** type is used to represent a length in fp. 434 The **LPX** type is used to represent a length in lpx. [all …]
|
H A D | ts-drawing-components-polygon.md | 3 The **Polygon** component is used to draw a polygon. 19 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 21 **Atomic service API**: This API can be used in atomic services since API version 11. 42 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 44 **Atomic service API**: This API can be used in atomic services since API version 11. 60 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 78 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 96 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 114 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 132 **Widget capability**: This API can be used in ArkTS widgets since API version 9. [all …]
|
H A D | ts-drawing-components-polyline.md | 3 The **Polyline** component is used to draw a polyline. 19 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 21 **Atomic service API**: This API can be used in atomic services since API version 11. 39 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 41 **Atomic service API**: This API can be used in atomic services since API version 11. 57 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 75 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 93 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 111 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 129 **Widget capability**: This API can be used in ArkTS widgets since API version 9. [all …]
|
H A D | ts-drawing-components-line.md | 3 The **Line** component is used to draw a straight line. 18 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 20 **Atomic service API**: This API can be used in atomic services since API version 11. 28 …used, the width required for the content is used.<br>**height**: height<br>If the value is invalid… 40 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 42 **Atomic service API**: This API can be used in atomic services since API version 11. 58 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 76 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 94 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 112 **Widget capability**: This API can be used in ArkTS widgets since API version 9. [all …]
|
H A D | ts-drawing-components-ellipse.md | 3 The **Ellipse** component is used to draw an ellipse. 8 > This API can be used in atomic services since API version 11. 19 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 21 **Atomic service API**: This API can be used in atomic services since API version 11. 42 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 44 **Atomic service API**: This API can be used in atomic services since API version 11. 60 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 78 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 96 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 114 **Widget capability**: This API can be used in ArkTS widgets since API version 9. [all …]
|
H A D | ts-rendering-control-lazyforeach.md | 9 **Widget capability**: This API can be used in ArkTS widgets since API version 10. 11 **Atomic service API**: This API can be used in atomic services since API version 11. 29 **Widget capability**: This API can be used in ArkTS widgets since API version 12. 44 **Widget capability**: This API can be used in ArkTS widgets since API version 10. 56 **Widget capability**: This API can be used in ArkTS widgets since API version 10. 68 **Widget capability**: This API can be used in ArkTS widgets since API version 10. 86 **Widget capability**: This API can be used in ArkTS widgets since API version 10. 104 **Widget capability**: This API can be used in ArkTS widgets since API version 10. 120 **Widget capability**: This API can be used in ArkTS widgets since API version 10. 132 **Widget capability**: This API can be used in ArkTS widgets since API version 10. [all …]
|
H A D | ts-drawing-components-rect.md | 3 The **Rect** component is used to draw a rectangle. 19 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 21 **Atomic service API**: This API can be used in atomic services since API version 11. 41 **Widget capability**: This API can be used in ArkTS widgets since API version 7. 59 **Widget capability**: This API can be used in ArkTS widgets since API version 7. 77 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 95 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 113 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 131 **Widget capability**: This API can be used in ArkTS widgets since API version 9. 149 **Widget capability**: This API can be used in ArkTS widgets since API version 9. [all …]
|
H A D | ts-explicit-animation.md | 11 >**Widget capability**: This API can be used in ArkTS widgets since API version 9. 14 > This API can be used in atomic services since API version 11. 19 **Atomic service API**: This API can be used in atomic services since API version 11. 31 …used in ArkTS widgets since API version 9.<br>**Atomic service API**: This API can be used in atom… 33 … capability**: This API can be used in ArkTS widgets since API version 9.<br>**Atomic service API*… 37 … capability**: This API can be used in ArkTS widgets since API version 9.<br>**Atomic service API*… 38 … capability**: This API can be used in ArkTS widgets since API version 11.<br>**Atomic service API… 44 …hen **PlayMode.Alternate** is used, **iterations** must be set to an odd number. When **PlayMode.A… 49 **Widget capability**: This API can be used in ArkTS widgets since API version 11. 51 **Atomic service API**: This API can be used in atomic services since API version 12. [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__declaration_8h.md | 24 …ing_FontCollection](_drawing.md#oh_drawing_fontcollection) | Defines a struct used to load fonts.| 25 …Drawing_Typography](_drawing.md#oh_drawing_typography) | Defines a struct used to manage the typog… 26 …H_Drawing_TextStyle](_drawing.md#oh_drawing_textstyle) | Defines a struct used to manage text colo… 27 …pographyStyle](_drawing.md#oh_drawing_typographystyle) | Defines a struct used to manage the typog… 28 …graphyCreate](_drawing.md#oh_drawing_typographycreate) | Defines a struct used to create an [OH_Dr… 29 … [OH_Drawing_TextBox](_drawing.md#oh_drawing_textbox) | Defines a struct used to receive the rect… 30 …dAffinity](_drawing.md#oh_drawing_positionandaffinity) | Defines a struct used to receive the posi… 31 …nge) [OH_Drawing_Range](_drawing.md#oh_drawing_range) | Defines a struct used to receive the star… 32 …Drawing_TextShadow](_drawing.md#oh_drawing_textshadow) | Defines a struct used to manage text shad… 33 …Drawing_FontParser](_drawing.md#oh_drawing_fontparser) | Defines a struct used to parse system fon…
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | _o_h___a_v_codec_async_callback.md | 26 …dec_base.md#oh_avcodeconerror) [onError](#onerror) | Defines the callback used to report a codec o… 27 …streamchanged) [onStreamChanged](#onstreamchanged) | Defines the callback used to report a codec s… 28 …needinputdata) [onNeedInputData](#onneedinputdata) | Defines the callback used to report input dat… 29 …newoutputdata) [onNewOutputData](#onnewoutputdata) | Defines the callback used to report output da… 39 Defines the callback used to report a codec operation error. 48 Defines the callback used to report input data required. 57 Defines the callback used to report output data generated. 66 Defines the callback used to report a codec stream change.
|