Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
62e0f2b2
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
62e0f2b2
编写于
6月 30, 2022
作者:
R
raoxian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改document securityLabel -storage-statistics文档
Signed-off-by:
N
raoxian
<
raoxian@huawei.com
>
上级
46bf1eaa
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
19 addition
and
19 deletion
+19
-19
zh-cn/application-dev/reference/apis/js-apis-document.md
zh-cn/application-dev/reference/apis/js-apis-document.md
+8
-8
zh-cn/application-dev/reference/apis/js-apis-securityLabel.md
...n/application-dev/reference/apis/js-apis-securityLabel.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-storage-statistics.md
...lication-dev/reference/apis/js-apis-storage-statistics.md
+10
-10
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-document.md
浏览文件 @
62e0f2b2
...
...
@@ -85,7 +85,7 @@ choose(types:string[], callback:AsyncCallback<string>): void
## document.show
show(uri:string, type
s
:string):Promise
<
void
>
show(uri:string, type:string):Promise
<
void
>
异步打开URI对应的文件,使用promise形式返回结果。
...
...
@@ -96,7 +96,7 @@ show(uri:string, types:string):Promise<void>
| 参数 | 类型 | 必填 | 说明 |
| ---- | ------ | ---- | ---------------------------- |
| uri | string | 是 | 待打开的文件URI |
| type
s
| string | 是 | 待打开文件的类型 |
| type | string | 是 | 待打开文件的类型 |
-
返回值:
...
...
@@ -107,14 +107,14 @@ show(uri:string, types:string):Promise<void>
-
示例:
```
js
let
type
s
=
""
;
let
type
=
""
;
let
uri
=
""
;
document
.
show
(
uri
,
type
s
);
document
.
show
(
uri
,
type
);
```
## document.show
show(uri:string, type
s
:string, callback:AsyncCallback
<
void
>
): void
show(uri:string, type:string, callback:AsyncCallback
<
void
>
): void
异步打开URI对应的文件,使用callback形式返回结果。
...
...
@@ -125,15 +125,15 @@ show(uri:string, types:string, callback:AsyncCallback<void>): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | --------------------------- | ---- | ---------------------------- |
| uri | string | 是 | 待打开的文件URI |
| type
s
| string | 是 | 待打开文件的类型 |
| type | string | 是 | 待打开文件的类型 |
| callback | AsyncCallback
<
void
>
| 是 | 异步打开uri对应文件(注:当前返回错误码) |
-
示例:
```
js
let
type
s
=
""
;
let
type
=
""
;
let
uri
=
""
;
document
.
show
(
uri
,
type
s
,
function
(
err
)
{
document
.
show
(
uri
,
type
,
function
(
err
)
{
//do something
});
```
...
...
zh-cn/application-dev/reference/apis/js-apis-securityLabel.md
浏览文件 @
62e0f2b2
...
...
@@ -79,7 +79,7 @@ setSecurityLabel(path:string, type:dataLevel, callback: AsyncCallback<void>
```
## securityLabel.setSecurityLabelSync
setSecurityLabelSync(path:string,
dataLevel:string
):void
setSecurityLabelSync(path:string,
type:dataLevel
):void
以同步方法设置数据标签。
...
...
zh-cn/application-dev/reference/apis/js-apis-storage-statistics.md
浏览文件 @
62e0f2b2
...
...
@@ -212,7 +212,7 @@ getBundleStats(packageName: string, callback: AsyncCallback<BundleStats>)
## storagestatistics.getCurrentBundleStats<sup>9+</sup>
getCurrentBundleStats(): Promise
<BundleStats>
getCurrentBundleStats(): Promise
<
BundleStats
>
第三方应用异步获取占用空间,以promise方式返回。
...
...
@@ -233,7 +233,7 @@ getCurrentBundleStats(): Promise<BundleStats>
## storagestatistics.getCurrentBundleStats<sup>9+</sup>
getCurrentBundleStats(callback: AsyncCallback
<BundleStats>
): void
getCurrentBundleStats(callback: AsyncCallback
<
BundleStats
>
): void
第三方应用异步获取占用空间,以callback方式返回。
...
...
@@ -258,7 +258,7 @@ getCurrentBundleStats(callback: AsyncCallback<BundleStats>): void
## BundleStats<sup>9+</sup>
**系统能力**
:以下各项对应的系统能力均为SystemCapability.FileManagement.StorageService.SpatialStatistics。
**系统能力**
:以下各项对应的系统能力均为SystemCapability.FileManagement.StorageService.SpatialStatistics。
<br>
该接口为系统接口,三方应用不支持调用
-
属性
...
...
@@ -274,7 +274,7 @@ getCurrentBundleStats(callback: AsyncCallback<BundleStats>): void
## storagestatistics.getTotalSize<sup>9+</sup>
getTotalSize(): Promise
<number>
getTotalSize(): Promise
<
number
>
获取内卡的总空间大小,以promise方式返回。
...
...
@@ -299,7 +299,7 @@ getTotalSize(): Promise<number>
## storagestatistics.getTotalSize<sup>9+</sup>
getTotalSize(callback: AsyncCallback
<number>
): void
getTotalSize(callback: AsyncCallback
<
number
>
): void
获取内卡的总空间大小,以callback方式返回。
...
...
@@ -327,7 +327,7 @@ getTotalSize(callback: AsyncCallback<number>): void
## storagestatistics.getFreeSize<sup>9+</sup>
getFreeSize(): Promise
<number>
getFreeSize(): Promise
<
number
>
获取内卡的可用空间大小,以promise方式返回。
...
...
@@ -353,7 +353,7 @@ getFreeSize(): Promise<number>
## storagestatistics.getFreeSize<sup>9+</sup>
getFreeSize(callback: AsyncCallback
<number>
): void
getFreeSize(callback: AsyncCallback
<
number
>
): void
获取内卡的可用空间大小,以callback方式返回。
...
...
@@ -439,7 +439,7 @@ getSystemSize(callback:AsyncCallback<number>):void
## storagestatistics.getUserStorageStats<sup>9+</sup>
getUserStorageStats(userId
?
: number): Promise
<
StorageStats
>
getUserStorageStats(userId: number): Promise
<
StorageStats
>
异步获取用户各类别数据大小,以promise方式返回。
...
...
@@ -474,7 +474,7 @@ getUserStorageStats(userId?: number): Promise<StorageStats>
## storagestatistics.getUserStorageStats<sup>9+</sup>
getUserStorageStats(userId
?
: number, callback:AsyncCallback
<
StorageStats
>
):void
getUserStorageStats(userId: number, callback:AsyncCallback
<
StorageStats
>
):void
异步获取用户各类别数据大小,以callback方式返回。
...
...
@@ -505,7 +505,7 @@ getUserStorageStats(userId?: number, callback:AsyncCallback<StorageStats>)
## StorageStats<sup>9+</sup>
**系统能力**
:以下各项对应的系统能力均为SystemCapability.FileManagement.StorageService.SpatialStatistics。
**系统能力**
:以下各项对应的系统能力均为SystemCapability.FileManagement.StorageService.SpatialStatistics。
<br>
该接口为系统接口,三方应用不支持调用
-
属性
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录