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.c137 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult()
152 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult()
167 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult()
182 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePcidResult()
204 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); in ParseSoftwareResultDetail() local
651 static int32_t ParseErrcode(const cJSON* json, AuthResult* authResult) in ParseErrcode()
669 static int32_t ParseAuthStats(const cJSON* json, AuthResult* authResult) in ParseAuthStats()
701 static int32_t ParseTicket(const cJSON* json, AuthResult* authResult) in ParseTicket()
733 static int32_t ParseTokenValue(const cJSON* json, AuthResult* authResult) in ParseTokenValue()
765 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