mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-28 04:40:02 -04:00
chore: 代码规范化处理。
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I3f039fa7536a107b55b75031d5359075479a5f33
This commit is contained in:
@@ -83,7 +83,8 @@ HWTEST_F(SyscapCodecTest, DecodeOsSyscap, TestSize.Level1)
|
||||
HWTEST_F(SyscapCodecTest, DecodePrivateSyscap, TestSize.Level1)
|
||||
{
|
||||
char (*priOutput)[SINGLE_SYSCAP_LEN] = nullptr;
|
||||
char priSyscap[] = "Device.syscap1GEDR,Device.syscap2WREGW,Vendor.syscap3RGD,Vendor.syscap4RWEG,Vendor.syscap5REWGWE,";
|
||||
char priSyscap[] = "Device.syscap1GEDR,Device.syscap2WREGW,Vendor."
|
||||
"syscap3RGD,Vendor.syscap4RWEG,Vendor.syscap5REWGWE,";
|
||||
int decodePriCnt;
|
||||
char expectPriOutput001[] = "SystemCapability.Device.syscap1GEDR";
|
||||
char expectPriOutput002[] = "SystemCapability.Device.syscap2WREGW";
|
||||
|
||||
Reference in New Issue
Block a user