Searched refs:JSON_AddStringToObject (Results 1 – 3 of 3) sorted by relevance
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_message.c | 230 JSON_AddStringToObject(obj, FAST_AUTH, encryptFastAuth); in PackFastAuthValue() 379 JSON_AddStringToObject(obj, SUPPORT_INFO_COMPRESS, TRUE_STRING_TAG); in PackCompressInfo() 381 JSON_AddStringToObject(obj, SUPPORT_INFO_COMPRESS, FALSE_STRING_TAG); in PackCompressInfo() 404 if (!JSON_AddStringToObject(obj, CMD_TAG, CMD_GET_AUTH_INFO)) { in PackDeviceIdJson() 410 if (!JSON_AddStringToObject(obj, CMD_TAG, CMD_RET_AUTH_INFO)) { in PackDeviceIdJson() 417 if (!JSON_AddStringToObject(obj, DEVICE_ID_TAG, networkId)) { in PackDeviceIdJson() 424 if (!JSON_AddStringToObject(obj, DEVICE_ID_TAG, udid)) { in PackDeviceIdJson() 431 if (!JSON_AddStringToObject(obj, DATA_TAG, uuid) || in PackDeviceIdJson() 597 (void)JSON_AddStringToObject(json, UNIFIED_DEVICE_NAME, info->deviceInfo.unifiedName); in PackCommonDevInfo() 598 (void)JSON_AddStringToObject(json, UNIFIED_DISPLAY_DEVICE_NAME, info->deviceInfo.displayName); in PackCommonDevInfo() [all …]
|
| /foundation/communication/dsoftbus/adapter/common/include/ |
| D | softbus_adapter_json.h | 60 bool JSON_AddStringToObject(JsonObj *obj, const char *key, const char *value);
|
| /foundation/communication/dsoftbus/adapter/common/json/nlohmann/ |
| D | softbus_adapter_json.cpp | 226 bool JSON_AddStringToObject(JsonObj *obj, const char *key, const char *value) in JSON_AddStringToObject() function
|