Home
last modified time | relevance | path

Searched refs:JSON_KEY_FIRST_DATA (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h64 #define JSON_KEY_FIRST_DATA "FIRST_DATA" macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c407 if (!AddStringToJsonObject(root, JSON_KEY_FIRST_DATA, (const char *)encodeFastData)) { in PackHandshakeMsgForFastData()
706 …if (!GetJsonObjectStringItem(root, JSON_KEY_FIRST_DATA, (char *)encodeFastData, BASE64_FAST_DATA_L… in UnpackPackHandshakeMsgForFastData()