Description: sdk_js告警修改

IssueNo: https://gitee.com/openharmony/drivers_hdf_core/issues/IB57U1
Signed-off-by: qianyangyi <qianyangyi@h-partners.com>
This commit is contained in:
乾阳熠 2024-11-18 21:12:16 +08:00
parent 3052f95767
commit 9c33844132
2 changed files with 20 additions and 0 deletions

View File

@ -1082,6 +1082,7 @@ declare namespace display {
* Indicates the size of left side curved area of the waterfall screen.
*
* @type { Rect }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @since 9
*/
@ -1089,6 +1090,7 @@ declare namespace display {
* Indicates the size of left side curved area of the waterfall screen.
*
* @type { Rect }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @atomicservice
* @since 12
@ -1099,6 +1101,7 @@ declare namespace display {
* Indicates the size of right side curved area of the waterfall screen.
*
* @type { Rect }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @since 9
*/
@ -1106,6 +1109,7 @@ declare namespace display {
* Indicates the size of right side curved area of the waterfall screen.
*
* @type { Rect }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @atomicservice
* @since 12
@ -1116,6 +1120,7 @@ declare namespace display {
* Indicates the size of top side curved area of the waterfall screen.
*
* @type { Rect }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @since 9
*/
@ -1123,6 +1128,7 @@ declare namespace display {
* Indicates the size of top side curved area of the waterfall screen.
*
* @type { Rect }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @atomicservice
* @since 12
@ -1133,6 +1139,7 @@ declare namespace display {
* Indicates the size of bottom side curved area of the waterfall screen.
*
* @type { Rect }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @since 9
*/
@ -1140,6 +1147,7 @@ declare namespace display {
* Indicates the size of bottom side curved area of the waterfall screen.
*
* @type { Rect }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @atomicservice
* @since 12
@ -1167,6 +1175,7 @@ declare namespace display {
* Bounding rectangles of the cutout areas of the display.
*
* @type { Array<Rect> }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @since 9
*/
@ -1174,6 +1183,7 @@ declare namespace display {
* Bounding rectangles of the cutout areas of the display.
*
* @type { Array<Rect> }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @atomicservice
* @since 12
@ -1184,6 +1194,7 @@ declare namespace display {
* Rectangles of curved parts on each side of a waterfall display.
*
* @type { WaterfallDisplayAreaRects }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @since 9
*/
@ -1191,6 +1202,7 @@ declare namespace display {
* Rectangles of curved parts on each side of a waterfall display.
*
* @type { WaterfallDisplayAreaRects }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @atomicservice
* @since 12

View File

@ -369,6 +369,7 @@ declare namespace screen {
* @param { number } primaryScreenId - primary screen id.
* @param { number } secondaryScreenId - secondary screen id.
* @param { MultiScreenMode } secondaryScreenMode - secondary screen mode.
* @returns { Promise<void> } Promise that returns no value.
* @throws { BusinessError } 202 - Permission verification failed, non-system application uses system API.
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
* 2. Incorrect parameter types.
@ -385,6 +386,7 @@ declare namespace screen {
*
* @param { MultiScreenPositionOptions } mainScreenOptions - main screen position.
* @param { MultiScreenPositionOptions } secondaryScreenOptions - secondary screen position.
* @returns { Promise<void> } Promise that returns no value.
* @throws { BusinessError } 202 - Permission verification failed, non-system application uses system API.
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
* 2. Incorrect parameter types.
@ -624,6 +626,7 @@ declare namespace screen {
* Screen id
*
* @type { number }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @since 9
@ -634,6 +637,7 @@ declare namespace screen {
* Group id
*
* @type { number }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @since 9
@ -644,6 +648,7 @@ declare namespace screen {
* Mode supported by the screen
*
* @type { Array<ScreenModeInfo> }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @since 9
@ -654,6 +659,7 @@ declare namespace screen {
* Currently active mode
*
* @type { number }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @since 9
@ -664,6 +670,7 @@ declare namespace screen {
* Orientation of the screen
*
* @type { Orientation }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @since 9
@ -674,6 +681,7 @@ declare namespace screen {
* Source mode of the screen
*
* @type { ScreenSourceMode }
* @readonly
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @since 10