Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Djson_payload.h33 #define JSON_DEVICE_TYPE "type" macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Djson_payload.c40 if (item == NULL || !cJSON_AddItemToObject(data, JSON_DEVICE_TYPE, item)) { in AddDeviceType()
46 if (item == NULL || !cJSON_AddItemToObject(data, JSON_DEVICE_TYPE, item)) { in AddDeviceType()
199 item = cJSON_GetObjectItemCaseSensitive(data, JSON_DEVICE_TYPE); in ParseDeviceJsonData()

Completed in 2 milliseconds