Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
0bf616ab
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
0bf616ab
编写于
3月 07, 2023
作者:
1
18721213663
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bugfix_fileapi_datalevel&since
Signed-off-by:
N
18721213663
<
zhuhongtao12@huawei.com
>
上级
a57426a7
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
8 addition
and
8 deletion
+8
-8
zh-cn/application-dev/reference/apis/js-apis-file-environment.md
...pplication-dev/reference/apis/js-apis-file-environment.md
+2
-2
zh-cn/application-dev/reference/apis/js-apis-file-securityLabel.md
...lication-dev/reference/apis/js-apis-file-securityLabel.md
+6
-6
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-file-environment.md
浏览文件 @
0bf616ab
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
该模块提供环境目录能力,获取内存存储根目录、公共文件根目录的JS接口。
该模块提供环境目录能力,获取内存存储根目录、公共文件根目录的JS接口。
> **说明:**
> **说明:**
> 本模块首批接口从API version
9
开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
> 本模块首批接口从API version
8
开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
> 本模块接口为系统接口,三方应用不支持调用。
> 本模块接口为系统接口,三方应用不支持调用。
> 本模块支持对错误码进行处理,错误码及其适配方式[参考文档](../errorcodes/errorcode-filemanagement.md#错误码适配指导)。
> 本模块支持对错误码进行处理,错误码及其适配方式[参考文档](../errorcodes/errorcode-filemanagement.md#错误码适配指导)。
...
@@ -25,7 +25,7 @@ getStorageDataDir():Promise<string>
...
@@ -25,7 +25,7 @@ getStorageDataDir():Promise<string>
| 类型 | 说明 |
| 类型 | 说明 |
| --------------------- | ---------------- |
| --------------------- | ---------------- |
| Promise
<
string
>
| 返回存
存
储根目录 |
| Promise
<
string
>
| 返回存储根目录 |
**示例:**
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-file-securityLabel.md
浏览文件 @
0bf616ab
...
@@ -44,7 +44,7 @@ FA模型context的具体获取方法参见[FA模型](js-apis-inner-app-context.m
...
@@ -44,7 +44,7 @@ FA模型context的具体获取方法参见[FA模型](js-apis-inner-app-context.m
## securityLabel.setSecurityLabel
## securityLabel.setSecurityLabel
setSecurityLabel(path:string, type:
d
ataLevel):Promise
<
void
>
setSecurityLabel(path:string, type:
D
ataLevel):Promise
<
void
>
以异步方法设置数据标签,以promise形式返回结果。
以异步方法设置数据标签,以promise形式返回结果。
...
@@ -55,7 +55,7 @@ setSecurityLabel(path:string, type:dataLevel):Promise<void>
...
@@ -55,7 +55,7 @@ setSecurityLabel(path:string, type:dataLevel):Promise<void>
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| --------- | ------ | ---- | -------------------------------------------- |
| --------- | ------ | ---- | -------------------------------------------- |
| path | string | 是 | 文件路径 |
| path | string | 是 | 文件路径 |
| type |
d
ataLevel | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" |
| type |
D
ataLevel | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" |
**返回值:**
**返回值:**
...
@@ -75,7 +75,7 @@ setSecurityLabel(path:string, type:dataLevel):Promise<void>
...
@@ -75,7 +75,7 @@ setSecurityLabel(path:string, type:dataLevel):Promise<void>
## securityLabel.setSecurityLabel
## securityLabel.setSecurityLabel
setSecurityLabel(path:string, type:
d
ataLevel, callback: AsyncCallback
<
void
>
):void
setSecurityLabel(path:string, type:
D
ataLevel, callback: AsyncCallback
<
void
>
):void
以异步方法设置数据标签,以callback形式返回结果。
以异步方法设置数据标签,以callback形式返回结果。
...
@@ -86,7 +86,7 @@ setSecurityLabel(path:string, type:dataLevel, callback: AsyncCallback<void>
...
@@ -86,7 +86,7 @@ setSecurityLabel(path:string, type:dataLevel, callback: AsyncCallback<void>
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| --------- | ------------------------- | ---- | -------------------------------------------- |
| --------- | ------------------------- | ---- | -------------------------------------------- |
| path | string | 是 | 文件路径 |
| path | string | 是 | 文件路径 |
| type |
d
ataLevel | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" |
| type |
D
ataLevel | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" |
| callback | AsyncCallback
<
void
>
| 是 | 是否设置数据标签之后的回调 |
| callback | AsyncCallback
<
void
>
| 是 | 是否设置数据标签之后的回调 |
**示例:**
**示例:**
...
@@ -103,7 +103,7 @@ setSecurityLabel(path:string, type:dataLevel, callback: AsyncCallback<void>
...
@@ -103,7 +103,7 @@ setSecurityLabel(path:string, type:dataLevel, callback: AsyncCallback<void>
## securityLabel.setSecurityLabelSync
## securityLabel.setSecurityLabelSync
setSecurityLabelSync(path:string, type:
d
ataLevel):void
setSecurityLabelSync(path:string, type:
D
ataLevel):void
以同步方法设置数据标签。
以同步方法设置数据标签。
...
@@ -114,7 +114,7 @@ setSecurityLabelSync(path:string, type:dataLevel):void
...
@@ -114,7 +114,7 @@ setSecurityLabelSync(path:string, type:dataLevel):void
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| --------- | ------ | ---- | -------------------------------------------- |
| --------- | ------ | ---- | -------------------------------------------- |
| path | string | 是 | 文件路径 |
| path | string | 是 | 文件路径 |
| type |
d
ataLevel | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" |
| type |
D
ataLevel | 是 | 文件等级属性,只支持"s0","s1","s2","s3","s4" |
**示例:**
**示例:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录