未验证 提交 8bacc473 编写于 作者: O openharmony_ci 提交者: Gitee

!9202 跨应用传输pixelmap

Merge pull request !9202 from 曾岳洋/master
...@@ -41,8 +41,7 @@ export default function imageJsTest() { ...@@ -41,8 +41,7 @@ export default function imageJsTest() {
}) })
return true; return true;
} }
} }
class MySequence2 { class MySequence2 {
pixel_map; pixel_map;
constructor(pixelmap) { constructor(pixelmap) {
...@@ -3039,7 +3038,7 @@ export default function imageJsTest() { ...@@ -3039,7 +3038,7 @@ export default function imageJsTest() {
/** /**
* @tc.number : SUB_GRAPHIC_IMAGE_MARSHALLING_AND_UNMARSHALLIGN_PROMISE_EDITABLE_0100 * @tc.number : SUB_GRAPHIC_IMAGE_MARSHALLING_AND_UNMARSHALLIGN_PROMISE_EDITABLE_0100
* @tc.name : marshalling and unmarshalling pixelmap-promise (editable: false, * @tc.name : marshalling and unmarshalling pixelmap-promise (editable: false,
* pixelFormat: RGB_565, size: { height: 4, width: 6 }, bytes = buffer) * pixelFormat: RGB_565, size: { height: 4, width: 6 }, bytes = buffer)
* @tc.desc : 1.create InitializationOptions object * @tc.desc : 1.create InitializationOptions object
* 2.set editable,pixeFormat,size * 2.set editable,pixeFormat,size
...@@ -3047,7 +3046,7 @@ export default function imageJsTest() { ...@@ -3047,7 +3046,7 @@ export default function imageJsTest() {
* 4.marshalling pixelmap into the messageSequence * 4.marshalling pixelmap into the messageSequence
* 5.unmarshalling pixelmap from the messageSequence * 5.unmarshalling pixelmap from the messageSequence
* 6.return pixelmap not empty * 6.return pixelmap not empty
* @tc.size : MEDIUM * @tc.size : MEDIUM
* @tc.type : Functional * @tc.type : Functional
* @tc.level : Level 0 * @tc.level : Level 0
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册