Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/services/core/attest/
Dattest_service_auth.c168 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult()
183 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult()
198 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult()
213 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePcidResult()
235 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); in ParseSoftwareResultDetail() local
707 static int32_t ParseErrcode(const cJSON* json, AuthResult* authResult) in ParseErrcode()
725 static int32_t ParseAuthStats(const cJSON* json, AuthResult* authResult) in ParseAuthStats()
757 static int32_t ParseTicket(const cJSON* json, AuthResult* authResult) in ParseTicket()
789 static int32_t ParseTokenValue(const cJSON* json, AuthResult* authResult) in ParseTokenValue()
821 static int32_t ParseTokenId(const cJSON* json, AuthResult* authResult) in ParseTokenId()
[all …]
/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
687 static int32_t ParseErrcode(const cJSON* json, AuthResult* authResult) in ParseErrcode()
705 static int32_t ParseAuthStats(const cJSON* json, AuthResult* authResult) in ParseAuthStats()
737 static int32_t ParseTicket(const cJSON* json, AuthResult* authResult) in ParseTicket()
769 static int32_t ParseTokenValue(const cJSON* json, AuthResult* authResult) in ParseTokenValue()
801 static int32_t ParseTokenId(const cJSON* json, AuthResult* authResult) in ParseTokenId()
[all …]
/test/testfwk/arkxtest/uitest/record/
Dui_record.cpp150 auto json = snapshootKeyTracker.WriteSingleData(info, outFile, csv_lock); in OnInputEventDown() local
175 auto json = snapshootKeyTracker.WriteSingleData(info, outFile, csv_lock, savePath); in OnInputEventUp() local
184 auto json = snapshootKeyTracker.WriteCombinationData(outFile, csv_lock, savePath); in OnInputEventUp() local
308 auto json = pointerTracker_.WriteData(info, outFile, csv_lock); // csv in FindWidgetsandWriteData() local
/test/testfwk/arkxtest/jsunit/src/module/report/
DReportExtend.js121 function handleChild(json, key, hasChildren, childrenStr) { argument
130 function json2xml(json) { argument
/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h68 inline void ReadInputModeFromJson(const nlohmann::json &json, bool &paste, bool &additional) in ReadInputModeFromJson()
80 …template <typename T> T ReadArgFromJson(const nlohmann::json &json, const std::string arg, const T… in ReadArgFromJson()
/test/testfwk/arkxtest/uitest/cj/
Dui_event_observer_impl.cpp124 auto json = nlohmann::json::parse(str); in CreateElementInfo() local
/test/testfwk/arkxtest/perftest/core/include/
Dcommon_utils.h45 …template <typename T> T ReadArgFromJson(const nlohmann::json &json, const std::string arg, const T… in ReadArgFromJson()
/test/testfwk/arkxtest/uitest/test/
Dmock_element_node_iterator.h23 using json = nlohmann::json; variable
/test/testfwk/arkxtest/testserver/src/service/
Dtest_server_service.cpp232 nlohmann::json json = nlohmann::json::parse(extraInfo); in ParseDaemonCommand() local