mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
@@ -32,7 +32,7 @@ int32_t PCIDEncode(char *inputFile, char *outputPath);
|
||||
/* in: inputFile, file name format: <product>.sc, out: outputPath/<product>.json */
|
||||
int32_t PCIDDecode(char *inputFile, char *outputPath);
|
||||
/* in: inputFile, out: outputPath/rpcid.sc */
|
||||
int32_t RPCIDEncode(char *inputFile, char *outputPath);
|
||||
static int32_t RPCIDEncode(char *inputFile, char *outputPath);
|
||||
/* in: inputFile, out: outputPath/rpcid.json */
|
||||
int32_t RPCIDDecode(char *inputFile, char *outputPath);
|
||||
/* in: inputFile, out: outputPath/rpcid.json */
|
||||
|
||||
Reference in New Issue
Block a user