Huyuanyuan
cbeebc3176
Line 245、248 (void)忽略掉函数返回值
...
Signed-off-by: Huyuanyuan <953653704@qq.com >
2022-08-31 14:05:43 +08:00
Huyuanyuan
baefcfd113
securectype.h#L210 需要显式(void)忽略掉函数返回值
...
Signed-off-by: Huyuanyuan <953653704@qq.com >
2022-08-30 18:53:53 +08:00
openharmony_ci
c2f7f27677
!96 Delete definition of INVALID_SEMA_VALUE in thread_pool.h
...
Merge pull request !96 from JokerXD_liu/duplicatedefine
2022-06-22 02:12:52 +00:00
openharmony_ci
a1e4753329
!97 Add interface Iterate to SafeMap
...
Merge pull request !97 from JokerXD_liu/safmap
2022-06-21 11:30:18 +00:00
liujialiang
1de1006884
Add interface Iterate to SafeMap
...
This feature will do some help for developers, if traversing the SafeMap is inevitable.
Signed-off-by: liujialiang <liujialiang10@huawei.com >
2022-06-21 15:29:27 +08:00
liujialiang
5d65c00cd0
Delete definition of INVALID_SEMA_VALUE in thread_pool.h
...
If someone include ssemaphore_ex.h and thread_pool.h at the same time, there will be a problem of redefinition.
Signed-off-by: liujialiang <liujialiang10@huawei.com >
Change-Id: I2a392cbe61b3500d65d47bc1d6c5800be86bf0b0
2022-06-17 16:46:04 +08:00
zhoushilin
5098dd9be3
adjust the level of log
...
Signed-off-by: zhoushilin <zhoushilin1@huawei.com >
2022-06-14 14:36:17 +08:00
huangyicong
713bfdc4aa
Change the visibility of module securec
...
Signed-off-by: huangyicong <huangyicong4@huawei.com >
2022-06-07 19:00:43 +08:00
openharmony_ci
44649adf9c
!91 Change the visibility of module securec
...
Merge pull request !91 from JokerXD_liu/secvisibility
2022-06-06 12:25:05 +00:00
liujialiang
ee5d51cdfa
Change the visibility of module securec
...
Signed-off-by: liujialiang <liujialiang10@huawei.com >
Change-Id: I80cef6f551564bed9997056d06c0bac56b799f3f
2022-06-06 16:48:00 +08:00
openharmony_ci
e6d4818d51
!88 Add a new feature for debugging refbase
...
Merge pull request !88 from JokerXD_liu/refbase_debug
2022-05-27 09:28:57 +00:00
liujialiang
a346d3b985
Add a new feature for debugging refbase
...
Add a new class called RefTracker to tack the lifetime of a RefBase.
Signed-off-by: liujialiang <liujialiang10@huawei.com >
2022-05-23 12:01:19 +08:00
liubb_0516
0b7da23a25
parcel provides protected interfaces EnsureObjectsCapacity & WriteObjectOffset
...
Signed-off-by: liubb_0516 <liubeibei8@huawei.com >
2022-05-23 11:31:42 +08:00
liubb_0516
f5e530f498
modify interface location
...
Signed-off-by: liubb_0516 <liubeibei8@huawei.com >
2022-05-20 16:52:09 +08:00
liubb_0516
acb0d63673
parcel:add interface of ParcelAppend
...
Signed-off-by: liubb_0516 <liubeibei8@huawei.com >
2022-05-20 16:46:40 +08:00
liubb_0516
8ae0d33563
ipc:add new interface of MessageParcelAppend
...
Signed-off-by: liubb_0516 <liubeibei8@huawei.com >
2022-05-18 20:17:34 +08:00
liubb_0516
99f76e7662
ipc:add new interface of MessageParcelAppend
...
Signed-off-by: liubb_0516 <liubeibei8@huawei.com >
2022-05-18 17:38:13 +08:00
openharmony_ci
cd2d9f2d4b
!85 消除隐式转换
...
Merge pull request !85 from zhoushilin/master
2022-05-18 09:24:59 +00:00
liujialiang
ce17181444
deal with the problem of log
...
1.The level of log in string_ex is too high. We decide to change it to DEBUG.
2.The log for DEBUG should not be print out in a common mode. So we give it a macro to divide it from common mode.
Signed-off-by: liujialiang <liujialiang10@huawei.com >
Change-Id: Ib6d7c263a7601b3c1867dd427b7f0b7f8e2f7f9a
2022-05-17 21:00:38 +08:00
zhoushilin
276db54a50
elimate implicit conversion
...
Signed-off-by: zhoushilin <zhoushilin1@huawei.com >
2022-05-13 11:32:27 +08:00
huangyicong
5d279feb6f
rollback
...
Signed-off-by: huangyicong <huangyicong4@huawei.com >
2022-05-05 15:55:06 +08:00
huangyicong
c7b9cb77f4
fix realloc
...
Signed-off-by: huangyicong <huangyicong4@huawei.com >
2022-04-27 18:20:43 +08:00
huangyicong
1c8c8b053e
fix realloc
...
Signed-off-by: huangyicong <huangyicong4@huawei.com >
2022-04-27 15:29:59 +08:00
zhoushilin
afe40846c2
deal with issues
...
Signed-off-by: zhoushilin <zhoushilin1@huawei.com >
2022-04-13 10:41:25 +08:00
猫科龙
6bbc6e8c4e
Add a errno interval for the filemanagement subsytem
...
Signed-off-by: 猫科龙 <chenjinglong1@huawei.com >
2022-03-26 03:54:12 +00:00
zhoushilin
d2403fbd31
suit to specification
...
Signed-off-by: zhoushilin <zhoushilin1@huawei.com >
2022-03-25 17:51:16 +08:00
shuchengchao
0646c83d82
deal with issues
...
Signed-off-by: shuchengchao <shuchengchao@huawei.com >
2022-03-25 17:05:01 +08:00
zhoushilin
744546af30
change file auth to 644
...
Signed-off-by: zhoushilin <zhoushilin1@huawei.com >
2022-03-24 20:11:18 +08:00
openharmony_ci
ad938fa967
!68 ipc readremoteobject bugfix
...
Merge pull request !68 from liubb_0516/master
2022-03-12 02:02:51 +00:00
liubb_0516
b41f114bb6
add AttemptIncStrong
...
Signed-off-by: liubb_0516 <liubeibei8@huawei.com >
2022-03-11 22:12:50 +08:00
caiminggang
802a4ec73a
add customization log label
...
Signed-off-by: caiminggang <caiminggang1@huawei.com >
2022-03-10 17:02:40 +08:00
SoftSquirrel
a8e57ceaaf
IssueNo: #I4VXYT: modify file length
...
Description: modify file length
Sig: SIG_ApplicaitonFramework
Feature or Bugfix: Bugfix
Binary Source: No
Signed-off-by: SoftSquirrel <xuhao47@huawei.com >
2022-03-03 12:58:34 +08:00
yudechen
d70098296d
添加编译单元指定部件和子系统名称
...
re #I4VWUA
Signed-off-by: yudechen <chenyude@huawei.com >
Change-Id: I1c993d818678954e5240a174357b59ee4a2849b8
2022-03-02 16:04:31 +08:00
yaofeng wang
de3162acb7
fix bug: heap-used-after-free
...
SANITIZER: -fsanitize=leak -fsanitize=address -fsanitize=undefined -fsanitize-recovery=all
Signed-off-by: yaofeng wang <wangyaofeng.wang@huawei.com >
2022-02-26 17:51:17 +08:00
zhoushilin
dd24ec316f
suited to specification
...
Signed-off-by: zhoushilin <zhoushilin1@huawei.com >
2022-02-18 14:25:17 +08:00
yaofeng.wang
77d99b5ee0
Fix sptr multi-release point in concurrent environment
...
1. delete the strong reference when RefCount == 1 && !LifeTimeExtended
2. otherwise delete weak reference, when call DecWeakRef
issue: https://gitee.com/openharmony/utils_native/issues/I4SK5B?from=project-issue
Signed-off-by: yaofeng.wang <wangyaofeng.wang@huawei.com >
2022-02-07 17:22:53 +08:00
blakcwhite
89d4ac4fe2
suited to specification
...
Signed-off-by: zhoushilin <zhoushilin1@huawei.com >
2022-01-21 15:47:49 +08:00
openharmony_ci
14f6219fc7
!43 去除冗余判断
...
Merge pull request !43 from 雷电_SWAT/master
2022-01-03 12:30:12 +00:00
openharmony_ci
5698ac32bd
!41 Changed dependency from libhilog to libhilog_base
...
Merge pull request !41 from karolgrydziuszko/change_dependency_to_hilog_base
2021-12-29 04:03:06 +00:00
openharmony_ci
0772b1af50
!45 删除ashmem中冗余的error log
...
Merge pull request !45 from JokerXD_liu/log
2021-12-28 13:16:24 +00:00
liujialiang
bccb48a2d4
delete redundancy ERROR LOG during open ashmem.
...
Signed-off-by: liujialiang <liujialiang10@huawei.com >
2021-12-28 20:03:20 +08:00
Karol Grydziuszko
100a7d128b
Removed namespaces.
...
Signed-off-by: Karol Grydziuszko <karol.grydziuszko@huawei.com >
Change-Id: I83c8d71fafea42afefe3b73e546fba11535dbcfb
2021-12-27 08:46:50 +01:00
lcjh
ea14302eab
去除冗余判断
...
去除冗余判断,修正拼写错误
Signed-off-by: lcjh <120989324@qq.com >
2021-12-25 23:51:47 +08:00
liujialiang
3799171ea3
modify the code according to CodeCheck
...
Signed-off-by: liujialiang <liujialiang10@huawei.com >
2021-12-24 16:57:46 +08:00
Karol Grydziuszko
2355773dbd
Changed namespace to camel case
...
Signed-off-by: Karol Grydziuszko <karol.grydziuszko@huawei.com >
Change-Id: I9fecb1db85337156b206ab66e34c1a6e427d43c8
2021-12-23 19:02:25 +01:00
Karol Grydziuszko
f00f28d1da
Removed dependency from libhilog and added dependency from libhilog_base
...
Signed-off-by: Karol Grydziuszko <karol.grydziuszko@huawei.com >
Change-Id: I2ece90a248bf568e1ccfb1c4e234704a8258d46c
2021-12-22 15:37:24 +01:00
Liu Jialiang
2665a34c2d
Rectify descriptions which is not so standard.
...
Signed-off-by: liujialiang <liujialiang10@huawei.com >
2021-12-22 15:16:25 +08:00
Gymee
9cb3b104a6
add device profile subsystem
...
Signed-off-by: Gymee <yumeijie@huawei.com >
Change-Id: I1ac73994dcabd9a6bd0794eabd0c387f831e9a14
2021-12-16 15:50:32 +08:00
compiler
e801e17e1c
Adaptation for some devices
...
delete the flag "build_public_version" which will cause build failing in some devices.
delete the conditional statement before "-Wno-implicit-fallthrough".
Signed-off-by: liujialiang <liujialiang10@huawei.com >
2021-12-14 21:39:35 +08:00
compiler
fd930a3f87
update test build config and fix an irregular definition of float.
...
Signed-off-by: liujialiang <liujialiang10@huawei.com >
2021-12-10 11:30:12 +08:00