Home
last modified time | relevance | path

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

/test/xts/device_attest/services/core/attest/
Dattest_service_auth.c149 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult()
164 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult()
179 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult()
194 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePcidResult()
216 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); in ParseSoftwareResultDetail() local
680 static int32_t ParseErrcode(const cJSON* json, AuthResult* authResult) in ParseErrcode()
698 static int32_t ParseAuthStats(const cJSON* json, AuthResult* authResult) in ParseAuthStats()
730 static int32_t ParseTicket(const cJSON* json, AuthResult* authResult) in ParseTicket()
762 static int32_t ParseTokenValue(const cJSON* json, AuthResult* authResult) in ParseTokenValue()
794 static int32_t ParseTokenId(const cJSON* json, AuthResult* authResult) in ParseTokenId()
[all …]
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_auth.c164 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult()
179 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult()
194 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult()
209 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePcidResult()
231 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); in ParseSoftwareResultDetail() local
700 static int32_t ParseErrcode(const cJSON* json, AuthResult* authResult) in ParseErrcode()
718 static int32_t ParseAuthStats(const cJSON* json, AuthResult* authResult) in ParseAuthStats()
750 static int32_t ParseTicket(const cJSON* json, AuthResult* authResult) in ParseTicket()
782 static int32_t ParseTokenValue(const cJSON* json, AuthResult* authResult) in ParseTokenValue()
814 static int32_t ParseTokenId(const cJSON* json, AuthResult* authResult) in ParseTokenId()
[all …]
/test/testfwk/arkxtest/uitest/record/
Dui_record.cpp144 auto json = snapshootKeyTracker.WriteSingleData(info, outFile, csv_lock); in OnInputEvent() local
156 auto json = snapshootKeyTracker.WriteCombinationData(outFile, csv_lock); in OnInputEvent() local
249 auto json = pointerTracker_.WriteData(info, outFile, csv_lock); in FindWidgetsandWriteData() local
/test/testfwk/arkxtest/jsunit/src/module/report/
DReportExtend.js113 function json2xml(json) { argument