Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
ee8aff2a
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,发现更多精彩内容 >>
提交
ee8aff2a
编写于
11月 12, 2022
作者:
J
jiyong_sd
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add hilog -Q pidoff
Signed-off-by:
N
jiyong_sd
<
jiyong@huawei.com
>
上级
05c66720
变更
20
隐藏空白更改
内联
并排
Showing
20 changed file
with
60 addition
and
8 deletion
+60
-8
ability/ability_runtime/actsshellcommandfunctionalitytest/ExecuteShellCommand/BUILD.gn
...hellcommandfunctionalitytest/ExecuteShellCommand/BUILD.gn
+1
-1
ability/ability_runtime/actsshellcommandfunctionalitytest/ExecuteShellCommand/Test.json
...ellcommandfunctionalitytest/ExecuteShellCommand/Test.json
+1
-1
account/appaccount/getallaccounts/actsgetallaccountsnoparameter/BUILD.gn
...unt/getallaccounts/actsgetallaccountsnoparameter/BUILD.gn
+1
-1
account/appaccount/getallaccounts/actsgetallaccountsnoparameter/Test.json
...nt/getallaccounts/actsgetallaccountsnoparameter/Test.json
+1
-1
arkui/ace_standard/Test.json
arkui/ace_standard/Test.json
+6
-0
graphic/effectKit/BUILD.gn
graphic/effectKit/BUILD.gn
+1
-1
graphic/effectKit/Test.json
graphic/effectKit/Test.json
+1
-1
graphic/webGL/Test.json
graphic/webGL/Test.json
+6
-0
location/geolocation_standard/Test.json
location/geolocation_standard/Test.json
+6
-0
multimedia/audio/audio_js_standard/AudioCapturer/Test.json
multimedia/audio/audio_js_standard/AudioCapturer/Test.json
+1
-0
multimedia/audio/audio_js_standard/AudioCapturerChangeInfo/Test.json
...audio/audio_js_standard/AudioCapturerChangeInfo/Test.json
+6
-0
multimedia/audio/audio_js_standard/AudioEventManagement/Test.json
...ia/audio/audio_js_standard/AudioEventManagement/Test.json
+6
-0
multimedia/audio/audio_js_standard/AudioRendererChangeInfo/Test.json
...audio/audio_js_standard/AudioRendererChangeInfo/Test.json
+6
-0
multimedia/audio/audio_js_standard/AudioTonePlayer/Test.json
multimedia/audio/audio_js_standard/AudioTonePlayer/Test.json
+6
-0
multimedia/audio/audio_js_standard/audioInterrupt/Test.json
multimedia/audio/audio_js_standard/audioInterrupt/Test.json
+1
-0
multimedia/audio/audio_js_standard/audioManager/Test.json
multimedia/audio/audio_js_standard/audioManager/Test.json
+6
-0
multimedia/audio/audio_js_standard/audioRenderer/Test.json
multimedia/audio/audio_js_standard/audioRenderer/Test.json
+1
-0
multimedia/audio/audio_js_standard/audioVoip/Test.json
multimedia/audio/audio_js_standard/audioVoip/Test.json
+1
-0
notification/ans_standard/actsNotificationSecondaryDirectory/BUILD.gn
.../ans_standard/actsNotificationSecondaryDirectory/BUILD.gn
+1
-1
notification/ans_standard/actsNotificationSecondaryDirectory/Test.json
...ans_standard/actsNotificationSecondaryDirectory/Test.json
+1
-1
未找到文件。
ability/ability_runtime/actsshellcommandfunctionalitytest/ExecuteShellCommand/BUILD.gn
浏览文件 @
ee8aff2a
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ExecuteShellCommand") {
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "
ExecuteShellCommand
"
hap_name = "
ActsExecuteShellCommandTest
"
subsystem_name = "ability"
part_name = "ability_runtime"
}
...
...
ability/ability_runtime/actsshellcommandfunctionalitytest/ExecuteShellCommand/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -17,7 +17,7 @@
{
"test-file-name"
:
[
"ActSkillProcessWithAccountCloseTest.hap"
,
"
ExecuteShellCommand
.hap"
"
ActsExecuteShellCommandTest
.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
account/appaccount/getallaccounts/actsgetallaccountsnoparameter/BUILD.gn
浏览文件 @
ee8aff2a
...
...
@@ -20,7 +20,7 @@ ohos_js_hap_suite("ActsGetAllAccountsNoParameter") {
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsGetAllAccountsNoParameter"
hap_name = "ActsGetAllAccountsNoParameter
Test
"
subsystem_name = "account"
part_name = "os_account"
}
...
...
account/appaccount/getallaccounts/actsgetallaccountsnoparameter/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -10,7 +10,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsGetAllAccountsNoParameter.hap"
,
"ActsGetAllAccountsNoParameter
Test
.hap"
,
"ActsAccountSceneAccessible.hap"
],
"type"
:
"AppInstallKit"
,
...
...
arkui/ace_standard/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -13,6 +13,12 @@
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
]
}
]
}
graphic/effectKit/BUILD.gn
浏览文件 @
ee8aff2a
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("EffectKitTest") {
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "EffectKitTest"
hap_name = "
Acts
EffectKitTest"
}
ohos_app_scope("effectKit_app_profile") {
...
...
graphic/effectKit/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -8,7 +8,7 @@
},
"kits"
:
[{
"test-file-name"
:
[
"EffectKitTest.hap"
"
Acts
EffectKitTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
graphic/webGL/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -13,6 +13,12 @@
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
]
}
]
}
location/geolocation_standard/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -13,6 +13,12 @@
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
]
}
]
}
multimedia/audio/audio_js_standard/AudioCapturer/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -17,6 +17,7 @@
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
,
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry/files"
,
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry"
],
...
...
multimedia/audio/audio_js_standard/AudioCapturerChangeInfo/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -13,6 +13,12 @@
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
multimedia/audio/audio_js_standard/AudioEventManagement/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -13,6 +13,12 @@
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
multimedia/audio/audio_js_standard/AudioRendererChangeInfo/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -13,6 +13,12 @@
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
multimedia/audio/audio_js_standard/AudioTonePlayer/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -13,6 +13,12 @@
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
multimedia/audio/audio_js_standard/audioInterrupt/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -18,6 +18,7 @@
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
,
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiointerrupt/haps/entry/files/"
,
"mkdir -p /data/app/el2/100/base/com.example.audiorenderinterrupt/haps/entry/files/"
,
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiointerrupt/haps/entry"
,
...
...
multimedia/audio/audio_js_standard/audioManager/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -13,6 +13,12 @@
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
multimedia/audio/audio_js_standard/audioRenderer/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -17,6 +17,7 @@
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
,
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiorenderer/haps/entry/files"
,
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiorenderer/haps/entry"
],
...
...
multimedia/audio/audio_js_standard/audioVoip/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -17,6 +17,7 @@
{
"type"
:
"ShellKit"
,
"run-command"
:
[
"hilog -Q pidoff"
,
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry/files"
,
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry"
],
...
...
notification/ans_standard/actsNotificationSecondaryDirectory/BUILD.gn
浏览文件 @
ee8aff2a
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsNotificationSecondaryDirectory") {
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsNotificationSecondaryDirectory"
hap_name = "ActsNotificationSecondaryDirectory
Test
"
subsystem_name = "ability"
part_name = "ability_runtime"
}
...
...
notification/ans_standard/actsNotificationSecondaryDirectory/Test.json
浏览文件 @
ee8aff2a
...
...
@@ -11,7 +11,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsNotificationSecondaryDirectory.hap"
"ActsNotificationSecondaryDirectory
Test
.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录