Home
last modified time | relevance | path

Searched refs:JSON_DEVICE_HASH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Djson_payload.h37 #define JSON_DEVICE_HASH "deviceHash" macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Djson_payload.c92 if (item == NULL || !cJSON_AddItemToObject(data, JSON_DEVICE_HASH, item)) { in AddDeviceJsonData()
268 item = cJSON_GetObjectItemCaseSensitive(data, JSON_DEVICE_HASH); in ParseDeviceHashData()
H A Dnstackx_dfinder_mgt_msg_log.c98 cJSON_DeleteItemFromObjectCaseSensitive(data, JSON_DEVICE_HASH); in RemoveCoapReqJsonData()