Searched refs:freePcidJsonInfo (Results 1 - 1 of 1) sorted by relevance
/developtools/syscap_codec/src/ |
H A D | create_pcid.c | 406 static int32_t CheckSysCapObj(struct FreeDecodePcidJsonInfo freePcidJsonInfo, PCIDMain *pcidMain, in CheckSysCapObj() argument 409 if (freePcidJsonInfo.sysCapObj == NULL) { in CheckSysCapObj() 411 freePcidJsonInfo.flag = -1; in CheckSysCapObj() 414 if (GetOsSyscap(pcidMain, freePcidJsonInfo.sysCapObj) != 0) { in CheckSysCapObj() 415 freePcidJsonInfo.flag = -1; in CheckSysCapObj() 418 if (GetPriSyscap(pcidMain, freePcidJsonInfo.sysCapObj, contextBufLen) != 0) { in CheckSysCapObj() 419 freePcidJsonInfo.flag = -1; in CheckSysCapObj() 424 static int32_t CheckJsonRootObj(struct FreeDecodePcidJsonInfo freePcidJsonInfo, PCIDMain *pcidMain, char *systemType) in CheckJsonRootObj() argument 426 if (!cJSON_AddNumberToObject(freePcidJsonInfo.jsonRootObj, "api_version", NtohsInter(pcidMain->apiVersion))) { in CheckJsonRootObj() 430 if (!cJSON_AddNumberToObject(freePcidJsonInfo in CheckJsonRootObj() 446 FreeAfterDecodePCID(struct FreeDecodePcidJsonInfo freePcidJsonInfo, int32_t type, int32_t ret) FreeAfterDecodePCID() argument 477 struct FreeDecodePcidJsonInfo freePcidJsonInfo; DecodePCID() local [all...] |
Completed in 1 milliseconds