提交 3a465d3e 编写于 作者: S shawn_he

update doc

Signed-off-by: Nshawn_he <shawn.he@huawei.com>
上级 bdc518a7
...@@ -31,6 +31,7 @@ Then, equip yourself for developing the key features, with the following guideli ...@@ -31,6 +31,7 @@ Then, equip yourself for developing the key features, with the following guideli
- [WebGL](webgl/Readme-EN.md) - [WebGL](webgl/Readme-EN.md)
- [Media](media/Readme-EN.md) - [Media](media/Readme-EN.md)
- [Security](security/Readme-EN.md) - [Security](security/Readme-EN.md)
- [AI](ai/Readme-EN.md)
- [Connectivity](connectivity/Readme-EN.md) - [Connectivity](connectivity/Readme-EN.md)
- [Telephony Service](telephony/Readme-EN.md) - [Telephony Service](telephony/Readme-EN.md)
- [Data Management](database/Readme-EN.md) - [Data Management](database/Readme-EN.md)
......
...@@ -31,6 +31,7 @@ Then, equip yourself for developing the key features, with the following guideli ...@@ -31,6 +31,7 @@ Then, equip yourself for developing the key features, with the following guideli
- [WebGL](webgl/webgl-overview.md) - [WebGL](webgl/webgl-overview.md)
- [Media](media/media-application-overview.md) - [Media](media/media-application-overview.md)
- [Security](security/userauth-overview.md) - [Security](security/userauth-overview.md)
- [AI](ai/mindspore-lite-js-guidelines.md)
- [Connectivity](connectivity/ipc-rpc-overview.md) - [Connectivity](connectivity/ipc-rpc-overview.md)
- [Telephony Service](telephony/telephony-overview.md) - [Telephony Service](telephony/telephony-overview.md)
- [Data Management](database/data-mgmt-overview.md) - [Data Management](database/data-mgmt-overview.md)
......
...@@ -32,7 +32,7 @@ Obtains the localized script for the specified country. ...@@ -32,7 +32,7 @@ Obtains the localized script for the specified country.
| ------------ | ------- | ---- | ---------------- | | ------------ | ------- | ---- | ---------------- |
| country | string | Yes | Specified country. | | country | string | Yes | Specified country. |
| locale | string | Yes | Locale ID. | | locale | string | Yes | Locale ID. |
| sentenceCase | boolean | No | Whether to use sentence case for the localized script.| | sentenceCase | boolean | No | Whether to use sentence case for the localized script. The default value is **true**.|
**Return value** **Return value**
...@@ -71,7 +71,7 @@ Obtains the localized script for the specified language. ...@@ -71,7 +71,7 @@ Obtains the localized script for the specified language.
| ------------ | ------- | ---- | ---------------- | | ------------ | ------- | ---- | ---------------- |
| language | string | Yes | Specified language. | | language | string | Yes | Specified language. |
| locale | string | Yes | Locale ID. | | locale | string | Yes | Locale ID. |
| sentenceCase | boolean | No | Whether to use sentence case for the localized script.| | sentenceCase | boolean | No | Whether to use sentence case for the localized script. The default value is **true**.|
**Return value** **Return value**
...@@ -177,7 +177,7 @@ Checks whether the system language matches the specified region. ...@@ -177,7 +177,7 @@ Checks whether the system language matches the specified region.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| -------- | ------ | ---- | ------------- | | -------- | ------ | ---- | ------------- |
| language | string | Yes | Valid language ID, for example, **zh**.| | language | string | Yes | Valid language ID, for example, **zh**.|
| region | string | No | Valid region ID, for example, **CN**. | | region | string | No | Valid region ID, for example, **CN**. The default value is the country or region where the SIM card is used. |
**Return value** **Return value**
...@@ -239,7 +239,7 @@ static setSystemLanguage(language: string): void ...@@ -239,7 +239,7 @@ static setSystemLanguage(language: string): void
Sets the system language. Currently, this API does not support real-time updating of the system language. Sets the system language. Currently, this API does not support real-time updating of the system language.
This is a system API. **System API**: This is a system API.
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -305,7 +305,7 @@ static setSystemRegion(region: string): void ...@@ -305,7 +305,7 @@ static setSystemRegion(region: string): void
Sets the system region. Sets the system region.
This is a system API. **System API**: This is a system API.
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -315,7 +315,7 @@ This is a system API. ...@@ -315,7 +315,7 @@ This is a system API.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------ | ------ | ---- | ----- | | ------ | ------ | ---- | ----- |
| region | string | Yes | Region ID.| | region | string | Yes | System region ID.|
**Error codes** **Error codes**
...@@ -371,7 +371,7 @@ static setSystemLocale(locale: string): void ...@@ -371,7 +371,7 @@ static setSystemLocale(locale: string): void
Sets the system locale. Sets the system locale.
This is a system API. **System API**: This is a system API.
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -435,9 +435,9 @@ For details about the error codes, see [I18N Error Codes](../errorcodes/errorcod ...@@ -435,9 +435,9 @@ For details about the error codes, see [I18N Error Codes](../errorcodes/errorcod
static set24HourClock(option: boolean): void static set24HourClock(option: boolean): void
Sets the 24-hour clock. Sets the system time to the 24-hour clock.
This is a system API. **System API**: This is a system API.
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -473,7 +473,7 @@ static addPreferredLanguage(language: string, index?: number): void ...@@ -473,7 +473,7 @@ static addPreferredLanguage(language: string, index?: number): void
Adds a preferred language to the specified position on the preferred language list. Adds a preferred language to the specified position on the preferred language list.
This is a system API. **System API**: This is a system API.
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -484,7 +484,7 @@ This is a system API. ...@@ -484,7 +484,7 @@ This is a system API.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| -------- | ------ | ---- | ---------- | | -------- | ------ | ---- | ---------- |
| language | string | Yes | Preferred language to add. | | language | string | Yes | Preferred language to add. |
| index | number | No | Position to which the preferred language is added.| | index | number | No | Position to which the preferred language is added. The default value is the length of the preferred language list.|
**Error codes** **Error codes**
...@@ -512,7 +512,7 @@ static removePreferredLanguage(index: number): void ...@@ -512,7 +512,7 @@ static removePreferredLanguage(index: number): void
Deletes a preferred language from the specified position on the preferred language list. Deletes a preferred language from the specified position on the preferred language list.
This is a system API. **System API**: This is a system API.
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -642,7 +642,7 @@ static setUsingLocalDigit(flag: boolean): void ...@@ -642,7 +642,7 @@ static setUsingLocalDigit(flag: boolean): void
Specifies whether to enable use of local digits. Specifies whether to enable use of local digits.
This is a system API. **System API**: This is a system API.
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -683,7 +683,7 @@ Checks whether use of local digits is enabled. ...@@ -683,7 +683,7 @@ Checks whether use of local digits is enabled.
| Type | Description | | Type | Description |
| ------- | ---------------------------------------- | | ------- | ---------------------------------------- |
| boolean | Result indicating whether the local digit switch is turned on. The value **true** indicates that the local digit switch is turned on, and the value **false** indicates the opposite.| | boolean | Returns **true** if the local digit switch is turned on; returns **false** otherwise.|
**Error codes** **Error codes**
...@@ -707,7 +707,7 @@ For details about the error codes, see [I18N Error Codes](../errorcodes/errorcod ...@@ -707,7 +707,7 @@ For details about the error codes, see [I18N Error Codes](../errorcodes/errorcod
isRTL(locale: string): boolean isRTL(locale: string): boolean
Checks whether the localized script for the specified language is displayed from right to left. Checks whether a locale uses an RTL language.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -743,7 +743,7 @@ Obtains a **Calendar** object. ...@@ -743,7 +743,7 @@ Obtains a **Calendar** object.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------ | ------ | ---- | ---------------------------------------- | | ------ | ------ | ---- | ---------------------------------------- |
| locale | string | Yes | Valid locale value, for example, **zh-Hans-CN**. | | locale | string | Yes | Valid locale value, for example, **zh-Hans-CN**. |
| type | string | No | Valid calendar type. Currently, the valid types are as follows: **buddhist**, **chinese**, **coptic**, **ethiopic**, **hebrew**, **gregory**, **indian**, **islamic\_civil**, **islamic\_tbla**, **islamic\_umalqura**, **japanese**, and **persian**. If this parameter is left unspecified, the default calendar type of the specified locale is used.| | type | string | No | Valid calendar type. Currently, the valid types are as follows: **buddhist**, **chinese**, **coptic**, **ethiopic**, **hebrew**, **gregory**, **indian**, **islamic\_civil**, **islamic\_tbla**, **islamic\_umalqura**, **japanese**, and **persian**. The default value is the default calendar type of the locale.|
**Return value** **Return value**
...@@ -818,9 +818,9 @@ Sets the year, month, day, hour, minute, and second for this **Calendar** object ...@@ -818,9 +818,9 @@ Sets the year, month, day, hour, minute, and second for this **Calendar** object
| year | number | Yes | Year to set. | | year | number | Yes | Year to set. |
| month | number | Yes | Month to set. | | month | number | Yes | Month to set. |
| date | number | Yes | Day to set. | | date | number | Yes | Day to set. |
| hour | number | No | Hour to set.| | hour | number | No | Hour to set. The default value is the system hour.|
| minute | number | No | Minute to set.| | minute | number | No | Minute to set. The default value is the system minute.|
| second | number | No | Second to set. | | second | number | No | Second to set. The default value is the system second.|
**Example** **Example**
```js ```js
...@@ -990,7 +990,7 @@ Obtains the value of the specified field in the **Calendar** object. ...@@ -990,7 +990,7 @@ Obtains the value of the specified field in the **Calendar** object.
getDisplayName(locale: string): string getDisplayName(locale: string): string
Obtains the **Calendar** object name displayed for the specified locale. Obtains the displayed name of the **Calendar** object for the specified locale.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -998,13 +998,13 @@ Obtains the **Calendar** object name displayed for the specified locale. ...@@ -998,13 +998,13 @@ Obtains the **Calendar** object name displayed for the specified locale.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------ | ------ | ---- | ---------------------------------------- | | ------ | ------ | ---- | ---------------------------------------- |
| locale | string | Yes | Locale for which the name of the **Calendar** object is displayed. For example, if **locale** is **en-US**, the name of the Buddhist calendar will be **Buddhist Calendar**.| | locale | string | Yes | Locale for the displayed name of the **Calendar** object. For example, displayed name of **buddhist** is **Buddhist&nbsp;Calendar** when the locale is set to **en-US**.|
**Return value** **Return value**
| Type | Description | | Type | Description |
| ------ | ------------------- | | ------ | ------------------- |
| string | **Calendar** object name displayed for the specified locale.| | string | Displayed name of the **Calendar** object for the specified locale.|
**Example** **Example**
```js ```js
...@@ -1017,7 +1017,7 @@ Obtains the **Calendar** object name displayed for the specified locale. ...@@ -1017,7 +1017,7 @@ Obtains the **Calendar** object name displayed for the specified locale.
isWeekend(date?: Date): boolean isWeekend(date?: Date): boolean
Checks whether the specified date in this **Calendar** object is a weekend. Checks whether a given date is a weekend in the calendar.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1025,13 +1025,13 @@ Checks whether the specified date in this **Calendar** object is a weekend. ...@@ -1025,13 +1025,13 @@ Checks whether the specified date in this **Calendar** object is a weekend.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ---- | ---- | ---- | ---------------------------------------- | | ---- | ---- | ---- | ---------------------------------------- |
| date | Date | No | Specified date in this **Calendar** object. If the **date** parameter is not specified, the system checks whether the current date is a weekend.| | date | Date | No | Specified date. If this parameter is left empty, the system checks whether the current date is a weekend. The default value is the system date.|
**Return value** **Return value**
| Type | Description | | Type | Description |
| ------- | ----------------------------------- | | ------- | ----------------------------------- |
| boolean | Returns **true** if the date is a weekend; returns **false** if the date is a weekday.| | boolean | Returns **true** if the specified date is a weekend; returns **false** otherwise.|
**Example** **Example**
```js ```js
...@@ -1059,7 +1059,7 @@ Creates a **PhoneNumberFormat** object. ...@@ -1059,7 +1059,7 @@ Creates a **PhoneNumberFormat** object.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------- | ---------------------------------------- | ---- | ---------------- | | ------- | ---------------------------------------- | ---- | ---------------- |
| country | string | Yes | Country or region to which the phone number to be formatted belongs.| | country | string | Yes | Country or region to which the phone number to be formatted belongs.|
| options | [PhoneNumberFormatOptions](#phonenumberformatoptions8) | No | Options of the **PhoneNumberFormat** object. | | options | [PhoneNumberFormatOptions](#phonenumberformatoptions8) | No | Options of the **PhoneNumberFormat** object. The default value is **NATIONAL**. |
**Example** **Example**
```js ```js
...@@ -1184,13 +1184,13 @@ Creates an **IndexUtil** object. ...@@ -1184,13 +1184,13 @@ Creates an **IndexUtil** object.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------ | ------ | ---- | ---------------------------- | | ------ | ------ | ---- | ---------------------------- |
| locale | string | No | A string containing locale information, including the language, optional script, and region.| | locale | string | No | A string containing locale information, including the language, optional script, and region. The default value is the system locale.|
**Return value** **Return value**
| Type | Description | | Type | Description |
| ------------------------ | --------------------- | | ------------------------ | --------------------- |
| [IndexUtil](#indexutil8) | **IndexUtil** object mapping to the specified locale.| | [IndexUtil](#indexutil8) | **IndexUtil** object mapping to the **locale** object.|
**Example** **Example**
```js ```js
...@@ -1213,7 +1213,7 @@ Obtains the index list for this **locale** object. ...@@ -1213,7 +1213,7 @@ Obtains the index list for this **locale** object.
| Type | Description | | Type | Description |
| ------------------- | ------------------ | | ------------------- | ------------------ |
| Array&lt;string&gt; | Index list for this **locale** object.| | Array&lt;string&gt; | Index list for the **locale** object.|
**Example** **Example**
```js ```js
...@@ -1228,7 +1228,7 @@ Obtains the index list for this **locale** object. ...@@ -1228,7 +1228,7 @@ Obtains the index list for this **locale** object.
addLocale(locale: string): void addLocale(locale: string): void
Adds the index of the new **locale** object to the index list. Adds a **locale** object to the current index list.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1249,7 +1249,7 @@ Adds the index of the new **locale** object to the index list. ...@@ -1249,7 +1249,7 @@ Adds the index of the new **locale** object to the index list.
getIndex(text: string): string getIndex(text: string): string
Obtains the index of a text object. Obtains the index of a **text** object.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1305,7 +1305,7 @@ Obtains a [BreakIterator](#breakiterator8) object for text segmentation. ...@@ -1305,7 +1305,7 @@ Obtains a [BreakIterator](#breakiterator8) object for text segmentation.
setLineBreakText(text: string): void setLineBreakText(text: string): void
Sets the text to be processed by the [BreakIterator](#breakiterator8) object. Sets the text to be processed by the **BreakIterator** object.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1326,7 +1326,7 @@ Sets the text to be processed by the [BreakIterator](#breakiterator8) object. ...@@ -1326,7 +1326,7 @@ Sets the text to be processed by the [BreakIterator](#breakiterator8) object.
getLineBreakText(): string getLineBreakText(): string
Obtains the text being processed by the [BreakIterator](#breakiterator8) object. Obtains the text being processed by the **BreakIterator** object.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1348,7 +1348,7 @@ Obtains the text being processed by the [BreakIterator](#breakiterator8) object. ...@@ -1348,7 +1348,7 @@ Obtains the text being processed by the [BreakIterator](#breakiterator8) object.
current(): number current(): number
Obtains the position of the [BreakIterator](#breakiterator8) object in the text being processed. Obtains the position of the **BreakIterator** object in the text being processed.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1370,7 +1370,7 @@ Obtains the position of the [BreakIterator](#breakiterator8) object in the text ...@@ -1370,7 +1370,7 @@ Obtains the position of the [BreakIterator](#breakiterator8) object in the text
first(): number first(): number
Puts the [BreakIterator](#breakiterator8) object to the first text boundary, which is always at the beginning of the processed text. Puts the **BreakIterator** object to the first break point, which is always at the beginning of the processed text.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1378,7 +1378,7 @@ Puts the [BreakIterator](#breakiterator8) object to the first text boundary, whi ...@@ -1378,7 +1378,7 @@ Puts the [BreakIterator](#breakiterator8) object to the first text boundary, whi
| Type | Description | | Type | Description |
| ------ | ----------------- | | ------ | ----------------- |
| number | Offset to the first text boundary of the processed text.| | number | Offset to the first break point of the processed text.|
**Example** **Example**
```js ```js
...@@ -1392,7 +1392,7 @@ Puts the [BreakIterator](#breakiterator8) object to the first text boundary, whi ...@@ -1392,7 +1392,7 @@ Puts the [BreakIterator](#breakiterator8) object to the first text boundary, whi
last(): number last(): number
Puts the [BreakIterator](#breakiterator8) object to the last text boundary, which is always the next position after the end of the processed text. Puts the **BreakIterator** object to the last break point, which is always the next position after the end of the processed text.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1400,7 +1400,7 @@ Puts the [BreakIterator](#breakiterator8) object to the last text boundary, whic ...@@ -1400,7 +1400,7 @@ Puts the [BreakIterator](#breakiterator8) object to the last text boundary, whic
| Type | Description | | Type | Description |
| ------ | ------------------ | | ------ | ------------------ |
| number | Offset to the last text boundary of the processed text.| | number | Offset to the last break point of the processed text.|
**Example** **Example**
```js ```js
...@@ -1414,7 +1414,7 @@ Puts the [BreakIterator](#breakiterator8) object to the last text boundary, whic ...@@ -1414,7 +1414,7 @@ Puts the [BreakIterator](#breakiterator8) object to the last text boundary, whic
next(index?: number): number next(index?: number): number
Moves the [BreakIterator](#breakiterator8) object backward by the specified number of text boundaries if the specified index is a positive number. If the index is a negative number, the [BreakIterator](#breakiterator8) object will be moved forward by the corresponding number of text boundaries. If no index is specified, the index will be treated as **1**. Moves the **BreakIterator** object backward by the corresponding number of break points.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1422,13 +1422,13 @@ Moves the [BreakIterator](#breakiterator8) object backward by the specified numb ...@@ -1422,13 +1422,13 @@ Moves the [BreakIterator](#breakiterator8) object backward by the specified numb
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ----- | ------ | ---- | ---------------------------------------- | | ----- | ------ | ---- | ---------------------------------------- |
| index | number | No | Number of text boundaries by which the [BreakIterator](#breakiterator8) object is moved. A positive value indicates that the text boundary is moved backward, and a negative value indicates the opposite. If no index is specified, the index will be treated as **1**.| | index | number | No | Number of break points to be moved by the **BreakIterator** object. A positive value indicates that the break point is moved backward by the specified number of break points, and a negative value indicates the opposite. The default value is **1**.|
**Return value** **Return value**
| Type | Description | | Type | Description |
| ------ | ---------------------------------------- | | ------ | ---------------------------------------- |
| number | Position of the [BreakIterator](#breakiterator8) object in the text after it is moved by the specified number of text boundaries. The value **-1** is returned if the position of the [BreakIterator](#breakiterator8) object is outside of the processed text after it is moved by the specified number of text boundaries.| | number | Position of the **BreakIterator** object in the text after it is moved by the specified number of break points. The value **-1** is returned if the position of the [BreakIterator](#breakiterator8) object is outside of the processed text after it is moved by the specified number of break points.|
**Example** **Example**
```js ```js
...@@ -1444,7 +1444,7 @@ Moves the [BreakIterator](#breakiterator8) object backward by the specified numb ...@@ -1444,7 +1444,7 @@ Moves the [BreakIterator](#breakiterator8) object backward by the specified numb
previous(): number previous(): number
Moves the [BreakIterator](#breakiterator8) object to the previous text boundary. Moves the **BreakIterator** object forward by one break point.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1452,7 +1452,7 @@ Moves the [BreakIterator](#breakiterator8) object to the previous text boundary. ...@@ -1452,7 +1452,7 @@ Moves the [BreakIterator](#breakiterator8) object to the previous text boundary.
| Type | Description | | Type | Description |
| ------ | ---------------------------------------- | | ------ | ---------------------------------------- |
| number | Position of the [BreakIterator](#breakiterator8) object in the text after it is moved to the previous text boundary. The value **-1** is returned if the position of the [BreakIterator](#breakiterator8) object is outside of the processed text after it is moved by the specified number of text boundaries.| | number | Position of the **BreakIterator** object in the text after it is moved to the previous break point. The value **-1** is returned if the position of the [BreakIterator](#breakiterator8) object is outside of the processed text after it is moved by the specified number of break points.|
**Example** **Example**
```js ```js
...@@ -1468,7 +1468,7 @@ Moves the [BreakIterator](#breakiterator8) object to the previous text boundary. ...@@ -1468,7 +1468,7 @@ Moves the [BreakIterator](#breakiterator8) object to the previous text boundary.
following(offset: number): number following(offset: number): number
Moves the [BreakIterator](#breakiterator8) object to the text boundary after the position specified by the offset. Position of the [BreakIterator](#breakiterator8) object after it is moved to the text boundary after the position specified by the offset. Moves the **BreakIterator** to the break point following the specified position.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1476,13 +1476,13 @@ Moves the [BreakIterator](#breakiterator8) object to the text boundary after the ...@@ -1476,13 +1476,13 @@ Moves the [BreakIterator](#breakiterator8) object to the text boundary after the
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------ | ------ | ---- | ---------------------------------------- | | ------ | ------ | ---- | ---------------------------------------- |
| offset | number | Yes | Offset to the position before the text boundary to which the [BreakIterator](#breakiterator8) object is moved.| | offset | number | Yes | Moves the **BreakIterator** to the break point following the specified position.|
**Return value** **Return value**
| Type | Description | | Type | Description |
| ------ | ---------------------------------------- | | ------ | ---------------------------------------- |
| number | The value **-1** is returned if the text boundary to which the [BreakIterator](#breakiterator8) object is moved is outside of the processed text.| | number | The value **-1** is returned if the break point to which the **BreakIterator** object is moved is outside of the processed text.|
**Example** **Example**
```js ```js
...@@ -1498,7 +1498,7 @@ Moves the [BreakIterator](#breakiterator8) object to the text boundary after the ...@@ -1498,7 +1498,7 @@ Moves the [BreakIterator](#breakiterator8) object to the text boundary after the
isBoundary(offset: number): boolean isBoundary(offset: number): boolean
Checks whether the position specified by the offset is a text boundary. If **true** is returned, the [BreakIterator](#breakiterator8) object is moved to the position specified by the offset. If **false** is returned, the [BreakIterator](#breakiterator8) object is moved to the text boundary after the position specified by the offset, which is equivalent to calling [following](#following8)(offset). Checks whether the specified position of the text is a break point.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1506,13 +1506,13 @@ Checks whether the position specified by the offset is a text boundary. If **tru ...@@ -1506,13 +1506,13 @@ Checks whether the position specified by the offset is a text boundary. If **tru
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------ | ------ | ---- | ----------- | | ------ | ------ | ---- | ----------- |
| offset | number | Yes | Position to check.| | offset | number | Yes | Offset to the specified position of the text. The value **true** is returned if the position specified by **offset** is a break point, and the value **false** is returned otherwise. If **true** is returned, the **BreakIterator** object is moved to the position specified by **offset**. Otherwise, **following** is called.|
**Return value** **Return value**
| Type | Description | | Type | Description |
| ------- | ------------------------------- | | ------- | ------------------------------- |
| boolean | Returns **true** if the position specified by the offset is a text boundary; returns **false** otherwise.| | boolean | Returns **true** if the position specified by the offset is a break point; returns **false** otherwise.|
**Example** **Example**
```js ```js
...@@ -1535,7 +1535,7 @@ Obtains the **TimeZone** object corresponding to the specified time zone ID. ...@@ -1535,7 +1535,7 @@ Obtains the **TimeZone** object corresponding to the specified time zone ID.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------ | ------ | ---- | ----- | | ------ | ------ | ---- | ----- |
| zondID | string | No | Time zone ID.| | zondID | string | No | Time zone ID. The default value is the system time zone.|
**Return value** **Return value**
...@@ -1577,7 +1577,7 @@ Obtains the ID of the specified **TimeZone** object. ...@@ -1577,7 +1577,7 @@ Obtains the ID of the specified **TimeZone** object.
getDisplayName(locale?: string, isDST?: boolean): string getDisplayName(locale?: string, isDST?: boolean): string
Obtains the localized representation of the time zone. Obtains the localized representation of a **TimeZone** object.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1585,8 +1585,8 @@ Obtains the localized representation of the time zone. ...@@ -1585,8 +1585,8 @@ Obtains the localized representation of the time zone.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ------ | ------- | ---- | -------------------- | | ------ | ------- | ---- | -------------------- |
| locale | string | No | Locale ID. | | locale | string | No | Locale ID. The default value is the system locale. |
| isDST | boolean | No | Whether to consider DST when obtaining the representation of the **TimeZone** object.| | isDST | boolean | No | Whether DST is considered in the localized representation of the **TimeZone** object. The default value is **false**.|
**Return value** **Return value**
...@@ -1634,7 +1634,7 @@ Obtains the offset between the time zone represented by a **TimeZone** object an ...@@ -1634,7 +1634,7 @@ Obtains the offset between the time zone represented by a **TimeZone** object an
| Type | Description | | Type | Description |
| ------ | ----------------------- | | ------ | ----------------------- |
| number | Offset between the time zone represented by the **TimeZone** object and the UTC time zone at a certain time point.| | number | Offset between the time zone represented by the **TimeZone** object and the UTC time zone at a certain time point. The default value is the system time zone.|
**Example** **Example**
```js ```js
...@@ -1689,7 +1689,7 @@ Obtains the list of time zone city IDs supported by the system. ...@@ -1689,7 +1689,7 @@ Obtains the list of time zone city IDs supported by the system.
static getCityDisplayName(cityID: string, locale: string): string static getCityDisplayName(cityID: string, locale: string): string
Obtains the localized display of a time zone city in the specified locale. Obtains the localized representation of a time zone city in the specified locale.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -1704,7 +1704,7 @@ Obtains the localized display of a time zone city in the specified locale. ...@@ -1704,7 +1704,7 @@ Obtains the localized display of a time zone city in the specified locale.
| Type | Description | | Type | Description |
| ------ | ------------------ | | ------ | ------------------ |
| string | Localized display of the time zone city in the specified locale.| | string | Localized representation of the time zone city in the specified locale.|
**Example** **Example**
```ts ```ts
...@@ -2101,7 +2101,7 @@ Converts one measurement unit into another and formats the unit based on the spe ...@@ -2101,7 +2101,7 @@ Converts one measurement unit into another and formats the unit based on the spe
| toUnit | [UnitInfo](#unitinfo8) | Yes | Measurement unit to be converted to. | | toUnit | [UnitInfo](#unitinfo8) | Yes | Measurement unit to be converted to. |
| value | number | Yes | Value of the measurement unit to be converted. | | value | number | Yes | Value of the measurement unit to be converted. |
| locale | string | Yes | Locale used for formatting, for example, **zh-Hans-CN**. | | locale | string | Yes | Locale used for formatting, for example, **zh-Hans-CN**. |
| style | string | No | Style used for formatting. The value can be **long**, **short**, or **narrow**.| | style | string | No | Style used for formatting. The value can be **long**, **short**, or **narrow**. The default value is **short**.|
**Return value** **Return value**
...@@ -2133,7 +2133,7 @@ Obtains the sequence of the year, month, and day in the specified locale. ...@@ -2133,7 +2133,7 @@ Obtains the sequence of the year, month, and day in the specified locale.
| Type | Description | | Type | Description |
| ------ | ------------------- | | ------ | ------------------- |
| string | Sequence of the year, month, and day.| | string | Sequence of the year, month, and day in the locale.|
**Example** **Example**
```js ```js
...@@ -2290,7 +2290,7 @@ Obtains the country/region sorting array. ...@@ -2290,7 +2290,7 @@ Obtains the country/region sorting array.
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| --------- | ------------- | ---- | ------------- | | --------- | ------------- | ---- | ------------- |
| regions | Array&lt;string&gt; | Yes | List of countries/regions to be sorted.| | regions | Array&lt;string&gt; | Yes | List of countries/regions to be sorted.|
| options | [SortOptions](#sortoptions10) | No | Country/region sorting option.| | options | [SortOptions](#sortoptions10) | No | Country/region sorting option. The default value of **locale** is the system locale, the default value of **isUseLocalName** is **false**, and the default value of **isSuggestedFirst** is **true**.|
**Return value** **Return value**
...@@ -2320,25 +2320,72 @@ For details about the error codes, see [I18N Error Codes](../errorcodes/errorcod ...@@ -2320,25 +2320,72 @@ For details about the error codes, see [I18N Error Codes](../errorcodes/errorcod
} }
``` ```
### getTimeZoneCityItemArray<sup>10+</sup>
static getTimeZoneCityItemArray(): Array&lt;TimeZoneCityItem&gt;
Obtains the array of time zone city items after sorting.
**System API**: This is a system API.
**System capability**: SystemCapability.Global.I18n
**Return value**
| Type | Description |
| ----------------- | -------------------- |
| Array&lt;[TimeZoneCityItem](#timezonecityitem10)&gt; | Array of time zone city items.|
**Example**
```js
try {
let timeZoneCityItemArray = I18n.SystemLocaleManager.getTimeZoneCityItemArray();
for (var i = 0; i < timeZoneCityItemArray.length; i++) {
console.log(timeZoneCityItemArray[i].zoneId + ", " + timeZoneCityItemArray[i].cityId + ", " + timeZoneCityItemArray[i].cityDisplayName +
", " + timeZoneCityItemArray[i].offset + "\r\n");
}
} catch(error) {
console.error(`call SystemLocaleManager.getTimeZoneCityItemArray failed, error code: ${error.code}, message: ${error.message}.`);
}
```
## LocaleItem<sup>10+</sup> ## LocaleItem<sup>10+</sup>
Represents the list of languages or countries/regions sorted by **SystemLocaleManager**. Represents the list of languages or countries/regions sorted by **SystemLocaleManager**.
**System API**: This is a system API.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| --------------- | --------------- | ------ | --------------------------------------- | | --------------- | --------------- | ------ | --------------------------------------- |
| id | string | Yes | Language code or country/region code, for example, **zh** or **CN**. | | id | string | Yes | Language code or country/region code, for example, **zh** or **CN**. |
| suggestionType | [SuggestionType](#suggestiontype10) | Yes | Language or country/region suggestion type. | | suggestionType | [SuggestionType](#suggestiontype10) | Yes | Language or country/region suggestion type. |
| displayName | string | Yes | Displayed name of the ID in the locale of **SystemLocaleManager**.| | displayName | string | Yes | Displayed name of ID in the locale of **SystemLocaleManager**.|
| localName | string | No | Local name of the ID. | | localName | string | No | Local name of the ID. |
## TimeZoneCityItem<sup>10+</sup>
Represents the type of time zone city items.
**System capability**: SystemCapability.Global.I18n
| Name | Type | Mandatory | Description |
| --------------- | --------------- | ------ | --------------------------------------- |
| zoneId | string | Yes | Time zone ID, for example, **Asia/Shanghai**. |
| cityId | string | Yes | City ID, for example, **Shanghai**. |
| cityDisplayName | string | Yes | Displayed name of the city ID in the system locale. |
| offset | int | Yes | Offset of the time zone ID. |
| zoneDisplayName | string | Yes | Displayed name of the time zone ID in the system locale. |
| rawOffset | int | No | Row offset of the time zone ID. |
## SuggestionType<sup>10+</sup> ## SuggestionType<sup>10+</sup>
Represents the language or country/region suggestion type. Represents the language or country/region suggestion type.
**System API**: This is a system API.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
| Name | Value | Description | | Name | Value | Description |
...@@ -2352,13 +2399,15 @@ Represents the language or country/region suggestion type. ...@@ -2352,13 +2399,15 @@ Represents the language or country/region suggestion type.
Represents the language or country/region sorting option. Represents the language or country/region sorting option.
**System API**: This is a system API.
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| --------------- | --------------- | ---- | --------------------------------------- | | --------------- | --------------- | ---- | --------------------------------------- |
| locale | string | No | System locale, for example, **zh-Hans-CN**. | | locale | string | No | System locale, for example, **zh-Hans-CN**. The default value of **locale** is the system locale. |
| isUseLocalName | boolean | No | Whether to use the local name for sorting. | | isUseLocalName | boolean | No | Whether to use the local name for sorting. If **getLanguageInfoArray** is called, the default value of **isUseLocalName** is **true**. If **getRegionInfoArray** is called, the default value of **isUseLocalName** is **false**. |
| isSuggestedFirst | boolean | No | Whether to move the recommended language or country/region to the top in the sorting result. | | isSuggestedFirst | boolean | No | Whether to move the recommended language or country/region to the top in the sorting result. The default value of **isSuggestedFirst** is **true**. |
## I18n.getDisplayCountry<sup>(deprecated)</sup> ## I18n.getDisplayCountry<sup>(deprecated)</sup>
...@@ -2367,7 +2416,7 @@ getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): stri ...@@ -2367,7 +2416,7 @@ getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): stri
Obtains the localized script for the specified country. Obtains the localized script for the specified country.
This API is deprecated since API version 9. You are advised to use [System.getDisplayCountry](#getdisplaycountry9) instead. This API is deprecated since API version 9. You are advised to use [System.getDisplayCountry](#getdisplaycountry9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2377,7 +2426,7 @@ This API is deprecated since API version 9. You are advised to use [System.getDi ...@@ -2377,7 +2426,7 @@ This API is deprecated since API version 9. You are advised to use [System.getDi
| ------------ | ------- | ---- | ---------------- | | ------------ | ------- | ---- | ---------------- |
| country | string | Yes | Specified country. | | country | string | Yes | Specified country. |
| locale | string | Yes | Locale ID. | | locale | string | Yes | Locale ID. |
| sentenceCase | boolean | No | Whether to use sentence case for the localized script.| | sentenceCase | boolean | No | Whether to use sentence case for the localized script. The default value is **true**.|
**Return value** **Return value**
...@@ -2398,7 +2447,7 @@ getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): st ...@@ -2398,7 +2447,7 @@ getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): st
Obtains the localized script for the specified language. Obtains the localized script for the specified language.
This API is deprecated since API version 9. You are advised to use [System.getDisplayLanguage](#getdisplaylanguage9) instead. This API is deprecated since API version 9. You are advised to use [System.getDisplayLanguage](#getdisplaylanguage9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2408,7 +2457,7 @@ This API is deprecated since API version 9. You are advised to use [System.getDi ...@@ -2408,7 +2457,7 @@ This API is deprecated since API version 9. You are advised to use [System.getDi
| ------------ | ------- | ---- | ---------------- | | ------------ | ------- | ---- | ---------------- |
| language | string | Yes | Specified language. | | language | string | Yes | Specified language. |
| locale | string | Yes | Locale ID. | | locale | string | Yes | Locale ID. |
| sentenceCase | boolean | No | Whether to use sentence case for the localized script.| | sentenceCase | boolean | No | Whether to use sentence case for the localized script. The default value is **true**.|
**Return value** **Return value**
...@@ -2429,7 +2478,7 @@ getSystemLanguage(): string ...@@ -2429,7 +2478,7 @@ getSystemLanguage(): string
Obtains the system language. Obtains the system language.
This API is deprecated since API version 9. You are advised to use [System.getSystemLanguage](#getsystemlanguage9) instead. This API is deprecated since API version 9. You are advised to use [System.getSystemLanguage](#getsystemlanguage9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2451,7 +2500,7 @@ getSystemRegion(): string ...@@ -2451,7 +2500,7 @@ getSystemRegion(): string
Obtains the system region. Obtains the system region.
This API is deprecated since API version 9. You are advised to use [System.getSystemRegion](#getsystemregion9) instead. This API is deprecated since API version 9. You are advised to use [System.getSystemRegion](#getsystemregion9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2473,7 +2522,7 @@ getSystemLocale(): string ...@@ -2473,7 +2522,7 @@ getSystemLocale(): string
Obtains the system locale. Obtains the system locale.
This API is deprecated since API version 9. You are advised to use [System.getSystemLocale](#getsystemlocale9) instead. This API is deprecated since API version 9. You are advised to use [System.getSystemLocale](#getsystemlocale9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2495,7 +2544,7 @@ is24HourClock(): boolean ...@@ -2495,7 +2544,7 @@ is24HourClock(): boolean
Checks whether the 24-hour clock is used. Checks whether the 24-hour clock is used.
This API is deprecated since API version 9. You are advised to use [System.is24HourClock](#is24hourclock9) instead. This API is deprecated since API version 9. You are advised to use [System.is24HourClock](#is24hourclock9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2517,7 +2566,7 @@ set24HourClock(option: boolean): boolean ...@@ -2517,7 +2566,7 @@ set24HourClock(option: boolean): boolean
Sets the 24-hour clock. Sets the 24-hour clock.
This API is deprecated since API version 9. You are advised to use [System.set24HourClock](#set24hourclock9) instead. This API is deprecated since API version 9. You are advised to use [System.set24HourClock](#set24hourclock9).
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -2548,7 +2597,7 @@ addPreferredLanguage(language: string, index?: number): boolean ...@@ -2548,7 +2597,7 @@ addPreferredLanguage(language: string, index?: number): boolean
Adds a preferred language to the specified position on the preferred language list. Adds a preferred language to the specified position on the preferred language list.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [System.addPreferredLanguage](#addpreferredlanguage9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [System.addPreferredLanguage](#addpreferredlanguage9).
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -2559,7 +2608,7 @@ This API is supported since API version 8 and is deprecated since API version 9. ...@@ -2559,7 +2608,7 @@ This API is supported since API version 8 and is deprecated since API version 9.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| -------- | ------ | ---- | ---------- | | -------- | ------ | ---- | ---------- |
| language | string | Yes | Preferred language to add. | | language | string | Yes | Preferred language to add. |
| index | number | No | Position to which the preferred language is added.| | index | number | No | Position to which the preferred language is added. The default value is the length of the preferred language list.|
**Return value** **Return value**
...@@ -2582,7 +2631,7 @@ removePreferredLanguage(index: number): boolean ...@@ -2582,7 +2631,7 @@ removePreferredLanguage(index: number): boolean
Deletes a preferred language from the specified position on the preferred language list. Deletes a preferred language from the specified position on the preferred language list.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [System.removePreferredLanguage](#removepreferredlanguage9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [System.removePreferredLanguage](#removepreferredlanguage9).
**Permission required**: ohos.permission.UPDATE_CONFIGURATION **Permission required**: ohos.permission.UPDATE_CONFIGURATION
...@@ -2614,7 +2663,7 @@ getPreferredLanguageList(): Array&lt;string&gt; ...@@ -2614,7 +2663,7 @@ getPreferredLanguageList(): Array&lt;string&gt;
Obtains the list of preferred languages. Obtains the list of preferred languages.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [System.getPreferredLanguageList](#getpreferredlanguagelist9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [System.getPreferredLanguageList](#getpreferredlanguagelist9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2636,7 +2685,7 @@ getFirstPreferredLanguage(): string ...@@ -2636,7 +2685,7 @@ getFirstPreferredLanguage(): string
Obtains the first language in the preferred language list. Obtains the first language in the preferred language list.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [System.getFirstPreferredLanguage](#getfirstpreferredlanguage9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [System.getFirstPreferredLanguage](#getfirstpreferredlanguage9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2661,7 +2710,7 @@ static unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: ...@@ -2661,7 +2710,7 @@ static unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale:
Converts one measurement unit into another and formats the unit based on the specified locale and style. Converts one measurement unit into another and formats the unit based on the specified locale and style.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [unitConvert](#unitconvert9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [unitConvert](#unitconvert9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2673,7 +2722,7 @@ This API is supported since API version 8 and is deprecated since API version 9. ...@@ -2673,7 +2722,7 @@ This API is supported since API version 8 and is deprecated since API version 9.
| toUnit | [UnitInfo](#unitinfo8) | Yes | Measurement unit to be converted to. | | toUnit | [UnitInfo](#unitinfo8) | Yes | Measurement unit to be converted to. |
| value | number | Yes | Value of the measurement unit to be converted. | | value | number | Yes | Value of the measurement unit to be converted. |
| locale | string | Yes | Locale used for formatting, for example, **zh-Hans-CN**. | | locale | string | Yes | Locale used for formatting, for example, **zh-Hans-CN**. |
| style | string | No | Style used for formatting. The value can be **long**, **short**, or **narrow**.| | style | string | No | Style used for formatting. The value can be **long**, **short**, or **narrow**. The default value is **short**.|
**Return value** **Return value**
...@@ -2691,7 +2740,7 @@ static isDigit(char: string): boolean ...@@ -2691,7 +2740,7 @@ static isDigit(char: string): boolean
Checks whether the input character string is composed of digits. Checks whether the input character string is composed of digits.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isDigit](#isdigit9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isDigit](#isdigit9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2714,7 +2763,7 @@ static isSpaceChar(char: string): boolean ...@@ -2714,7 +2763,7 @@ static isSpaceChar(char: string): boolean
Checks whether the input character is a space. Checks whether the input character is a space.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isSpaceChar](#isspacechar9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isSpaceChar](#isspacechar9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2737,7 +2786,7 @@ static isWhitespace(char: string): boolean ...@@ -2737,7 +2786,7 @@ static isWhitespace(char: string): boolean
Checks whether the input character is a white space. Checks whether the input character is a white space.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isWhitespace](#iswhitespace9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isWhitespace](#iswhitespace9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2760,7 +2809,7 @@ static isRTL(char: string): boolean ...@@ -2760,7 +2809,7 @@ static isRTL(char: string): boolean
Checks whether the input character is of the right to left (RTL) language. Checks whether the input character is of the right to left (RTL) language.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isRTL](#isrtl9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isRTL](#isrtl9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2783,7 +2832,7 @@ static isIdeograph(char: string): boolean ...@@ -2783,7 +2832,7 @@ static isIdeograph(char: string): boolean
Checks whether the input character is an ideographic character. Checks whether the input character is an ideographic character.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isIdeograph](#isideograph9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isIdeograph](#isideograph9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2806,7 +2855,7 @@ static isLetter(char: string): boolean ...@@ -2806,7 +2855,7 @@ static isLetter(char: string): boolean
Checks whether the input character is a letter. Checks whether the input character is a letter.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isLetter](#isletter9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isLetter](#isletter9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2829,7 +2878,7 @@ static isLowerCase(char: string): boolean ...@@ -2829,7 +2878,7 @@ static isLowerCase(char: string): boolean
Checks whether the input character is a lowercase letter. Checks whether the input character is a lowercase letter.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isLowerCase](#islowercase9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isLowerCase](#islowercase9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2852,7 +2901,7 @@ static isUpperCase(char: string): boolean ...@@ -2852,7 +2901,7 @@ static isUpperCase(char: string): boolean
Checks whether the input character is an uppercase letter. Checks whether the input character is an uppercase letter.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isUpperCase](#isuppercase9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [isUpperCase](#isuppercase9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
...@@ -2875,7 +2924,7 @@ static getType(char: string): string ...@@ -2875,7 +2924,7 @@ static getType(char: string): string
Obtains the type of the input character string. Obtains the type of the input character string.
This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [getType](#gettype9) instead. This API is supported since API version 8 and is deprecated since API version 9. You are advised to use [getType](#gettype9).
**System capability**: SystemCapability.Global.I18n **System capability**: SystemCapability.Global.I18n
......
...@@ -182,11 +182,11 @@ This error code is reported if an error occurs while writing received data to th ...@@ -182,11 +182,11 @@ This error code is reported if an error occurs while writing received data to th
**Cause** **Cause**
The application does not have the data write permission. The application does not have the permission to write files or the file to be downloaded exceeds 5 MB.
**Solution** **Solution**
Check the permissions granted to the application. Check the application permission and the size of the file to be downloaded.
## 2300025 Failed to Upload Data ## 2300025 Failed to Upload Data
......
# HiLog # HiLog
## Overview
Provides logging functions. Provides logging functions.
For example, you can use logging functions to output logs of the specified log type, service domain, log tag, and log level. For example, you can use logging functions to output logs of the specified log type, service domain, log tag, and log level.
\@syscap SystemCapability.HiviewDFX.HiLog
**Since:** @syscap SystemCapability.HiviewDFX.HiLog
**Since**
8 8
## Summary ## Summary
### Files ### File
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| [log.h](log_8h.md) | Defines the logging functions of the HiLog module.<br>File to Include: <hilog/log.h> | | [log.h](log_8h.md) | Defines the logging functions of the HiLog module.<br>**File to include**: <hilog/log.h><br>**Library**: libhitrace_ndk.z.so|
### Macros ### Macros
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| [LOG_DOMAIN](#log_domain) 0 | Defines the service domain for a log file. | | [LOG_DOMAIN](#log_domain) 0 | Defines the service domain for a log file.|
| [LOG_TAG](#log_tag) NULL | Defines a string constant used to identify the class, file, or service. | | [LOG_TAG](#log_tag) NULL | Defines a string constant used to identify the class, file, or service.|
| [OH_LOG_DEBUG](#oh_log_debug)(type, ...) ((void)[OH_LOG_Print](#oh_log_print)((type), LOG_DEBUG, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), __VA_ARGS__)) | Outputs DEBUG logs. This is a function-like macro. | | [OH_LOG_DEBUG](#oh_log_debug)(type, ...) ((void)[OH_LOG_Print](#oh_log_print)((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs DEBUG logs. This is a function-like macro.|
| [OH_LOG_INFO](#oh_log_info)(type, ...) ((void)[OH_LOG_Print](#oh_log_print)((type), LOG_INFO, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), __VA_ARGS__)) | Outputs INFO logs. This is a function-like macro. | | [OH_LOG_INFO](#oh_log_info)(type, ...) ((void)[OH_LOG_Print](#oh_log_print)((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs INFO logs. This is a function-like macro.|
| [OH_LOG_WARN](#oh_log_warn)(type, ...) ((void)[OH_LOG_Print](#oh_log_print)((type), LOG_WARN, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), __VA_ARGS__)) | Outputs WARN logs. This is a function-like macro. | | [OH_LOG_WARN](#oh_log_warn)(type, ...) ((void)[OH_LOG_Print](#oh_log_print)((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs WARN logs. This is a function-like macro.|
| [OH_LOG_ERROR](#oh_log_error)(type, ...) ((void)[OH_LOG_Print](#oh_log_print)((type), LOG_ERROR, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), __VA_ARGS__)) | Outputs ERROR logs. This is a function-like macro. | | [OH_LOG_ERROR](#oh_log_error)(type, ...) ((void)[OH_LOG_Print](#oh_log_print)((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs ERROR logs. This is a function-like macro.|
| [OH_LOG_FATAL](#oh_log_fatal)(type, ...) ((void)HiLogPrint((type), LOG_FATAL, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), __VA_ARGS__)) | Outputs FATAL logs. This is a function-like macro. | | [OH_LOG_FATAL](#oh_log_fatal)(type, ...) ((void)HiLogPrint((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs FATAL logs. This is a function-like macro.|
### Enums ### Enum
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| [LogType](#logtype) { LOG_APP = 0 } | Enumerates log types. | | [LogType](#logtype) { LOG_APP= 0 } | **Log Type**|
| [LogLevel](#loglevel) {<br/>LOG_DEBUG = 3, LOG_INFO = 4, LOG_WARN = 5, LOG_ERROR = 6,<br/>LOG_FATAL = 7<br/>} | Enumerates log levels. | | [LogLevel](#loglevel) { LOG_DEBUG = 3, LOG_INFO = 4, LOG_WARN = 5, LOG_ERROR = 6, LOG_FATAL =7 } | Log level.|
### Functions ### Functions
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| [OH_LOG_Print](#oh_log_print) ([LogType](#logtype) type, [LogLevel](#loglevel) level, unsigned int domain, const char *tag, const char *fmt,...) \_\_attribute\_\_((\_\_format\_\_(os_log, 5,6))) |Outputs logs. | | [OH_LOG_Print](#oh_log_print) ([LogType](#logtype) type, [LogLevel](#loglevel) level, unsigned int domain, const char \*tag, const char \*fmt,...) \_\_attribute\_\_((\_\_format\_\_(os\_log, 5,6))) | Outputs logs.|
| [OH_LOG_IsLoggable](#oh_log_isloggable) (unsigned int domain, const char \*tag, [LogLevel](#loglevel) level) | Checks whether logs of the specified service domain, log tag, and log level can be output. | | [OH_LOG_IsLoggable](#oh_log_isloggable) (unsigned int domain, const char \*tag, [LogLevel](#loglevel) level) | Checks whether logs of the specified service domain, tag, and level can be printed.|
## Description
## Macro Description ## Macro Description
...@@ -56,193 +63,249 @@ For example, you can use logging functions to output logs of the specified log t ...@@ -56,193 +63,249 @@ For example, you can use logging functions to output logs of the specified log t
### LOG_DOMAIN ### LOG_DOMAIN
``` ```
#define LOG_DOMAIN 0 #define LOG_DOMAIN 0
``` ```
**Description**<br>
**Description**
Defines the service domain for a log file. Defines the service domain for a log file.
The service domain is used to identify the subsystem and module of a service. Its value is a hexadecimal integer ranging from 0x0 to 0xFFFF. If the value is beyond the range, its significant bits are automatically truncated. The service domain is used to identify the subsystem and module of a service. Its value is a hexadecimal integer ranging from 0x0 to 0xFFFF. If the value is beyond the range, its significant bits are automatically truncated.
**Since**
8
### LOG_TAG ### LOG_TAG
``` ```
#define LOG_TAG NULL #define LOG_TAG NULL
``` ```
**Description**<br>
**Description**
Defines a string constant used to identify the class, file, or service. Defines a string constant used to identify the class, file, or service.
**Since**
8
### OH_LOG_DEBUG ### OH_LOG_DEBUG
``` ```
#define OH_LOG_DEBUG( type, ... ) ((void)OH_LOG_Print((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) #define OH_LOG_DEBUG( type, ... ) ((void)OH_LOG_Print((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
``` ```
**Description**<br>
**Description**
Outputs DEBUG logs. This is a function-like macro. Outputs DEBUG logs. This is a function-like macro.
Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file. Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file.
**Parameters** **Parameters**
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| type | Indicates the log type. The type for third-party applications is defined by LOG_APP. | | type | Log type. The type for third-party applications is defined by **LOG_APP**.|
| fmt | Indicates the format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter. | | fmt | Format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter.|
| ... | Indicates the parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string. | | ... | Parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string.|
**See** **See**
[OH_LOG_Print](#oh_log_print) [OH_LOG_Print](#oh_log_print)
**Since**
8
### OH_LOG_ERROR ### OH_LOG_ERROR
``` ```
#define OH_LOG_ERROR( type, ... ) ((void)OH_LOG_Print((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) #define OH_LOG_ERROR( type, ... ) ((void)OH_LOG_Print((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
``` ```
**Description**<br>
**Description**
Outputs ERROR logs. This is a function-like macro. Outputs ERROR logs. This is a function-like macro.
Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file. Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file.
**Parameters** **Parameters**
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| type | Indicates the log type. The type for third-party applications is defined by LOG_APP. | | type | Log type. The type for third-party applications is defined by **LOG_APP**.|
| fmt | Indicates the format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter. | | fmt | Format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter.|
| ... | Indicates the parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string. | | ... | Parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string.|
**See** **See**
[OH_LOG_Print](#oh_log_print) [OH_LOG_Print](#oh_log_print)
**Since**
8
### OH_LOG_FATAL ### OH_LOG_FATAL
``` ```
#define OH_LOG_FATAL( type, ... ) ((void)HiLogPrint((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) #define OH_LOG_FATAL( type, ... ) ((void)HiLogPrint((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
``` ```
**Description**<br>
**Description**
Outputs FATAL logs. This is a function-like macro. Outputs FATAL logs. This is a function-like macro.
Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file. Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file.
**Parameters** **Parameters**
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| type | Indicates the log type. The type for third-party applications is defined by LOG_APP. | | type | Log type. The type for third-party applications is defined by **LOG_APP**.|
| fmt | Indicates the format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter. | | fmt | Format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter.|
| ... | Indicates the parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string. | | ... | Parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string.|
**See** **See**
[OH_LOG_Print](#oh_log_print) [OH_LOG_Print](#oh_log_print)
**Since**
8
### OH_LOG_INFO ### OH_LOG_INFO
``` ```
#define OH_LOG_INFO( type, ... ) ((void)OH_LOG_Print((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) #define OH_LOG_INFO( type, ... ) ((void)OH_LOG_Print((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
``` ```
**Description**<br>
**Description**
Outputs INFO logs. This is a function-like macro. Outputs INFO logs. This is a function-like macro.
Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file. Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file.
**Parameters** **Parameters**
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| type | Indicates the log type. The type for third-party applications is defined by LOG_APP. | | type | Log type. The type for third-party applications is defined by **LOG_APP**.|
| fmt | Indicates the format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter. | | fmt | Format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter.|
| ... | Indicates the parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string. | | ... | Parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string.|
**See** **See**
[OH_LOG_Print](#oh_log_print) [OH_LOG_Print](#oh_log_print)
**Since**
8
### OH_LOG_WARN ### OH_LOG_WARN
``` ```
#define OH_LOG_WARN( type, ... ) ((void)OH_LOG_Print((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) #define OH_LOG_WARN( type, ... ) ((void)OH_LOG_Print((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
``` ```
**Description**<br>
**Description**
Outputs WARN logs. This is a function-like macro. Outputs WARN logs. This is a function-like macro.
Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file. Before calling this function, define the log service domain and log tag. Generally, you need to define them at the beginning of the source file.
**Parameters** **Parameters**
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| type | Indicates the log type. The type for third-party applications is defined by LOG_APP. | | type | Log type. The type for third-party applications is defined by **LOG_APP**.|
| fmt | Indicates the format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter. | | fmt | Format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter.|
| ... | Indicates the parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string. | | ... | Parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string.|
**See** **See**
[OH_LOG_Print](#oh_log_print) [OH_LOG_Print](#oh_log_print)
**Since**
8
## Enum Description ## Enum Description
### LogLevel ### LogLevel
``` ```
enum LogLevel enum LogLevel
``` ```
**Description**<br>
**Description**
Enumerates log levels. Enumerates log levels.
You are advised to select log levels based on their respective use cases: You are advised to select log levels based on their respective use cases.
Log levels:
DEBUG: provides more detailed process information than INFO logs to help developers analyze service processes and locate faults. DEBUG logs are not recorded in official versions by default. They are available in debug versions or in official versions with the debug function enabled. **DEBUG**: provides more detailed process information than INFO logs to help developers analyze service processes and locate faults. DEBUG logs are not recorded in official versions by default. They are available in debug versions or in official versions with the debug function enabled.
INFO: indicates the key service process nodes and exceptions (for example, no network signal or login failure) that occur during service running. These logs should be recorded by the dominant module in the service to avoid repeated logging conducted by multiple invoked modules or low-level functions. **INFO**: indicates the key service process nodes and exceptions (for example, no network signal or login failure) that occur during service running. These logs should be recorded by the dominant module in the service to avoid repeated logging conducted by multiple invoked modules or low-level functions.
WARN: indicates a severe, unexpected fault that has little impact on users and can be rectified by the programs themselves or through simple operations. **WARN**: indicates a severe, unexpected fault that has little impact on users and can be rectified by the programs themselves or through simple operations.
ERROR: indicates a program or functional error that affects the normal running or use of the functionality and can be fixed at a high cost, for example, by resetting data. **ERROR**: indicates a program or functional error that affects the normal running or use of the functionality and can be fixed at a high cost, for example, by resetting data.
FATAL: indicates that a program or functionality is about to crash and the fault cannot be rectified. **FATAL**: indicates that a program or functionality is about to crash and the fault cannot be rectified.
| Name | Description | | Value| Description|
| -------- | -------- | | -------- | -------- |
| LOG_DEBUG | DEBUG level to be used by OH_LOG_DEBUG | | LOG_DEBUG | DEBUG level to be used by **OH_LOG_DEBUG**.|
| LOG_INFO | INFO level to be used by OH_LOG_INFO | | LOG_INFO | INFO level to be used by **OH_LOG_INFO**.|
| LOG_WARN | WARN level to be used by OH_LOG_WARN | | LOG_WARN | WARN level to be used by **OH_LOG_WARN**.|
| LOG_ERROR | ERROR level to be used by OH_LOG_ERROR | | LOG_ERROR | ERROR level to be used by **OH_LOG_ERROR**.|
| LOG_FATAL | FATAL level to be used by OH_LOG_FATAL | | LOG_FATAL | FATAL level to be used by **OH_LOG_FATAL**.|
**Since**
8
### LogType ### LogType
``` ```
enum LogType enum LogType
``` ```
**Description**<br>
**Description**
Enumerates log types. Enumerates log types.
Currently, only LOG_APP is available. You can use this function to specify the type of output logs. Currently, only **LOG_APP** is available.
| Name | Description | | Value| Description|
| -------- | -------- | | -------- | -------- |
| LOG_APP | Application log | | LOG_APP | Application log.|
**Since**
8
## Function Description ## Function Description
...@@ -250,48 +313,60 @@ Currently, only LOG_APP is available. ...@@ -250,48 +313,60 @@ Currently, only LOG_APP is available.
### OH_LOG_IsLoggable() ### OH_LOG_IsLoggable()
``` ```
int bool OH_LOG_IsLoggable (unsigned int domain, const char * tag, LogLevel level ) bool OH_LOG_IsLoggable (unsigned int domain, const char * tag, LogLevel level )
``` ```
**Description**<br>
Checks whether logs of the specified service domain, log tag, and log level can be output.
**Parameters** **Description**
Checks whether logs of the specified service domain, tag, and level can be printed.
**Parameters**
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| domain | Indicates the service domain of logs. | | domain | Service domain.|
| tag | Indicates the log tag. | | tag | Log tag.|
| level | Indicates the log level. | | level | Log level.|
**Returns** **Returns**
Returns **true** if the specified logs can be output; returns **false** otherwise. **true** if the specified logs can be output; **false** otherwise.
**Since**
8
### OH_LOG_Print() ### OH_LOG_Print()
``` ```
int OH_LOG_Print (LogType type, LogLevel level, unsigned int domain, const char * tag, const char * fmt, ... ) int OH_LOG_Print (LogType type, LogLevel level, unsigned int domain, const char * tag, const char * fmt, ... )
``` ```
**Description**<br>
**Description**
Outputs logs. Outputs logs.
You can use this function to output logs based on the specified log type, log level, service domain, log tag, and variable parameters determined by the format specifier and privacy identifier in the printf format. You can use this function to output logs based on the specified log type, log level, service domain, log tag, and variable parameters determined by the format specifier and privacy identifier in the printf format.
**Parameters** **Parameters**
| Name | Description | | Name| Description|
| -------- | -------- | | -------- | -------- |
| type | Indicates the log type. The type for third-party applications is defined by LOG_APP. | | type | Log type. The type for third-party applications is defined by **LOG_APP**.|
| level | Indicates the log level, which can be **LOG_DEBUG**, **LOG_INFO**, **LOG_WARN**, **LOG_ERROR**, and **LOG_FATAL**. | | level | Log level. The value can be **LOG_DEBUG**, **LOG_INFO**, **LOG_WARN**, **LOG_ERROR**, and **LOG_FATAL**.|
| domain | Indicates the service domain. Its value is a hexadecimal integer ranging from 0x0 to 0xFFFF. | | domain | Service domain. Its value is a hexadecimal integer ranging from 0x0 to 0xFFFF.|
| tag | Indicates the log tag, which is a string used to identify the class, file, or service. | | tag | Log tag, which is a string used to identify the class, file, or service.|
| fmt | Indicates the format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter. | | fmt | Format string, which is an enhancement of a printf format string and supports the privacy identifier. Specifically, **{public}** or **{private}** is added between the % character and the format specifier in each parameter.|
| ... | Indicates the parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string. | | ... | Parameter list corresponding to the parameter type in the format string. The number and type of parameters must be mapped onto the identifier in the format string.|
**Returns** **Returns**
Returns **0** or a larger value if the operation is successful; returns a value smaller than **0** otherwise. **0** or a larger value if the operation is successful; a value smaller than **0** otherwise.
**Since**
8
...@@ -492,6 +492,8 @@ ...@@ -492,6 +492,8 @@
- [hapsigner Overview](security/hapsigntool-overview.md) - [hapsigner Overview](security/hapsigntool-overview.md)
- [hapsigner Guide](security/hapsigntool-guidelines.md) - [hapsigner Guide](security/hapsigntool-guidelines.md)
- [HarmonyAppProvision Configuration File](security/app-provision-structure.md) - [HarmonyAppProvision Configuration File](security/app-provision-structure.md)
- AI
- [Using MindSpore Lite for Model Inference (JS)](ai/mindspore-lite-js-guidelines.md)
- Connectivity - Connectivity
- Network Management - Network Management
- [Network Management Overview](connectivity/net-mgmt-overview.md) - [Network Management Overview](connectivity/net-mgmt-overview.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册