Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
885dd980
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看板
提交
885dd980
编写于
5月 06, 2021
作者:
O
openharmony_ci
提交者:
Gitee
5月 06, 2021
浏览文件
操作
浏览文件
下载
差异文件
!177 修改升级子系统 L1 XTS静态检查错误,在build_lite/BUILD.gn中添加升级子系统配置
Merge pull request !177 from 白国栋/update_lite_20210429
上级
21b66aba
de1c2b02
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
11 addition
and
10 deletion
+11
-10
build_lite/BUILD.gn
build_lite/BUILD.gn
+1
-0
update_lite/updater_posix/src/UpdateTest.cpp
update_lite/updater_posix/src/UpdateTest.cpp
+10
-10
未找到文件。
build_lite/BUILD.gn
浏览文件 @
885dd980
...
...
@@ -74,6 +74,7 @@ lite_component("acts_component") {
"//test/xts/acts/ai_lite/ai_engine_posix/base:ActsAiEngineTest",
"//test/xts/acts/global_lite:ActsGlobalTest",
"//test/xts/acts/sensors_lite:sensorstest",
"//test/xts/acts/update_lite/updater_posix:ActsUpdateTest",
]
} else if (ohos_kernel_type == "linux") {
all_features += [
...
...
update_lite/updater_posix/src/UpdateTest.cpp
浏览文件 @
885dd980
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
*/
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
@@ -18,15 +20,13 @@
#include "hota_updater.h"
#include "ohos_types.h"
#define ERRORCALLBACK 0
#define STATUSCALLBACK 0
#define USE_HOS_PKG 1
#define NOT_HOS_PKG 0
#define ERR_PAK_FALG 2
#define DATA_LENGTH 190
#define READ_LENGTH 0
#define ERR_LENGTH 9
#define DATA_OFFSET 0
const
int
USE_HOS_PKG
=
1
;
const
int
NOT_HOS_PKG
=
0
;
const
int
ERR_PAK_FALG
=
2
;
const
int
DATA_LENGTH
=
190
;
const
int
READ_LENGTH
=
0
;
const
int
ERR_LENGTH
=
9
;
const
int
DATA_OFFSET
=
0
;
using
namespace
std
;
using
namespace
testing
::
ext
;
...
...
@@ -47,7 +47,7 @@ protected:
HWTEST_F
(
UpdateTest
,
subUpgradeAPI0100
,
Function
|
MediumTest
|
Level1
)
{
unsigned
int
ret
;
ret
=
HotaInit
(
ERRORCALLBACK
,
STATUSCALLBACK
);
ret
=
HotaInit
(
NULL
,
NULL
);
printf
(
"HotaInit return = %d
\r\n
"
,
ret
);
EXPECT_EQ
(
OHOS_SUCCESS
,
ret
);
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录