Home
last modified time | relevance | path

Searched refs:PCIDMain (Results 1 - 4 of 4) sorted by relevance

/developtools/syscap_codec/src/
H A Dcreate_pcid.c70 int32_t SetOsSyscap(PCIDMain *pcidBuffer, uint32_t osCapSize, in SetOsSyscap()
104 int32_t SetPriSyscap(PCIDMain *pcidBuffer, cJSON *jsonPriSyscapObj, in SetPriSyscap()
131 int32_t SetPCIDHeader(PCIDMain *pcidBuffer, const cJSON *jsonRootObj) in SetPCIDHeader()
219 static int32_t CheckConvertedContextSaveAsFile(char *outDirPath, PCIDMain *pcidBuffer, uint16_t pcidLength, int32_t ret) in CheckConvertedContextSaveAsFile()
229 static int32_t FreeAfterCreatePCID(PCIDMain *pcidBuffer, cJSON *allOsSyscapObj, char *contextBuffer, in FreeAfterCreatePCID()
240 static int32_t PreFreeAfterCreatePCID(PCIDMain *pcidBuffer, cJSON *allOsSyscapObj, cJSON *jsonRootObj, in PreFreeAfterCreatePCID()
285 uint16_t pcidLength = sizeof(PCIDMain) + allPriSyscapStrLen + 1; in CreatePCID()
286 PCIDMain *pcidBuffer = (PCIDMain *)malloc(pcidLength); in CreatePCID()
306 int32_t GetOsSyscap(PCIDMain *pcidMai
[all...]
H A Dsyscap_tool.c691 uint16_t pcidVersion = NtohsInter(((PCIDMain *)pcidOsArray)->apiVersion); in CompareVersion()
/developtools/syscap_codec/include/
H A Dcreate_pcid.h30 } PCIDMain; typedef
/developtools/syscap_codec/interfaces/inner_api/
H A Dsyscap_interface.c59 } PCIDMain; typedef
675 uint16_t pcidVersion = NtohsInter(((PCIDMain *)pcidOsAarry)->apiVersion); in ComparePcidString()

Completed in 5 milliseconds