Signed-off-by: ganchuantao <ganchuantao1@huawei.com>
This commit is contained in:
ganchuantao 2024-04-18 02:53:49 +00:00 committed by Gitee
parent 348868717a
commit 87830bafd0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -118,7 +118,7 @@ declare namespace hichecker {
* Add one or more rule.
*
* @param { bigint } rule
* @throws { BusinessError } 401 - the parameter check failed, parameter must be existing rule
* @throws { BusinessError } 401 - the parameter check failed, only one bigint type parameter is needed
* @syscap SystemCapability.HiviewDFX.HiChecker
* @since 9
*/
@ -128,7 +128,7 @@ declare namespace hichecker {
* Remove one or more rule.
*
* @param { bigint } rule
* @throws { BusinessError } 401 - the parameter check failed, parameter must be existing rule
* @throws { BusinessError } 401 - the parameter check failed, only one bigint type parameter is needed
* @syscap SystemCapability.HiviewDFX.HiChecker
* @since 9
*/
@ -139,7 +139,7 @@ declare namespace hichecker {
*
* @param { bigint } rule
* @returns { boolean } the result of whether the query rule is added.
* @throws { BusinessError } 401 - the parameter check failed, parameter must be existing rule
* @throws { BusinessError } 401 - the parameter check failed, only one bigint type parameter is needed
* @syscap SystemCapability.HiviewDFX.HiChecker
* @since 9
*/