Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
21d0f618
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看板
提交
21d0f618
编写于
8月 29, 2022
作者:
C
chengxingzhen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xts卡片fail用例适配
Signed-off-by:
N
chengxingzhen
<
chengxingzhen@huawei.com
>
上级
ac95ec71
变更
12
隐藏空白更改
内联
并排
Showing
12 changed file
with
54 addition
and
54 deletion
+54
-54
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhost/entry/src/main/ets/MainAbility/pages/index.ets
...systemhost/entry/src/main/ets/MainAbility/pages/index.ets
+5
-5
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostb/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhostb/entry/src/main/ets/MainAbility/pages/index.ets
+4
-4
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostc/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhostc/entry/src/main/ets/MainAbility/pages/index.ets
+7
-7
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostd/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhostd/entry/src/main/ets/MainAbility/pages/index.ets
+6
-6
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhoste/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhoste/entry/src/main/ets/MainAbility/pages/index.ets
+6
-6
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostf/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhostf/entry/src/main/ets/MainAbility/pages/index.ets
+6
-6
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostg/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhostg/entry/src/main/ets/MainAbility/pages/index.ets
+5
-5
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhosti/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhosti/entry/src/main/ets/MainAbility/pages/index.ets
+4
-4
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostj/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhostj/entry/src/main/ets/MainAbility/pages/index.ets
+4
-4
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostk/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhostk/entry/src/main/ets/MainAbility/pages/index.ets
+4
-4
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostl/entry/src/main/ets/MainAbility/pages/index.ets
...ystemhostl/entry/src/main/ets/MainAbility/pages/index.ets
+2
-2
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostnoperm/entry/src/main/ets/MainAbility/pages/index.ets
...hostnoperm/entry/src/main/ets/MainAbility/pages/index.ets
+1
-1
未找到文件。
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhost/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -46,22 +46,22 @@ struct Index {
events: ["FMS_FormDelete_commonEvent"],
};
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formOnErrorEvent Publish CallBack ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.debug("====>formOnAcquiredEvent Publish CallBack ====>");
}
private publishCastCallBack
()
{
private publishCastCallBack
= () =>
{
console.debug("====>formCastEvent Publish CallBack ====>");
}
private publishOnUninstallCallBack
()
{
private publishOnUninstallCallBack
= () =>
{
console.debug("====>formOnUninstallEvent Publish CallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>formsystemhost deleteCallBack start:====>" + JSON.stringify(data));
if (data.bundleName && data.bundleName != "com.ohos.st.formsystemhost") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostb/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -46,17 +46,17 @@ struct Index {
};
private subscriberDle;
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formOnErrorEvent Publish CallBack ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.debug("====>formOnAcquiredEvent Publish CallBack ====>");
}
private publishCastCallBack
()
{
private publishCastCallBack
= () =>
{
console.debug("====>formCastEvent Publish CallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>formsystemhost deleteCallBack start:====>" + JSON.stringify(data));
if(data.bundleName && data.bundleName != "com.ohos.st.formsystemhostb") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostc/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -57,26 +57,26 @@ struct Index {
events: ["FMS_TimeChange_commonEvent"],
};
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc formOnErrorEventCallBack ====>");
}
private publishOnDeletedCallBack
()
{
private publishOnDeletedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc publishOnDeletedCallBack ====>");
}
private publishOnReleasedCallBack
()
{
private publishOnReleasedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc publishOnReleasedCallBackk ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.debug("====>formsystemhostc formOnAcquiredEventCallBack ====>");
}
private publishCastCallBack
()
{
private publishCastCallBack
= () =>
{
console.debug("====>formsystemhostc formCastEventCallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>[FormComponent] deleteCallBack start:====>" + JSON.stringify(data));
if(data.bundleName && data.bundleName != "com.ohos.st.formsystemhostc") {
return;
...
...
@@ -90,7 +90,7 @@ struct Index {
console.info("!!!====>[FormComponent] deleteCallBack end ====>");
}
private timeChangeCallBack
(err, data)
{
private timeChangeCallBack
= (err, data) =>
{
console.info("!!!====>[FormComponent] timeChangeCallBack start:====>" + JSON.stringify(data));
if(data.bundleName && data.bundleName != "com.ohos.st.formsystemhostc") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostd/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -50,26 +50,26 @@ struct Index {
events: ["FMS_FormDelete_commonEvent"],
};
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc formOnErrorEventCallBack ====>");
}
private publishOnDeletedCallBack
()
{
private publishOnDeletedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc publishOnDeletedCallBack ====>");
}
private publishOnReleasedCallBack
()
{
private publishOnReleasedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc publishOnReleasedCallBackk ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.debug("====>formsystemhostc formOnAcquiredEventCallBack ====>");
}
private publishCastCallBack
()
{
private publishCastCallBack
= () =>
{
console.debug("====>formsystemhostc formCastEventCallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>formsystemhost deleteCallBack start:====>" + JSON.stringify(data));
if(data.bundleName && data.bundleName != "com.ohos.st.formsystemhostd") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhoste/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -55,27 +55,27 @@ struct Index {
events: ["FMS_FormDelete_commonEvent"],
};
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc formOnErrorEventCallBack ====>");
}
private publishOnDeletedCallBack
()
{
private publishOnDeletedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc publishOnDeletedCallBack ====>");
}
private formOnDynamicRefreshCallBack
()
{
private formOnDynamicRefreshCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc formOnDynamicRefreshEventk ====>");
}
private formOnRequestCallBack
()
{
private formOnRequestCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc formOnRequestCallBack ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.debug("====>formsystemhostc formOnAcquiredEventCallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>formsystemhost deleteCallBack start:====>" + JSON.stringify(data));
if (data.bundleName && data.bundleName != "com.ohos.st.formsystemhost") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostf/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -57,26 +57,26 @@ struct Index {
events: ["FMS_FormDelete_commonEvent"],
};
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc formOnErrorEventCallBack ====>");
}
private publishOnDeletedCallBack
()
{
private publishOnDeletedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc publishOnDeletedCallBack ====>");
}
private publishOnReleasedCallBack
()
{
private publishOnReleasedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc publishOnReleasedCallBackk ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.debug("====>formsystemhostc formOnAcquiredEventCallBack ====>");
}
private publishOnUpdatedCallBack
()
{
private publishOnUpdatedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formsystemhostc publishOnUpdatedCallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>formsystemhost deleteCallBack start:====>" + JSON.stringify(data));
if(data.bundleName && data.bundleName != "com.ohos.st.formsystemhostf") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostg/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -49,22 +49,22 @@ struct Index {
events: ["FMS_FormDelete_commonEvent"],
};
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>[FormComponent.host] formOnErrorEventCallBack ====>");
}
private publishOnDeletedCallBack
()
{
private publishOnDeletedCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>[FormComponent.host] publishOnDeletedCallBack ====>");
}
private publishOnStateCallBack
()
{
private publishOnStateCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>[FormComponent.host] publishOnStateCallBack ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.debug("====>[FormComponent.host] formOnAcquiredEventCallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>[FormComponent.host] deleteCallBack start:====>" + JSON.stringify(data));
if(data.bundleName && data.bundleName != "com.ohos.st.formsystemhostg") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhosti/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -45,18 +45,18 @@ struct Index {
events: ["FMS_FormDelete_commonEvent"],
};
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.info("====>formOnErrorEvent Publish CallBack ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.info("====>formOnAcquiredEvent Publish CallBack ====>");
}
private publishCastCallBack
()
{
private publishCastCallBack
= () =>
{
console.info("====>formCastEvent Publish CallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>formsystemhost deleteCallBack start:====>" + JSON.stringify(data));
if (data.bundleName && data.bundleName != "com.ohos.st.formsystemhost") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostj/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -45,18 +45,18 @@ struct Index {
events: ["FMS_FormDelete_commonEvent"],
};
private publishOnErrorCallBack
()
{
private publishOnErrorCallBack
= () =>
{
this.canCreateForm = false;
console.debug("====>formOnErrorEvent Publish CallBack ====>");
}
private publishOnAcquiredCallBack
()
{
private publishOnAcquiredCallBack
= () =>
{
console.debug("====>formOnAcquiredEvent Publish CallBack ====>");
}
private publishCastCallBack
()
{
private publishCastCallBack
= () =>
{
console.debug("====>formCastEvent Publish CallBack ====>");
}
private deleteCallBack
(err, data)
{
private deleteCallBack
= (err, data) =>
{
console.info("!!!====>formsystemhostj deleteCallBack start:====>" + JSON.stringify(data));
if(data.bundleName && data.bundleName != "com.ohos.st.formsystemhostj") {
return;
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostk/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -67,19 +67,19 @@ struct Index {
private formOnDeletedEvent = "FMS_FormOnDeleted_commonEvent";
private formOnReleasedEvent = "FMS_FormOnReleased_commonEvent";
private onAcquiredCallback
()
{
private onAcquiredCallback
= () =>
{
console.info(`${this.TAG} onAcquiredCallback`);
}
private onRequestCallback
()
{
private onRequestCallback
= () =>
{
console.info(`====>${this.TAG} onRequestCallback====>`);
}
private onDeletedCallback
()
{
private onDeletedCallback
= () =>
{
console.info(`${this.TAG} onDeletedCallback`);
}
private onReleasedCallback
()
{
private onReleasedCallback
= () =>
{
console.info(`====>${this.TAG} onReleasedCallback====>`);
}
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostl/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -42,11 +42,11 @@ struct Index {
private formOnRequestEvent = `FMS_FormOnRequest_commonEvent`;
private formOnDeletedEvent = "FMS_FormOnDeleted_commonEvent";
private onAcquiredCallback
()
{
private onAcquiredCallback
= () =>
{
console.info(`====>${this.TAG} onAcquiredCallback====>`);
}
private onRequestCallback
()
{
private onRequestCallback
= () =>
{
console.info(`====>${this.TAG} onRequestCallback====>`);
}
...
...
ability/ability_runtime/formmanager/fa/formhostst_ets/formsystemhostnoperm/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
21d0f618
...
...
@@ -48,7 +48,7 @@ struct Index {
private formOnRequestEvent = "FMS_FormOnRequest_commonEvent";
private formOnStateEvent = "FMS_FormOnState_commonEvent";
private publishCallBack
()
{
private publishCallBack
= () =>
{
console.debug("====>formOnErrorEvent Publish CallBack ====>");
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录