diff --git a/zh-cn/application-dev/reference/apis/js-apis-enterprise-adminManager.md b/zh-cn/application-dev/reference/apis/js-apis-enterprise-adminManager.md index c407b96fff6a51ea71e86911de4dfc46b7e427db..681b3c000ba40140b3cec3345ee3f42f47e17ae0 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-enterprise-adminManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-enterprise-adminManager.md @@ -37,7 +37,7 @@ enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, callba 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | --------------------------------------------------------------- | | 9200003 | The administrator ability component is invalid. | | 9200004 | Failed to activate the administrator application of the device. | @@ -89,7 +89,7 @@ enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | --------------------------------------------------------------- | | 9200003 | The administrator ability component is invalid. | | 9200004 | Failed to activate the administrator application of the device. | @@ -146,7 +146,7 @@ enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | --------------------------------------------------------------- | | 9200003 | The administrator ability component is invalid. | | 9200004 | Failed to activate the administrator application of the device. | @@ -192,7 +192,7 @@ disableAdmin(admin: Want, callback: AsyncCallback\): void 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------------------- | | 9200005 | Failed to deactivate the administrator application of the device. | @@ -236,7 +236,7 @@ disableAdmin(admin: Want, userId: number, callback: AsyncCallback\): void 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------------------- | | 9200005 | Failed to deactivate the administrator application of the device. | @@ -285,7 +285,7 @@ disableAdmin(admin: Want, userId?: number): Promise\ 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------------------- | | 9200005 | Failed to deactivate the administrator application of the device. | @@ -324,7 +324,7 @@ disableSuperAdmin(bundleName: String, callback: AsyncCallback\): void 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------------------- | | 9200005 | Failed to deactivate the administrator application of the device. | @@ -369,7 +369,7 @@ disableSuperAdmin(bundleName: String): Promise\ 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------------------- | | 9200005 | Failed to deactivate the administrator application of the device. | @@ -403,7 +403,7 @@ isAdminEnabled(admin: Want, callback: AsyncCallback\): void 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------------------- | | 9200005 | Failed to deactivate the administrator application of the device. | @@ -476,7 +476,7 @@ isAdminEnabled(admin: Want, userId?: number): Promise\ **返回值:** -| 类型 | 说明 | +| 类型 | 说明 | | ----------------- | ------------------- | | Promise\ | Promise形式返回是否处于激活状态 | @@ -542,7 +542,7 @@ isSuperAdmin(bundleName: String): Promise\ **返回值:** -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ----------------- | ------------------- | | Promise\ | Promise形式返回是否处于激活状态 | @@ -581,7 +581,7 @@ setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo, callback: AsyncCa 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------- | | 9200001 | The application is not a administrator of the device. | @@ -634,7 +634,7 @@ setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo): Promise\; 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------- | | 9200001 | The application is not a administrator of the device. | @@ -675,7 +675,7 @@ getEnterpriseInfo(admin: Want, callback: AsyncCallback<EnterpriseInfo>): v 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------- | | 9200001 | The application is not a administrator of the device. | @@ -722,7 +722,7 @@ getEnterpriseInfo(admin: Want): Promise<EnterpriseInfo> 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ----------------------------------------------------- | | 9200001 | The application is not a administrator of the device. | @@ -761,6 +761,14 @@ subscribeManagedEvent(admin: Want, managedEvents: Array\, callback | managedEvents | Array\<[ManagedEvent](#managedevent)> | 是 | 订阅事件数组。 | | callback | AsyncCallback\ | 是 | 回调函数。当系统管理事件订阅成功err为null,否则为错误对象。 | +**错误码**: + +以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) +|错误码ID | 错误信息 | +| ------- | ----------------------------------------------------- | +| 9200001 | The application is not a administrator of the device. | +| 9200008 | the specified system events enum is invalid. | + **示例:** ```js @@ -801,6 +809,14 @@ subscribeManagedEvent(admin: Want, managedEvents: Array\): Promise | ----- | ----------------------------------- | | Promise\ | Promise对象。无返回结果的Promise对象。 | +**错误码**: + +以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) +| 错误码ID | 错误信息 | +| ------- | ----------------------------------------------------- | +| 9200001 | The application is not a administrator of the device. | +| 9200008 | the specified system events enum is invalid. | + **示例:** ```js @@ -835,6 +851,14 @@ unsubscribeManagedEvent(admin: Want, managedEvents: Array\, callba | managedEvents | Array\<[ManagedEvent](#managedevent)> | 是 | 取消订阅事件数组。 | | callback | AsyncCallback\ | 是 | 回调函数。当系统管理事件取消订阅成功err为null,否则为错误对象。 | +**错误码**: + +以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) +| 错误码ID | 错误信息 | +| ------- | ----------------------------------------------------- | +| 9200001 | The application is not a administrator of the device. | +| 9200008 | the specified system events enum is invalid. | + **示例:** ```js @@ -875,6 +899,14 @@ unsubscribeManagedEvent(admin: Want, managedEvents: Array\): Promi | ----- | ----------------------------------- | | Promise\ | Promise对象。无返回结果的Promise对象。 | +**错误码**: + +以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) +| 错误码ID | 错误信息 | +| ------- | ----------------------------------------------------- | +| 9200001 | The application is not a administrator of the device. | +| 9200008 | the specified system events enum is invalid. | + **示例:** ```js @@ -895,18 +927,22 @@ adminManager.unsubscribeManagedEvent(wantTemp, events).then(() => { **系统能力:** SystemCapability.Customization.EnterpriseDeviceManager -| 名称 | 读写属性 | 类型 | 必填 | 描述 | -| ----------- | ---- | ------ | ---- | ----------------- | -| name | 只读 | string | 是 | 表示设备管理员应用所属企业的名称。 | -| description | 只读 | string | 是 | 表示设备管理员应用所属企业的描述。 | +**系统API**: 此接口为系统接口。 + +| 名称 | 类型 | 可读 | 可写 | 说明 | +| ----------- | ---- ----| ---- | ----- | ------------------------------- | +| name | string | 是 | 否 | 表示设备管理员应用所属企业的名称。 | +| description | string | 是 | 否 | 表示设备管理员应用所属企业的描述。 | ## AdminType 设备管理员应用的管理员类型。 -**系统能力:** SystemCapability.Customization.EnterpriseDeviceManager +**系统能力:** SystemCapability.Customization.EnterpriseDeviceManager + +**系统API**: 此接口为系统接口。 -| 名称 | 默认值 | 说明 | +| 名称 | 值 | 说明 | | ----------------- | ---- | ----- | | ADMIN_TYPE_NORMAL | 0x00 | 普通管理员 | | ADMIN_TYPE_SUPER | 0x01 | 超级管理员 | @@ -915,10 +951,12 @@ adminManager.unsubscribeManagedEvent(wantTemp, events).then(() => { 可订阅系统管理事件。 -**系统能力:** SystemCapability.Customization.EnterpriseDeviceManager +**系统能力:** SystemCapability.Customization.EnterpriseDeviceManager -| 名称 | 默认值 | 说明 | -| ----------------- | ---- | ----- | -| MANAGED_EVENT_BUNDLE_ADDED | 0 | 应用安装事件。 | -| MANAGED_EVENT_BUNDLE_REMOVED | 1 | 应用卸载事件。 | +**系统API**: 此接口为系统接口。 + +| 名称 | 值 | 说明 | +| -------------------------- | ---- | ------------- | +| MANAGED_EVENT_BUNDLE_ADDED | 0 | 应用安装事件。 | +| MANAGED_EVENT_BUNDLE_REMOVED | 1 | 应用卸载事件。 | diff --git a/zh-cn/application-dev/reference/apis/js-apis-enterprise-dateTimeManager.md b/zh-cn/application-dev/reference/apis/js-apis-enterprise-dateTimeManager.md index 5ff7cf2654a3659f053088a32e3aec5d507936aa..d15fc90d56ab9cc65a6a1b18bb5f3f385a7e7b5d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-enterprise-dateTimeManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-enterprise-dateTimeManager.md @@ -36,7 +36,7 @@ setDateTime(admin: Want, time: number, callback: AsyncCallback\): void 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ---------------------------------------------------------------------------- | | 9200001 | The application is not a administrator of the device. | | 9200002 | The administrator application does not have permission to manage the device. | @@ -84,7 +84,7 @@ setDateTime(admin: Want, time: number): Promise\ 以下的错误码的详细介绍请参见[企业设备管理错误码](../errorcodes/errorcode-enterpriseDeviceManager.md) -| 类型 | 说明 | +| 错误码ID | 错误信息 | | ------- | ---------------------------------------------------------------------------- | | 9200001 | The application is not a administrator of the device. | | 9200002 | The administrator application does not have permission to manage the device. | diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-enterpriseDeviceManager.md b/zh-cn/application-dev/reference/errorcodes/errorcode-enterpriseDeviceManager.md index 1d2b695dd3d2266ddb84380f7eaa024ff718375a..d8437ae84065a31262e8e17003e9a26190cd89a6 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-enterpriseDeviceManager.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-enterpriseDeviceManager.md @@ -143,4 +143,22 @@ The system ability work abnormally. **处理步骤** -系统服务内部工作异常,请稍后重试,或者重启设备尝试。 \ No newline at end of file +系统服务内部工作异常,请稍后重试,或者重启设备尝试。 + +## 9200008 系统订阅事件无效 + +**错误信息** + +The specified system events enum is invalid. + +**错误描述** + +当企业设备管理暂不支持订阅此事件或系统订阅的事件无效时,则会产生此错误码。 + +**可能原因** + +企业设备管理暂不支持订阅此事件或系统订阅的事件无效。 + +**处理步骤** + +检查所订阅事件是企业设备管理所支持的有效管理事件。 \ No newline at end of file