mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
add function to compare pcid with rpcid string format.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: Ia9d19e20f2856a89240fadc931626a931dcdf6cb
This commit is contained in:
@@ -34,6 +34,8 @@ int32_t RPCIDEncode(char *inputFile, char *outputPath);
|
||||
int32_t RPCIDDecode(char *inputFile, char *outputPath);
|
||||
/* in: inputFile, out: outputPath/rpcid.json */
|
||||
int32_t DecodeRpcidToString(char *inputFile, char *outDirPath);
|
||||
/* in: pcidFile, rpcidFile */
|
||||
int32_t ComparePcidWithRpcidString(char *pcidFile, char *rpcidFile);
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user