Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
7f59f307
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看板
提交
7f59f307
编写于
3月 01, 2023
作者:
C
chengxingzhen
1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xts-ability名字修改
Signed-off-by:
N
chengxingzhen
<
chengxingzhen@huawei.com
>
上级
ec5b1a48
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
23 addition
and
23 deletion
+23
-23
ability/ability_runtime/formmanager/fa/formsystemtest_ets/formdynamicrefreshtest/entry/src/main/ets/test/FmsDynamicRefreshForm.test.ets
...st/entry/src/main/ets/test/FmsDynamicRefreshForm.test.ets
+8
-8
ability/ability_runtime/formmanager/fa/formsystemtest_ets/formupdatefreshtest/entry/src/main/ets/test/FmsUpdateRefreshForm.test.ets
...est/entry/src/main/ets/test/FmsUpdateRefreshForm.test.ets
+15
-15
未找到文件。
ability/ability_runtime/formmanager/fa/formsystemtest_ets/formdynamicrefreshtest/entry/src/main/ets/test/FmsDynamicRefreshForm.test.ets
浏览文件 @
7f59f307
...
...
@@ -108,7 +108,7 @@ export default function test() {
formId: "0",
name: "Form_Js001",
bundle: "com.form.formsystemtestservicea.hmservice",
ability: "com.form.formsystemtestservicea.hmservice.
Main
Ability",
ability: "com.form.formsystemtestservicea.hmservice.
Form
Ability",
moduleName: "entry",
temporary: false,
refreshForm: true,
...
...
@@ -158,7 +158,7 @@ export default function test() {
formId: "0",
name: "Form_Js001",
bundle: "com.form.formsystemtestservicea.hmservice",
ability: "com.form.formsystemtestservicea.hmservice.
Main
Ability",
ability: "com.form.formsystemtestservicea.hmservice.
Form
Ability",
moduleName: "entry",
temporary: false,
refreshForm: true,
...
...
@@ -215,7 +215,7 @@ export default function test() {
formId: "0",
name: "Form_Js001",
bundle: "com.form.formsystemtestservicea.hmservice",
ability: "com.form.formsystemtestservicea.hmservice.
Main
Ability",
ability: "com.form.formsystemtestservicea.hmservice.
Form
Ability",
moduleName: "entry",
temporary: false,
refreshForm: true,
...
...
@@ -243,7 +243,7 @@ export default function test() {
formId: "0",
name: "Form_Js001",
bundle: "com.form.formsystemtestservicea.hmservice",
ability: "com.form.formsystemtestservicea.hmservice.
Main
Ability",
ability: "com.form.formsystemtestservicea.hmservice.
Form
Ability",
moduleName: "entry",
temporary: false,
isCreate: true
...
...
@@ -300,7 +300,7 @@ export default function test() {
formId: "0",
name: "Form_Js001",
bundle: "com.form.formsystemtestservicea.hmservice",
ability: "com.form.formsystemtestservicea.hmservice.
Main
Ability",
ability: "com.form.formsystemtestservicea.hmservice.
Form
Ability",
moduleName: "entry",
temporary: false,
refreshForm: true,
...
...
@@ -328,7 +328,7 @@ export default function test() {
formId: "0",
name: "Form_Js001",
bundle: "com.form.formsystemtestservicea.hmservice",
ability: "com.form.formsystemtestservicea.hmservice.
Main
Ability",
ability: "com.form.formsystemtestservicea.hmservice.
Form
Ability",
moduleName: "entry",
temporary: false,
deleteForm: true,
...
...
@@ -378,7 +378,7 @@ export default function test() {
formId: "0",
name: "Form_Js001",
bundle: "com.form.formsystemtestservicea.hmservice",
ability: "com.form.formsystemtestservicea.hmservice.
Main
Ability",
ability: "com.form.formsystemtestservicea.hmservice.
Form
Ability",
moduleName: "entry",
temporary: false,
refreshForm: true,
...
...
@@ -433,7 +433,7 @@ export default function test() {
formId: "0",
name: "Form_Js001",
bundle: "com.form.formsystemtestservicec.hmservice",
ability: "com.form.formsystemtestservicec.hmservice.
Main
Ability",
ability: "com.form.formsystemtestservicec.hmservice.
Form
Ability",
moduleName: "entry",
temporary: false,
"notifyVisibleForms": true,
...
...
ability/ability_runtime/formmanager/fa/formsystemtest_ets/formupdatefreshtest/entry/src/main/ets/test/FmsUpdateRefreshForm.test.ets
浏览文件 @
7f59f307
...
...
@@ -108,7 +108,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"updateForm" : true,
...
...
@@ -155,7 +155,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"updateForm" : true,
...
...
@@ -209,7 +209,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"updateForm" : true,
...
...
@@ -234,7 +234,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"isCreate" : true
...
...
@@ -285,7 +285,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"updateForm" : true,
...
...
@@ -310,7 +310,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"deleteForm" : true,
...
...
@@ -356,7 +356,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"updateForm" : true,
...
...
@@ -403,7 +403,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"requestForm" : true,
...
...
@@ -450,7 +450,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"requestForm" : true,
...
...
@@ -505,7 +505,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"requestForm" : true,
...
...
@@ -530,7 +530,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"isCreate" : true
...
...
@@ -581,7 +581,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"requestForm" : true,
...
...
@@ -606,7 +606,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"deleteForm" : true,
...
...
@@ -653,7 +653,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"requestForm" : true,
...
...
@@ -702,7 +702,7 @@ export default function test() {
"formId" : "0",
"name" : "Form_Js001",
"bundle" : "com.form.formsystemtestservicea.hmservice",
"ability" : "com.form.formsystemtestservicea.hmservice.
Main
Ability",
"ability" : "com.form.formsystemtestservicea.hmservice.
Form
Ability",
"moduleName" : "entry",
"temporary" : false,
"requestForm" : true,
...
...
鸿蒙社区
@harmonycommunity
mentioned in commit
4beb2feb
·
3月 04, 2023
mentioned in commit
4beb2feb
mentioned in commit 4beb2febaebce30162100633486f2b8c2de11dc7
开关提交列表
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录