Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H A Dnstackx_test.c112 cJSON *deviceIdObj = NULL; in GetDeviceId() local
116 deviceIdObj = cJSON_CreateObject(); in GetDeviceId()
117 if (deviceIdObj == NULL) { in GetDeviceId()
124 if (!cJSON_AddItemToObject(deviceIdObj, DEVICE_UDID, deviceIdItem)) { in GetDeviceId()
127 formatString = cJSON_PrintUnformatted(deviceIdObj); in GetDeviceId()
130 if (deviceIdObj != NULL) { in GetDeviceId()
131 cJSON_Delete(deviceIdObj); in GetDeviceId()

Completed in 1 milliseconds