Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
f05f0132
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看板
提交
f05f0132
编写于
6月 06, 2022
作者:
Z
zhijianwen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xiugai
Signed-off-by:
N
zhijianwen
<
zhijianwen@huawei.com
>
上级
4248707e
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
6 addition
and
6 deletion
+6
-6
notification/ans_standard/publish_test/activebtn/activebutton/entry/src/main/js/test/publishIcon.js
...ivebtn/activebutton/entry/src/main/js/test/publishIcon.js
+1
-1
notification/ans_standard/publish_test/activebtn/activebutton/entry/src/main/js/test/publishImage.js
...vebtn/activebutton/entry/src/main/js/test/publishImage.js
+1
-1
notification/ces_standard/subscribeandpublish/actspublish/entry/src/main/js/test/ActsPublish.js
...publish/actspublish/entry/src/main/js/test/ActsPublish.js
+1
-1
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js
...est/entry/src/main/js/test/ActsSubscriber_test_ordered.js
+1
-1
notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/entry/src/main/js/test/ActsSubscriber_test_unorder.js
...est/entry/src/main/js/test/ActsSubscriber_test_unorder.js
+1
-1
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/entry/src/main/js/test/ActsSubscriber_test_unorder.js
...est/entry/src/main/js/test/ActsSubscriber_test_unorder.js
+1
-1
未找到文件。
notification/ans_standard/publish_test/activebtn/activebutton/entry/src/main/js/test/publishIcon.js
浏览文件 @
f05f0132
...
...
@@ -80,7 +80,7 @@ describe('ActsAnsPublishIconTest', function () {
it
(
'
ACTS_PublishIconTest_0300
'
,
0
,
async
function
(
done
)
{
largeBufferC
=
new
ArrayBuffer
(
4
*
1024
*
50
);
smallBufferC
=
new
ArrayBuffer
(
4
*
2
*
25
);
largeOptsC
=
{
alphaType
:
0
,
editable
:
true
,
pixelFormat
:
4
,
scaleMode
:
1
,
size
:
{
height
:
50
,
width
:
1024
}}
largeOptsC
=
{
alphaType
:
0
,
editable
:
true
,
pixelFormat
:
0
,
scaleMode
:
1
,
size
:
{
height
:
50
,
width
:
1024
}}
smallOptsC
=
{
alphaType
:
0
,
editable
:
true
,
pixelFormat
:
4
,
scaleMode
:
1
,
size
:
{
height
:
25
,
width
:
2
}}
const
promise_Large
=
image
.
createPixelMap
(
largeBufferC
,
largeOptsC
);
promise_Large
.
then
((
data
)
=>
{
...
...
notification/ans_standard/publish_test/activebtn/activebutton/entry/src/main/js/test/publishImage.js
浏览文件 @
f05f0132
...
...
@@ -66,7 +66,7 @@ describe('ActsAnsPublishImageTest', function () {
it
(
'
ActsPublishImage_test_0300
'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"
===ActsPublishImage_test_0300===begin===>
"
);
BufferC
=
new
ArrayBuffer
(
4
*
1024
*
2048
);
optsC
=
{
alphaType
:
0
,
editable
:
true
,
pixelFormat
:
4
,
scaleMode
:
1
,
size
:
{
height
:
1024
,
width
:
2048
}}
optsC
=
{
alphaType
:
0
,
editable
:
true
,
pixelFormat
:
0
,
scaleMode
:
1
,
size
:
{
height
:
1024
,
width
:
2048
}}
const
promise_Large
=
image
.
createPixelMap
(
BufferC
,
optsC
);
promise_Large
.
then
((
data
)
=>
{
...
...
notification/ces_standard/subscribeandpublish/actspublish/entry/src/main/js/test/ActsPublish.js
浏览文件 @
f05f0132
...
...
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
CommonEvent
from
'
@ohos.common
e
vent
'
import
CommonEvent
from
'
@ohos.common
E
vent
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
Actspublish_0100
'
,
function
()
{
...
...
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js
浏览文件 @
f05f0132
...
...
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
Subscriber
from
'
@ohos.common
e
vent
'
import
Subscriber
from
'
@ohos.common
E
vent
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
ActsSubscriberTestOrder
'
,
function
()
{
...
...
notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/entry/src/main/js/test/ActsSubscriber_test_unorder.js
浏览文件 @
f05f0132
...
...
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
Subscriber
from
'
@ohos.common
e
vent
'
import
Subscriber
from
'
@ohos.common
E
vent
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
ActsSubscriberTestUnorderSystem
'
,
async
function
(
done
)
{
...
...
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/entry/src/main/js/test/ActsSubscriber_test_unorder.js
浏览文件 @
f05f0132
...
...
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
Subscriber
from
'
@ohos.common
e
vent
'
import
Subscriber
from
'
@ohos.common
E
vent
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
ActsSubscriberTestUnorder
'
,
async
function
(
done
)
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录