Home
last modified time | relevance | path

Searched refs:devJson (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c171 cJSON *devJson = cJSON_Parse(returnDevInfoVec); in IsTrustedDeviceInAGroup() local
172 if (devJson == NULL) { in IsTrustedDeviceInAGroup()
177 int32_t devArraySize = cJSON_GetArraySize(devJson); in IsTrustedDeviceInAGroup()
179 cJSON *devItem = cJSON_GetArrayItem(devJson, j); in IsTrustedDeviceInAGroup()
195 cJSON_Delete(devJson); in IsTrustedDeviceInAGroup()
200 cJSON_Delete(devJson); in IsTrustedDeviceInAGroup()

Completed in 1 milliseconds