mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-26 17:56:33 -04:00
@@ -110,7 +110,9 @@ static char* CalculateAllStringLength(char osCapArray[PCID_MAIN_U32][U32_TO_STR_
|
||||
static char* GetSystemCapability()
|
||||
{
|
||||
bool retBool;
|
||||
int retError, priOutputLen, priCapArrayCnt;
|
||||
int retError;
|
||||
int priOutputLen = 0;
|
||||
int priCapArrayCnt = 0;
|
||||
char osOutput[SINGLE_SYSCAP_LEN] = {};
|
||||
|
||||
uint32_t *osCapU32 = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user