Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
99d7e0e9
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
大约 1 年 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
99d7e0e9
编写于
10月 25, 2022
作者:
O
openharmony_ci
提交者:
Gitee
10月 25, 2022
浏览文件
操作
浏览文件
下载
差异文件
!6034 hisysevent js接口权限修改
Merge pull request !6034 from chenxuihui/monthly_20221018
上级
ddb4c3f0
4a98579b
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
32 addition
and
2 deletion
+32
-2
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/test/HiAppEvent.test.js
...test/hiappeventjstest/src/main/js/test/HiAppEvent.test.js
+16
-0
hiviewdfx/hisyseventtest/hisyseventjstest/Test.json
hiviewdfx/hisyseventtest/hisyseventjstest/Test.json
+9
-0
hiviewdfx/hisyseventtest/hisyseventjstest/signature/openharmony_sx.p7b
...yseventtest/hisyseventjstest/signature/openharmony_sx.p7b
+0
-0
hiviewdfx/hisyseventtest/hisyseventjstest/src/main/config.json
...wdfx/hisyseventtest/hisyseventjstest/src/main/config.json
+7
-2
未找到文件。
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/test/HiAppEvent.test.js
浏览文件 @
99d7e0e9
...
@@ -577,6 +577,22 @@ describe('HiAppEventApiTest', function () {
...
@@ -577,6 +577,22 @@ describe('HiAppEventApiTest', function () {
done
();
done
();
}
}
});
});
HiAppEvent
.
write
(
HiAppEvent
.
Event
.
DISTRIBUTED_SERVICE_START
,
HiAppEvent
.
EventType
.
BEHAVIOR
,
{[
HiAppEvent
.
Param
.
USER_ID
]:
'
serviceStart
'
,
[
HiAppEvent
.
Param
.
DISTRIBUTED_SERVICE_NAME
]:
'
HiAppEvent
'
,
[
HiAppEvent
.
Param
.
DISTRIBUTED_SERVICE_INSTANCE_ID
]:
100
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
`HiAppEvent json-callback-error code=
${
err
.
code
}
`
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
`HiAppEvent json-callback-success value=
${
value
}
`
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi25 end
'
)
console
.
info
(
'
testHiAppEventApi25 end
'
)
})
})
...
...
hiviewdfx/hisyseventtest/hisyseventjstest/Test.json
浏览文件 @
99d7e0e9
...
@@ -14,6 +14,15 @@
...
@@ -14,6 +14,15 @@
],
],
"type"
:
"AppInstallKit"
,
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"setenforce 0"
],
"teardown-command"
:
[
"setenforce 1"
]
}
}
]
]
}
}
\ No newline at end of file
hiviewdfx/hisyseventtest/hisyseventjstest/signature/openharmony_sx.p7b
浏览文件 @
99d7e0e9
无法预览此类型文件
hiviewdfx/hisyseventtest/hisyseventjstest/src/main/config.json
浏览文件 @
99d7e0e9
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
"package"
:
"ohos.acts.hiviewdfx.hisysevent.function"
,
"package"
:
"ohos.acts.hiviewdfx.hisysevent.function"
,
"name"
:
".entry"
,
"name"
:
".entry"
,
"deviceType"
:
[
"deviceType"
:
[
"default"
,
"default"
,
"phone"
"phone"
],
],
"distro"
:
{
"distro"
:
{
...
@@ -24,6 +24,11 @@
...
@@ -24,6 +24,11 @@
"moduleName"
:
"entry"
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
"moduleType"
:
"entry"
},
},
"reqPermissions"
:
[
{
"name"
:
"ohos.permission.READ_DFX_SYSEVENT"
}
],
"abilities"
:
[
"abilities"
:
[
{
{
"skills"
:
[
"skills"
:
[
...
@@ -91,4 +96,4 @@
...
@@ -91,4 +96,4 @@
"mainAbility"
:
".MainAbility"
,
"mainAbility"
:
".MainAbility"
,
"srcPath"
:
""
"srcPath"
:
""
}
}
}
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录