Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_message.c230 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/
Dsoftbus_adapter_json.h60 bool JSON_AddStringToObject(JsonObj *obj, const char *key, const char *value);
/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
Dsoftbus_adapter_json.cpp226 bool JSON_AddStringToObject(JsonObj *obj, const char *key, const char *value) in JSON_AddStringToObject() function