Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
7a3b5a32
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看板
提交
7a3b5a32
编写于
3月 24, 2023
作者:
T
tianwenzhe
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
report change false and true to 3.2
Signed-off-by:
N
tian-wenzhe411
<
tianwenzhe2@huawei.com
>
上级
4883de48
变更
24
隐藏空白更改
内联
并排
Showing
24 changed file
with
107 addition
and
95 deletion
+107
-95
validator/acts_validator/src/main/ets/pages/ArkUI/ArkUI_index.ets
...r/acts_validator/src/main/ets/pages/ArkUI/ArkUI_index.ets
+8
-7
validator/acts_validator/src/main/ets/pages/ArkUI/TouchMoveTest.ets
...acts_validator/src/main/ets/pages/ArkUI/TouchMoveTest.ets
+2
-2
validator/acts_validator/src/main/ets/pages/Audio/Audio_index.ets
...r/acts_validator/src/main/ets/pages/Audio/Audio_index.ets
+8
-7
validator/acts_validator/src/main/ets/pages/Camera/Camera_index.ets
...acts_validator/src/main/ets/pages/Camera/Camera_index.ets
+8
-7
validator/acts_validator/src/main/ets/pages/Experience/Experience_index.ets
...idator/src/main/ets/pages/Experience/Experience_index.ets
+8
-7
validator/acts_validator/src/main/ets/pages/Player/Player_index.ets
...acts_validator/src/main/ets/pages/Player/Player_index.ets
+8
-7
validator/acts_validator/src/main/ets/pages/common/AudioContainer.ets
...ts_validator/src/main/ets/pages/common/AudioContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CameraFlashContainer.ets
...idator/src/main/ets/pages/common/CameraFlashContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CameraOrientationContainer.ets
.../src/main/ets/pages/common/CameraOrientationContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CameraPhotoContainer.ets
...idator/src/main/ets/pages/common/CameraPhotoContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CameraPreviewFormatContainer.ets
...rc/main/ets/pages/common/CameraPreviewFormatContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CameraVideoContainer.ets
...idator/src/main/ets/pages/common/CameraVideoContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CanvasCustomContainer1.ets
...ator/src/main/ets/pages/common/CanvasCustomContainer1.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CanvasCustomContainer2.ets
...ator/src/main/ets/pages/common/CanvasCustomContainer2.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CustomContainer.ets
...s_validator/src/main/ets/pages/common/CustomContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CustomContainer2.ets
..._validator/src/main/ets/pages/common/CustomContainer2.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CustomContainer3.ets
..._validator/src/main/ets/pages/common/CustomContainer3.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CustomContainer4.ets
..._validator/src/main/ets/pages/common/CustomContainer4.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/CustomContainer5.ets
..._validator/src/main/ets/pages/common/CustomContainer5.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/ExperienceCustomContainer.ets
...r/src/main/ets/pages/common/ExperienceCustomContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/StartExperienceCustomContainer.ets
.../main/ets/pages/common/StartExperienceCustomContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/common/TimeExperienceCustomContainer.ets
...c/main/ets/pages/common/TimeExperienceCustomContainer.ets
+2
-2
validator/acts_validator/src/main/ets/pages/index.ets
validator/acts_validator/src/main/ets/pages/index.ets
+24
-24
validator/acts_validator/src/main/resources/base/profile/main_pages.json
...validator/src/main/resources/base/profile/main_pages.json
+9
-2
未找到文件。
validator/acts_validator/src/main/ets/pages/ArkUI/ArkUI_index.ets
浏览文件 @
7a3b5a32
...
...
@@ -116,7 +116,7 @@ struct IndexPage {
let number = WriteTitle.length + 11;
let Index = ColorBack.indexOf(WriteTitle);
if (this.result === '
Pass
'){
if (this.result === '
true
'){
this.ColorObject[this.current] = '#ff008000';
let Log = (titles+';'+'#ff008000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -130,7 +130,7 @@ struct IndexPage {
fileio.writeSync(Fd,Report);
filewrite(name1,results,titles);
}
else if (this.result === '
Fail
'){
else if (this.result === '
false
'){
this.ColorObject[this.current] = '#ffff0000';
let Log = (titles+';'+'#ffff0000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -274,20 +274,20 @@ struct IndexPage {
title[i] = str1[i*2];
result[i] = str1[i*2+1];
}
let FailIndex = report.indexOf('
Fail
');
let FailIndex = report.indexOf('
false
');
let FailNum = 0;
while (FailIndex != -1) {
console.log(FailIndex);
FailNum++;
FailIndex = report.indexOf('
Fail
',FailIndex + 1);
FailIndex = report.indexOf('
false
',FailIndex + 1);
}
let failNum = (FailNum).toString();
let PassIndex = report.indexOf('
Pass
');
let PassIndex = report.indexOf('
true
');
let PassNum = 0;
while (PassIndex != -1) {
console.log(PassIndex);
PassNum++;
PassIndex = report.indexOf('
Pass
',PassIndex + 1);
PassIndex = report.indexOf('
true
',PassIndex + 1);
}
let TestNum = FailNum + PassNum;
let testNum = (TestNum).toString();
...
...
@@ -342,7 +342,8 @@ function filewrite(name1,results,titles){
console.info("RRRRRRRRRRd"+RD);
let report = String.fromCharCode.apply(null,new Uint8Array(buf));
let WriteTitle = (titles).toString();
let number = WriteTitle.length + 6;
let WriteResult = (results).toString();
let number = WriteTitle.length + WriteResult.length + 2;
let Index = report.indexOf(WriteTitle);
let Log = (titles+";"+results+";").toString();
if (Index == -1){
...
...
validator/acts_validator/src/main/ets/pages/ArkUI/TouchMoveTest.ets
浏览文件 @
7a3b5a32
...
...
@@ -50,7 +50,7 @@ struct CustomContainer1 {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -68,7 +68,7 @@ struct CustomContainer1 {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/Audio/Audio_index.ets
浏览文件 @
7a3b5a32
...
...
@@ -99,7 +99,7 @@ struct IndexPage {
let number = WriteTitle.length + 11;
let Index = ColorBack.indexOf(WriteTitle);
if (this.result === '
Pass
'){
if (this.result === '
true
'){
this.ColorObject[this.current] = '#ff008000';
let Log = (titles+';'+'#ff008000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -113,7 +113,7 @@ struct IndexPage {
fileio.writeSync(Fd,Report);
filewrite(name1,results,titles)
}
else if (this.result === '
Fail
'){
else if (this.result === '
false
'){
this.ColorObject[this.current] = '#ffff0000';
let Log = (titles+';'+'#ffff0000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -257,20 +257,20 @@ struct IndexPage {
title[i] = str1[i*2];
result[i] = str1[i*2+1];
}
let FailIndex = report.indexOf('
Fail
');
let FailIndex = report.indexOf('
false
');
let FailNum = 0;
while (FailIndex != -1) {
console.log(FailIndex);
FailNum++;
FailIndex = report.indexOf('
Fail
',FailIndex + 1);
FailIndex = report.indexOf('
false
',FailIndex + 1);
}
let failNum = (FailNum).toString();
let PassIndex = report.indexOf('
Pass
');
let PassIndex = report.indexOf('
true
');
let PassNum = 0;
while (PassIndex != -1) {
console.log(PassIndex);
PassNum++;
PassIndex = report.indexOf('
Pass
',PassIndex + 1);
PassIndex = report.indexOf('
true
',PassIndex + 1);
}
let TestNum = FailNum + PassNum;
let testNum = (TestNum).toString();
...
...
@@ -325,7 +325,8 @@ function filewrite(name1,results,titles){
console.info("RRRRRRRRRRd"+RD);
let report = String.fromCharCode.apply(null,new Uint8Array(buf));
let WriteTitle = (titles).toString();
let number = WriteTitle.length + 6;
let WriteResult = (results).toString();
let number = WriteTitle.length + WriteResult.length + 2;
let Index = report.indexOf(WriteTitle);
let Log = (titles+";"+results+";").toString();
if (Index == -1){
...
...
validator/acts_validator/src/main/ets/pages/Camera/Camera_index.ets
浏览文件 @
7a3b5a32
...
...
@@ -100,7 +100,7 @@ struct IndexPage {
let number = WriteTitle.length + 11;
let Index = ColorBack.indexOf(WriteTitle);
if (this.result === '
Pass
'){
if (this.result === '
true
'){
this.ColorObject[this.current] = '#ff008000';
let Log = (titles+';'+'#ff008000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -114,7 +114,7 @@ struct IndexPage {
fileio.writeSync(Fd,Report);
filewrite(name1,results,titles)
}
else if (this.result === '
Fail
'){
else if (this.result === '
false
'){
this.ColorObject[this.current] = '#ffff0000';
let Log = (titles+';'+'#ffff0000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -258,20 +258,20 @@ struct IndexPage {
title[i] = str1[i*2];
result[i] = str1[i*2+1];
}
let FailIndex = report.indexOf('
Fail
');
let FailIndex = report.indexOf('
false
');
let FailNum = 0;
while (FailIndex != -1) {
console.log(FailIndex);
FailNum++;
FailIndex = report.indexOf('
Fail
',FailIndex + 1);
FailIndex = report.indexOf('
false
',FailIndex + 1);
}
let failNum = (FailNum).toString();
let PassIndex = report.indexOf('
Pass
');
let PassIndex = report.indexOf('
true
');
let PassNum = 0;
while (PassIndex != -1) {
console.log(PassIndex);
PassNum++;
PassIndex = report.indexOf('
Pass
',PassIndex + 1);
PassIndex = report.indexOf('
true
',PassIndex + 1);
}
let TestNum = FailNum + PassNum;
let testNum = (TestNum).toString();
...
...
@@ -326,7 +326,8 @@ function filewrite(name1,results,titles){
console.info("RRRRRRRRRRd"+RD);
let report = String.fromCharCode.apply(null,new Uint8Array(buf));
let WriteTitle = (titles).toString();
let number = WriteTitle.length + 6;
let WriteResult = (results).toString();
let number = WriteTitle.length + WriteResult.length + 2;
let Index = report.indexOf(WriteTitle);
let Log = (titles+";"+results+";").toString();
if (Index == -1){
...
...
validator/acts_validator/src/main/ets/pages/Experience/Experience_index.ets
浏览文件 @
7a3b5a32
...
...
@@ -112,7 +112,7 @@ struct IndexPage {
let number = WriteTitle.length + 11;
let Index = ColorBack.indexOf(WriteTitle);
if (this.result === '
Pass
'){
if (this.result === '
true
'){
this.ColorObject[this.current] = '#ff008000';
let Log = (titles+';'+'#ff008000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -126,7 +126,7 @@ struct IndexPage {
fileio.writeSync(Fd,Report);
filewrite(name1,results,titles)
}
else if (this.result === '
Fail
'){
else if (this.result === '
false
'){
this.ColorObject[this.current] = '#ffff0000';
let Log = (titles+';'+'#ffff0000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -270,20 +270,20 @@ struct IndexPage {
title[i] = str1[i*2];
result[i] = str1[i*2+1];
}
let FailIndex = report.indexOf('
Fail
');
let FailIndex = report.indexOf('
false
');
let FailNum = 0;
while (FailIndex != -1) {
console.log(FailIndex);
FailNum++;
FailIndex = report.indexOf('
Fail
',FailIndex + 1);
FailIndex = report.indexOf('
false
',FailIndex + 1);
}
let failNum = (FailNum).toString();
let PassIndex = report.indexOf('
Pass
');
let PassIndex = report.indexOf('
true
');
let PassNum = 0;
while (PassIndex != -1) {
console.log(PassIndex);
PassNum++;
PassIndex = report.indexOf('
Pass
',PassIndex + 1);
PassIndex = report.indexOf('
true
',PassIndex + 1);
}
let TestNum = FailNum + PassNum;
let testNum = (TestNum).toString();
...
...
@@ -338,7 +338,8 @@ function filewrite(name1,results,titles){
console.info("RRRRRRRRRRd"+RD);
let report = String.fromCharCode.apply(null,new Uint8Array(buf));
let WriteTitle = (titles).toString();
let number = WriteTitle.length + 6;
let WriteResult = (results).toString();
let number = WriteTitle.length + WriteResult.length + 2;
let Index = report.indexOf(WriteTitle);
let Log = (titles+";"+results+";").toString();
if (Index == -1){
...
...
validator/acts_validator/src/main/ets/pages/Player/Player_index.ets
浏览文件 @
7a3b5a32
...
...
@@ -96,7 +96,7 @@ struct IndexPage {
let number = WriteTitle.length + 11;
let Index = ColorBack.indexOf(WriteTitle);
if (this.result === '
Pass
'){
if (this.result === '
true
'){
this.ColorObject[this.current] = '#ff008000';
let Log = (titles+';'+'#ff008000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -110,7 +110,7 @@ struct IndexPage {
fileio.writeSync(Fd,Report);
filewrite(name1,results,titles)
}
else if (this.result === '
Fail
'){
else if (this.result === '
false
'){
this.ColorObject[this.current] = '#ffff0000';
let Log = (titles+';'+'#ffff0000'+';');
let key = ColorBack.substring(Index,Index+number);
...
...
@@ -254,20 +254,20 @@ struct IndexPage {
title[i] = str1[i*2];
result[i] = str1[i*2+1];
}
let FailIndex = report.indexOf('
Fail
');
let FailIndex = report.indexOf('
false
');
let FailNum = 0;
while (FailIndex != -1) {
console.log(FailIndex);
FailNum++;
FailIndex = report.indexOf('
Fail
',FailIndex + 1);
FailIndex = report.indexOf('
false
',FailIndex + 1);
}
let failNum = (FailNum).toString();
let PassIndex = report.indexOf('
Pass
');
let PassIndex = report.indexOf('
true
');
let PassNum = 0;
while (PassIndex != -1) {
console.log(PassIndex);
PassNum++;
PassIndex = report.indexOf('
Pass
',PassIndex + 1);
PassIndex = report.indexOf('
true
',PassIndex + 1);
}
let TestNum = FailNum + PassNum;
let testNum = (TestNum).toString();
...
...
@@ -322,7 +322,8 @@ function filewrite(name1,results,titles){
console.info("RRRRRRRRRRd"+RD);
let report = String.fromCharCode.apply(null,new Uint8Array(buf));
let WriteTitle = (titles).toString();
let number = WriteTitle.length + 6;
let WriteResult = (results).toString();
let number = WriteTitle.length + WriteResult.length + 2;
let Index = report.indexOf(WriteTitle);
let Log = (titles+";"+results+";").toString();
if (Index == -1){
...
...
validator/acts_validator/src/main/ets/pages/common/AudioContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -47,7 +47,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -65,7 +65,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CameraFlashContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -55,7 +55,7 @@ export struct CustomContainer {
.onClick(() => {
router.back({
url: this.Url,
params: { result: '
Pass
', title: this.name,
params: { result: '
true
', title: this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -74,7 +74,7 @@ export struct CustomContainer {
.onClick(() => {
router.back({
url: this.Url,
params: { result: '
Fail
', title: this.name,
params: { result: '
false
', title: this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CameraOrientationContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -55,7 +55,7 @@ export struct CustomContainer {
if (this.clickFrequency === this.testingFrequency){
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
}
...
...
@@ -74,7 +74,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CameraPhotoContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -48,7 +48,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -66,7 +66,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CameraPreviewFormatContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -48,7 +48,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -66,7 +66,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CameraVideoContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -48,7 +48,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -66,7 +66,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CanvasCustomContainer1.ets
浏览文件 @
7a3b5a32
...
...
@@ -50,7 +50,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -68,7 +68,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CanvasCustomContainer2.ets
浏览文件 @
7a3b5a32
...
...
@@ -52,7 +52,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -70,7 +70,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CustomContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -48,7 +48,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -66,7 +66,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CustomContainer2.ets
浏览文件 @
7a3b5a32
...
...
@@ -48,7 +48,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -66,7 +66,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CustomContainer3.ets
浏览文件 @
7a3b5a32
...
...
@@ -49,7 +49,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -67,7 +67,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CustomContainer4.ets
浏览文件 @
7a3b5a32
...
...
@@ -48,7 +48,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -66,7 +66,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/CustomContainer5.ets
浏览文件 @
7a3b5a32
...
...
@@ -50,7 +50,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -68,7 +68,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/ExperienceCustomContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -50,7 +50,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -68,7 +68,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/StartExperienceCustomContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -55,7 +55,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -73,7 +73,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/common/TimeExperienceCustomContainer.ets
浏览文件 @
7a3b5a32
...
...
@@ -50,7 +50,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Pass
', title : this.name,
params: {result : '
true
', title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
@@ -68,7 +68,7 @@ export struct CustomContainer {
.onClick(()=>{
router.back({
url:this.Url,
params: {result : '
Fail
',title : this.name,
params: {result : '
false
',title : this.name,
}
})
this.getScreen(isFullScreen);
...
...
validator/acts_validator/src/main/ets/pages/index.ets
浏览文件 @
7a3b5a32
...
...
@@ -306,120 +306,120 @@ struct IndexPage {
}
let report = ArkUIReport + AudioReport + CameraReport + PlayerReport + ExperienceReport;
let FailIndex = report.indexOf('
Fail
');
let FailIndex = report.indexOf('
false
');
let FailNum = 0;
while(FailIndex != -1) {
console.log(FailIndex);
FailNum++;
FailIndex = report.indexOf('
Fail
',FailIndex + 1);
FailIndex = report.indexOf('
false
',FailIndex + 1);
}
let failNum = (FailNum).toString();
let PassIndex = report.indexOf('
Pass
');
let PassIndex = report.indexOf('
true
');
let PassNum = 0;
while(PassIndex != -1) {
console.log(PassIndex);
PassNum++;
PassIndex = report.indexOf('
Pass
',PassIndex + 1);
PassIndex = report.indexOf('
true
',PassIndex + 1);
}
let TestNum = FailNum + PassNum;
let testNum = (TestNum).toString();
/*
* ArkUI
*/
let ArkUIFailIndex = ArkUIReport.indexOf('
Fail
');
let ArkUIFailIndex = ArkUIReport.indexOf('
false
');
let ArkUIFailNum = 0;
while (ArkUIFailIndex != -1) {
console.log(ArkUIFailIndex);
ArkUIFailNum++;
ArkUIFailIndex = ArkUIReport.indexOf('
Fail
',ArkUIFailIndex + 1);
ArkUIFailIndex = ArkUIReport.indexOf('
false
',ArkUIFailIndex + 1);
}
let ArkuiFailNum = (ArkUIFailNum).toString();
let ArkUIPassIndex = ArkUIReport.indexOf('
Pass
');
let ArkUIPassIndex = ArkUIReport.indexOf('
true
');
let ArkUIPassNum = 0;
while (ArkUIPassIndex != -1) {
console.log(ArkUIPassIndex);
ArkUIPassNum++;
ArkUIPassIndex = ArkUIReport.indexOf('
Pass
',ArkUIPassIndex + 1);
ArkUIPassIndex = ArkUIReport.indexOf('
true
',ArkUIPassIndex + 1);
}
let ArkUITestNum = ArkUIFailNum + ArkUIPassNum;
let ArkuiTestNum = (ArkUITestNum).toString();
/*
* Audio
*/
let AudioFailIndex = AudioReport.indexOf('
Fail
');
let AudioFailIndex = AudioReport.indexOf('
false
');
let AudioFailNum = 0;
while (AudioFailIndex != -1) {
console.log(AudioFailIndex);
AudioFailNum++;
AudioFailIndex = AudioReport.indexOf('
Fail
',AudioFailIndex + 1);
AudioFailIndex = AudioReport.indexOf('
false
',AudioFailIndex + 1);
}
let audioFailNum = (AudioFailNum).toString();
let AudioPassIndex = AudioReport.indexOf('
Pass
');
let AudioPassIndex = AudioReport.indexOf('
true
');
let AudioPassNum = 0;
while (AudioPassIndex != -1) {
console.log(AudioPassIndex);
AudioPassNum++;
AudioPassIndex = AudioReport.indexOf('
Pass
',AudioPassIndex + 1);
AudioPassIndex = AudioReport.indexOf('
true
',AudioPassIndex + 1);
}
let AudioTestNum = AudioFailNum + AudioPassNum;
let audioTestNum = (AudioTestNum).toString();
/*
* Camera
*/
let CameraFailIndex = CameraReport.indexOf('
Fail
');
let CameraFailIndex = CameraReport.indexOf('
false
');
let CameraFailNum = 0;
while (CameraFailIndex != -1) {
console.log(CameraFailIndex);
CameraFailNum++;
CameraFailIndex = CameraReport.indexOf('
Fail
',CameraFailIndex + 1);
CameraFailIndex = CameraReport.indexOf('
false
',CameraFailIndex + 1);
}
let cameraFailNum = (CameraFailNum).toString();
let CameraPassIndex = CameraReport.indexOf('
Pass
');
let CameraPassIndex = CameraReport.indexOf('
true
');
let CameraPassNum = 0;
while (CameraPassIndex != -1) {
console.log(CameraPassIndex);
CameraPassNum++;
CameraPassIndex = CameraReport.indexOf('
Pass
',CameraPassIndex + 1);
CameraPassIndex = CameraReport.indexOf('
true
',CameraPassIndex + 1);
}
let CameraTestNum = CameraFailNum + CameraPassNum;
let cameraTestNum = (CameraTestNum).toString();
/*
* Player
*/
let PlayerFailIndex = PlayerReport.indexOf('
Fail
');
let PlayerFailIndex = PlayerReport.indexOf('
false
');
let PlayerFailNum = 0;
while (PlayerFailIndex != -1) {
console.log(PlayerFailIndex);
PlayerFailNum++;
PlayerFailIndex = PlayerReport.indexOf('
Fail
',PlayerFailIndex + 1);
PlayerFailIndex = PlayerReport.indexOf('
false
',PlayerFailIndex + 1);
}
let playerFailNum = (PlayerFailNum).toString();
let PlayerPassIndex = PlayerReport.indexOf('
Pass
');
let PlayerPassIndex = PlayerReport.indexOf('
true
');
let PlayerPassNum = 0;
while (PlayerPassIndex != -1) {
console.log(PlayerPassIndex);
PlayerPassNum++;
PlayerPassIndex = PlayerReport.indexOf('
Pass
',PlayerPassIndex + 1);
PlayerPassIndex = PlayerReport.indexOf('
true
',PlayerPassIndex + 1);
}
let PlayerTestNum = PlayerFailNum + PlayerPassNum;
let playerTestNum = (PlayerTestNum).toString();
/*
* Experience
*/
let ExperienceFailIndex = ExperienceReport.indexOf('
Fail
');
let ExperienceFailIndex = ExperienceReport.indexOf('
false
');
let ExperienceFailNum = 0;
while (ExperienceFailIndex != -1) {
console.log(ExperienceFailIndex);
ExperienceFailNum++;
ExperienceFailIndex = ExperienceReport.indexOf('
Fail
',ExperienceFailIndex + 1);
ExperienceFailIndex = ExperienceReport.indexOf('
false
',ExperienceFailIndex + 1);
}
let experienceFailNum = (ExperienceFailNum).toString();
let ExperiencePassIndex = ExperienceReport.indexOf('
Pass
');
let ExperiencePassIndex = ExperienceReport.indexOf('
true
');
let ExperiencePassNum = 0;
while (ExperiencePassIndex != -1) {
console.log(ExperiencePassIndex);
ExperiencePassNum++;
ExperiencePassIndex = ExperienceReport.indexOf('
Pass
',ExperiencePassIndex + 1);
ExperiencePassIndex = ExperienceReport.indexOf('
true
',ExperiencePassIndex + 1);
}
let ExperienceTestNum = ExperienceFailNum + ExperiencePassNum;
let experienceTestNum = (ExperienceTestNum).toString();
...
...
validator/acts_validator/src/main/resources/base/profile/main_pages.json
浏览文件 @
7a3b5a32
...
...
@@ -44,8 +44,15 @@
"pages/Experience/Experience_index"
,
"pages/Experience/PhotoFps"
,
"pages/Experience/DeskFps"
,
"pages/Experience/ColdStartTest"
,
"pages/Experience/HotStartTest"
,
"pages/Experience/ContactsColdStartTest"
,
"pages/Experience/ContactsHotStartTest"
,
"pages/Experience/MmsColdStartTest"
,
"pages/Experience/MmsHotStartTest"
,
"pages/Experience/PhotosColdStartTest"
,
"pages/Experience/PhotosHotStartTest"
,
"pages/Experience/SettingsColdStartTest"
,
"pages/Experience/SettingsHotStartTest"
,
"pages/Experience/CameraColdStartTest"
,
"pages/Experience/ViewPhotoTest"
,
"pages/Experience/KeyboardDisplayTest"
,
"pages/Experience/StartTaskManager"
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录