mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
删除冗余错误码
Signed-off-by: xiekaiming <xiekaiming2@huawei.com>
This commit is contained in:
parent
29560e100b
commit
535bfa644b
16
api/@ohos.configPolicy.d.ts
vendored
16
api/@ohos.configPolicy.d.ts
vendored
@ -285,6 +285,14 @@ declare namespace configPolicy {
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
*/
|
||||
/**
|
||||
* Gets the list of configuration level directories, sorted in ascending order of priority.
|
||||
*
|
||||
* @returns { Promise<Array<string>> } the promise returns the list of configuration level directories.
|
||||
* @syscap SystemCapability.Customization.ConfigPolicy
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 12
|
||||
*/
|
||||
function getCfgDirList(): Promise<Array<string>>;
|
||||
|
||||
/**
|
||||
@ -296,6 +304,14 @@ declare namespace configPolicy {
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
*/
|
||||
/**
|
||||
* Gets the list of configuration level directories, sorted in ascending order of priority.
|
||||
*
|
||||
* @returns { Array<string> } the list of configuration level directories.
|
||||
* @syscap SystemCapability.Customization.ConfigPolicy
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 12
|
||||
*/
|
||||
function getCfgDirListSync(): Array<string>;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user