Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Djson_payload.h41 #define JSON_EXTEND_SERVICE_DATA "extendServiceData" macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Djson_payload.c106 if (item == NULL || !cJSON_AddItemToObject(data, JSON_EXTEND_SERVICE_DATA, item)) { in AddDeviceJsonData()
313 item = cJSON_GetObjectItemCaseSensitive(data, JSON_EXTEND_SERVICE_DATA); in ParseExtendServiceDataJsonData()
H A Dnstackx_dfinder_mgt_msg_log.c95 cJSON_DeleteItemFromObjectCaseSensitive(data, JSON_EXTEND_SERVICE_DATA); in RemoveCoapReqJsonData()