sdk格式修改

Signed-off-by: songjindian <songjindian1@huawei.com>
This commit is contained in:
songjindian 2024-06-13 11:10:23 +08:00
parent e5922ff77f
commit eb42cad829
2 changed files with 9 additions and 9 deletions

View File

@ -1076,7 +1076,7 @@ declare namespace formHost {
* @param { formInfo.PublishFormResult } result - The result of publish form.
* @throws { BusinessError } 201 - Permissions denied.
* @throws { BusinessError } 202 - The application is not a system application.
* @throws { BusinessError } 401 - Parameter error. Possible causes:
* @throws { BusinessError } 401 - Parameter error. Possible causes:
* 1.Mandatory parameters are left unspecified; 2.Incorrect parameter types; 3.Parameter verification failed.
* @throws { BusinessError } 16500050 - IPC connection error.
* @throws { BusinessError } 16500060 - Service connection error.

View File

@ -1713,7 +1713,7 @@ declare namespace formInfo {
* @since 12
*/
OTHER = -1,
/**
* Form is on the desktop
*
@ -1722,7 +1722,7 @@ declare namespace formInfo {
* @since 12
*/
DESKTOP = 0,
/**
* Form is on the form center.
*
@ -1731,7 +1731,7 @@ declare namespace formInfo {
* @since 12
*/
FORM_CENTER = 1,
/**
* Form is on the form manager.
*
@ -1740,7 +1740,7 @@ declare namespace formInfo {
* @since 12
*/
FORM_MANAGER = 2,
/**
* Form is on the negative screen.
*
@ -1749,7 +1749,7 @@ declare namespace formInfo {
* @since 12
*/
NEGATIVE_SCREEN = 3,
/**
* Form is on the form center of negative screen.
*
@ -1758,7 +1758,7 @@ declare namespace formInfo {
* @since 12
*/
FORM_CENTER_NEGATIVE_SCREEN = 4,
/**
* Form is on the form manager of negative screen.
*
@ -1767,7 +1767,7 @@ declare namespace formInfo {
* @since 12
*/
FORM_MANAGER_NEGATIVE_SCREEN = 5,
/**
* Form is on the screen lock.
*
@ -1776,7 +1776,7 @@ declare namespace formInfo {
* @since 12
*/
SCREEN_LOCK = 6,
/**
* Form is on the ai suggestion.
*