Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
f1ac37e5
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看板
提交
f1ac37e5
编写于
10月 15, 2022
作者:
L
lwx1121892
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
<camera用例名称修改>
Signed-off-by:
N
lwx1121892
<
liuxueqi3@huawei.com
>
上级
42807dc8
变更
9
展开全部
隐藏空白更改
内联
并排
Showing
9 changed file
with
1902 addition
and
1934 deletion
+1902
-1934
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraInputTest.test.ets
...rd/src/main/ets/MainAbility/test/CameraInputTest.test.ets
+5
-5
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraJSUnitOutput.test.ets
...src/main/ets/MainAbility/test/CameraJSUnitOutput.test.ets
+274
-306
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraManagerTest.test.ets
.../src/main/ets/MainAbility/test/CameraManagerTest.test.ets
+41
-41
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionBaseTest.test.ets
.../main/ets/MainAbility/test/CameraSessionBaseTest.test.ets
+74
-74
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionExposureTest.test.ets
...n/ets/MainAbility/test/CameraSessionExposureTest.test.ets
+454
-454
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionFlashTest.test.ets
...main/ets/MainAbility/test/CameraSessionFlashTest.test.ets
+314
-314
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionFocusTest.test.ets
...main/ets/MainAbility/test/CameraSessionFocusTest.test.ets
+399
-399
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionVideoStabilizationTest.test.ets
...Ability/test/CameraSessionVideoStabilizationTest.test.ets
+221
-221
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionZoomRatioTest.test.ets
.../ets/MainAbility/test/CameraSessionZoomRatioTest.test.ets
+120
-120
未找到文件。
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraInputTest.test.ets
浏览文件 @
f1ac37e5
...
...
@@ -127,17 +127,17 @@ describe('CameraInputTest', function () {
});
/**
* @tc.number : SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
CALLBACK
_0100
* @tc.number : SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
PROMISE
_0100
* @tc.name : callback Camera with cameraInput on api
* @tc.desc : callback Camera with cameraInput on api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level 0
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
CALLBACK
_0100'
,
0
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
CALLBACK
_0100--------------"
);
it
(
'SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
PROMISE
_0100'
,
0
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
PROMISE
_0100--------------"
);
if
(
isEmpty
(
mCameraManager
))
{
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
CALLBACK
_0100 cameraManager == null || undefined"
);
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
PROMISE
_0100 cameraManager == null || undefined"
);
expect
()
.
assertFail
();
}
else
{
let
camerasArray
=
mCameraDevicesArray
;
...
...
@@ -155,7 +155,7 @@ describe('CameraInputTest', function () {
});
}
}
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
CALLBACK
_0100 ends here"
);
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CAMERA_INPUT_ON_
PROMISE
_0100 ends here"
);
await
sleep
(
1000
);
done
();
});
...
...
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraJSUnitOutput.test.ets
浏览文件 @
f1ac37e5
此差异已折叠。
点击以展开。
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraManagerTest.test.ets
浏览文件 @
f1ac37e5
...
...
@@ -298,9 +298,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camera manager instance async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_GET_CAMERA_MANAGER_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_GET_CAMERA_MANAGER_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_GET_CAMERA_MANAGER_0100--------------"
);
cameraObj
.
getCameraManager
(
null
,
async
(
err
,
data
)
=>
{
if
(
!
err
)
{
...
...
@@ -324,9 +324,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camera manager instance promise api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_GET_CAMERA_MANAGER_PROMISE_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_GET_CAMERA_MANAGER_PROMISE_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_GET_CAMERA_MANAGER_PROMISE_0100--------------"
);
let
cameraManagerPromise
=
await
cameraObj
.
getCameraManager
(
null
);
expect
(
isEmpty
(
cameraManagerPromise
))
.
assertFalse
();
...
...
@@ -341,12 +341,12 @@ describe('CameraManagerTest', function () {
* @tc.desc : Get camera from cameramanager to get array of camera async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_CALLBACK_0100--------------"
);
if
(
isEmpty
(
mCameraManager
))
{
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_
PROMISE
_0100 cameraManager == null || undefined"
)
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_
CALLBACK
_0100 cameraManager == null || undefined"
)
expect
()
.
assertFail
();
}
mCameraManager
.
getSupportedCameras
(
async
(
err
,
data
)
=>
{
...
...
@@ -399,9 +399,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Get camera from cameramanager to get array of camera promise api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_PROMISE_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_PROMISE_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_PROMISE_0100--------------"
);
if
(
isEmpty
(
mCameraManager
))
{
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_GET_CAMERAS_PROMISE_0100 cameraManager == null || undefined"
)
...
...
@@ -445,9 +445,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Get supported preview formats from camera-0 camerainput async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_GET_SUPPORTED_CAMERA_OUTPUT_CAPABILITY_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_GET_SUPPORTED_CAMERA_OUTPUT_CAPABILITY_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_GET_SUPPORTED_CAMERA_OUTPUT_CAPABILITY_CALLBACK_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -494,9 +494,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Get supported preview formats from camera-0 camerainput promise api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_GET_SUPPORTED_CAMERA_OUTPUT_CAPABILITY_PROMISE_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_GET_SUPPORTED_CAMERA_OUTPUT_CAPABILITY_PROMISE_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_GET_SUPPORTED_CAMERA_OUTPUT_CAPABILITY_PROMISE_0100--------------"
);
for
(
let
i
=
0
;
i
<
mCameraDevicesArray
.
length
;
i
++
)
{
let
cameraOutputCap
=
await
getSupportedOutputCapabilityInPromise
(
mCameraDevicesArray
[
i
]);
...
...
@@ -542,9 +542,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Get supported preview formats from camera-0 camerainput promise api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_PREVIEW_PROFILES_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_PREVIEW_PROFILES_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_PREVIEW_PROFILES_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -581,9 +581,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Get supported preview formats from camera-0 camerainput promise api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_PHOTO_PROFILES_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_PHOTO_PROFILES_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_PHOTO_PROFILES_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -620,9 +620,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Get supported preview formats from camera-0 camerainput promise api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_VIDEO_PROFILES_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_VIDEO_PROFILES_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_VIDEO_PROFILES_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -662,9 +662,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camerainput from camera-0 cameraId async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_INPUT_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_INPUT_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_INPUT_CALLBACK_0100--------------"
);
if
(
isEmpty
(
mCameraManager
))
{
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_INPUT_CALLBACK_0100 cameraManager == null || undefined"
)
...
...
@@ -698,9 +698,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camerainput from camera-0 cameraId promise api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_INPUT_PROMISE_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_INPUT_PROMISE_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_INPUT_PROMISE_0100--------------"
);
if
(
isEmpty
(
mCameraManager
))
{
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_INPUT_PROMISE_0100 cameraManager == null || undefined"
)
...
...
@@ -729,9 +729,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camerainput from camera-0 cameraposition front & cameratype unspecified async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PREVIEW_OUTPUT_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PREVIEW_OUTPUT_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PREVIEW_OUTPUT_CALLBACK_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -766,9 +766,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camerainput from camera-0 cameraposition front & cameratype unspecified async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PREVIEW_OUTPUT_PROMISE_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PREVIEW_OUTPUT_PROMISE_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PREVIEW_OUTPUT_PROMISE_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -805,9 +805,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camerainput from camera-0 cameraposition front & cameratype unspecified async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PHOTO_OUTPUT_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PHOTO_OUTPUT_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PHOTO_OUTPUT_CALLBACK_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -845,9 +845,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camerainput from camera-0 cameraposition front & cameratype unspecified async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PHOTO_OUTPUT_PROMISE_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PHOTO_OUTPUT_PROMISE_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_PHOTO_OUTPUT_PROMISE_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -884,9 +884,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camerainput from camera-0 cameraposition front & cameratype unspecified async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_VIDEO_OUTPUT_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_VIDEO_OUTPUT_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_VIDEO_OUTPUT_CALLBACK_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -924,9 +924,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create camerainput from camera-0 cameraposition front & cameratype unspecified async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_VIDEO_OUTPUT_PROMISE_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_VIDEO_OUTPUT_PROMISE_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
"--------------SUB_MULTIMEDIA_CAMERA_CREATE_CAMERA_VIDEO_OUTPUT_PROMISE_0100--------------"
);
let
camerasArray
=
mCameraDevicesArray
;
for
(
let
i
=
0
;
i
<
camerasArray
.
length
;
i
++
)
{
...
...
@@ -963,9 +963,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create CaptureSession instance api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAPTURE_SESSION_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAPTURE_SESSION_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CREATE_CAPTURE_SESSION_CALLBACK_0100 to operate"
);
let
cameraSession
;
mCameraManager
.
createCaptureSession
(
async
(
err
,
data
)
=>
{
...
...
@@ -997,9 +997,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : Create Capturesession instance promise api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAPTURE_SESSION_PROMISE_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CREATE_CAPTURE_SESSION_PROMISE_0100'
,
2
,
async
function
(
done
)
{
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CREATE_CAPTURE_SESSION_PROMISE_0100 to operate"
);
let
captureSessionPromise
=
await
mCameraManager
.
createCaptureSession
();
if
(
isEmpty
(
captureSessionPromise
))
{
...
...
@@ -1018,9 +1018,9 @@ describe('CameraManagerTest', function () {
* @tc.desc : camera status callback on CameraManager async api
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level
0
* @tc.level : Level
2
*/
it
(
'SUB_MULTIMEDIA_CAMERA_CAMERA_STATUS_CALLBACK_0100'
,
0
,
async
function
(
done
)
{
it
(
'SUB_MULTIMEDIA_CAMERA_CAMERA_STATUS_CALLBACK_0100'
,
2
,
async
function
(
done
)
{
if
(
isEmpty
(
mCameraManager
))
{
console
.
info
(
TAG
+
"Entering SUB_MULTIMEDIA_CAMERA_CAMERA_STATUS_CALLBACK_0100 cameraManager == null || undefined"
)
expect
()
.
assertFail
();
...
...
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionBaseTest.test.ets
浏览文件 @
f1ac37e5
此差异已折叠。
点击以展开。
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionExposureTest.test.ets
浏览文件 @
f1ac37e5
此差异已折叠。
点击以展开。
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionFlashTest.test.ets
浏览文件 @
f1ac37e5
此差异已折叠。
点击以展开。
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionFocusTest.test.ets
浏览文件 @
f1ac37e5
此差异已折叠。
点击以展开。
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionVideoStabilizationTest.test.ets
浏览文件 @
f1ac37e5
此差异已折叠。
点击以展开。
multimedia/camera/camera_js_standard/src/main/ets/MainAbility/test/CameraSessionZoomRatioTest.test.ets
浏览文件 @
f1ac37e5
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录