Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
606707a0
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看板
未验证
提交
606707a0
编写于
3月 22, 2022
作者:
O
openharmony_ci
提交者:
Gitee
3月 22, 2022
浏览文件
操作
浏览文件
下载
差异文件
!2723 内源检视和添加延时
Merge pull request !2723 from 李昊/cherry-pick-1647862141
上级
0ec871d4
644d9936
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
9 addition
and
14 deletion
+9
-14
account/appaccount/actsaccounttest/entry/src/main/js/default/pages/index/index.js
...ccounttest/entry/src/main/js/default/pages/index/index.js
+0
-1
account/appaccount/actsgetallaccounts/entry/src/main/js/default/pages/index/index.js
...llaccounts/entry/src/main/js/default/pages/index/index.js
+2
-3
account/appaccount/actssetchecksyncenable/entry/src/main/js/default/pages/index/index.js
...syncenable/entry/src/main/js/default/pages/index/index.js
+2
-3
account/appaccount/getallaccessibleaccounts/actsgetallaccessibleaccounts/entry/src/main/js/default/pages/index/index.js
...leaccounts/entry/src/main/js/default/pages/index/index.js
+2
-3
account/appaccount/getallaccessibleaccounts/actsgetallaccessiblemultiple/entry/src/main/js/default/pages/index/index.js
...lemultiple/entry/src/main/js/default/pages/index/index.js
+2
-3
account/osaccount/actsosaccountpermissiontest/actsosaccountpermissionnotest/entry/src/main/js/test/Permission.test.js
...ermissionnotest/entry/src/main/js/test/Permission.test.js
+1
-1
未找到文件。
account/appaccount/actsaccounttest/entry/src/main/js/default/pages/index/index.js
浏览文件 @
606707a0
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
file
from
'
@system.file
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
...
...
account/appaccount/actsgetallaccounts/entry/src/main/js/default/pages/index/index.js
浏览文件 @
606707a0
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
file
from
'
@system.file
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
...
@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
...
@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export
default
{
export
default
{
data
:
{
data
:
{
title
:
"
测试getAllAccounts接口
"
title
:
"
getAllAccounts
"
},
},
onInit
()
{
onInit
()
{
this
.
title
=
"
测试getAllAccounts接口
"
;
this
.
title
=
"
getAllAccounts
"
;
},
},
onShow
()
{
onShow
()
{
console
.
info
(
'
onShow finish
'
)
console
.
info
(
'
onShow finish
'
)
...
...
account/appaccount/actssetchecksyncenable/entry/src/main/js/default/pages/index/index.js
浏览文件 @
606707a0
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
file
from
'
@system.file
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
...
@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
...
@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export
default
{
export
default
{
data
:
{
data
:
{
title
:
"
测试setAppAccountSyncEnable和checkAppAccountSyncEnable接口
"
title
:
"
setAppAccountSyncEnable和checkAppAccountSyncEnable
"
},
},
onInit
()
{
onInit
()
{
this
.
title
=
"
测试setAppAccountSyncEnable和checkAppAccountSyncEnable接口
"
;
this
.
title
=
"
setAppAccountSyncEnable和checkAppAccountSyncEnable
"
;
},
},
onShow
()
{
onShow
()
{
console
.
info
(
'
onShow finish
'
)
console
.
info
(
'
onShow finish
'
)
...
...
account/appaccount/getallaccessibleaccounts/actsgetallaccessibleaccounts/entry/src/main/js/default/pages/index/index.js
浏览文件 @
606707a0
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
file
from
'
@system.file
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
...
@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
...
@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export
default
{
export
default
{
data
:
{
data
:
{
title
:
"
测试getAllAccessibleAccounts接口
"
title
:
"
getAllAccessibleAccounts
"
},
},
onInit
()
{
onInit
()
{
this
.
title
=
"
测试getAllAccessibleAccounts接口
"
;
this
.
title
=
"
getAllAccessibleAccounts
"
;
},
},
onShow
()
{
onShow
()
{
console
.
info
(
'
onShow finish
'
)
console
.
info
(
'
onShow finish
'
)
...
...
account/appaccount/getallaccessibleaccounts/actsgetallaccessiblemultiple/entry/src/main/js/default/pages/index/index.js
浏览文件 @
606707a0
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
file
from
'
@system.file
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
...
@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
...
@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export
default
{
export
default
{
data
:
{
data
:
{
title
:
"
测试getAllAccessibleAccounts接口
"
title
:
"
getAllAccessibleAccounts
"
},
},
onInit
()
{
onInit
()
{
this
.
title
=
"
测试getAllAccessibleAccounts接口
"
;
this
.
title
=
"
getAllAccessibleAccounts
"
;
},
},
onShow
()
{
onShow
()
{
console
.
info
(
'
onShow finish
'
)
console
.
info
(
'
onShow finish
'
)
...
...
account/osaccount/actsosaccountpermissiontest/actsosaccountpermissionnotest/entry/src/main/js/test/Permission.test.js
浏览文件 @
606707a0
...
@@ -24,7 +24,7 @@ var commonEventSubscribeInfo = {
...
@@ -24,7 +24,7 @@ var commonEventSubscribeInfo = {
var
subscriber
;
var
subscriber
;
var
receiveLocalId
=
-
1
;
var
receiveLocalId
=
-
1
;
const
TIMEOUT
=
2000
;
const
TIMEOUT
=
2000
;
const
TIMEOUTSTART
=
1
0000
;
const
TIMEOUTSTART
=
2
0000
;
const
OSACCOUNTMAXNUMBER
=
999
;
const
OSACCOUNTMAXNUMBER
=
999
;
const
ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_ERROR
=
4587523
;
const
ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_ERROR
=
4587523
;
const
ERR_OSACCOUNT_KIT_IS_OS_ACCOUNT_ACTIVED_ERROR
=
4587542
;
const
ERR_OSACCOUNT_KIT_IS_OS_ACCOUNT_ACTIVED_ERROR
=
4587542
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录