mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
update
Signed-off-by: ganchuantao <ganchuantao1@huawei.com>
This commit is contained in:
parent
348868717a
commit
87830bafd0
6
api/@ohos.hichecker.d.ts
vendored
6
api/@ohos.hichecker.d.ts
vendored
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user