Home
last modified time | relevance | path

Searched defs:json (Results 1 – 3 of 3) sorted by relevance

/test/xts/device_attest/services/core/attest/
Dattest_service_auth.c141 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult()
156 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult()
171 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult()
186 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePcidResult()
208 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); in ParseSoftwareResultDetail() local
655 static int32_t ParseErrcode(const cJSON* json, AuthResult* authResult) in ParseErrcode()
673 static int32_t ParseAuthStats(const cJSON* json, AuthResult* authResult) in ParseAuthStats()
705 static int32_t ParseTicket(const cJSON* json, AuthResult* authResult) in ParseTicket()
737 static int32_t ParseTokenValue(const cJSON* json, AuthResult* authResult) in ParseTokenValue()
769 static int32_t ParseTokenId(const cJSON* json, AuthResult* authResult) in ParseTokenId()
[all …]
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_auth.c152 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult()
167 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult()
182 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult()
197 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePcidResult()
219 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); in ParseSoftwareResultDetail() local
671 static int32_t ParseErrcode(const cJSON* json, AuthResult* authResult) in ParseErrcode()
689 static int32_t ParseAuthStats(const cJSON* json, AuthResult* authResult) in ParseAuthStats()
721 static int32_t ParseTicket(const cJSON* json, AuthResult* authResult) in ParseTicket()
753 static int32_t ParseTokenValue(const cJSON* json, AuthResult* authResult) in ParseTokenValue()
785 static int32_t ParseTokenId(const cJSON* json, AuthResult* authResult) in ParseTokenId()
[all …]
/test/testfwk/arkxtest/jsunit/src/module/report/
DReportExtend.js113 function json2xml(json) { argument