Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_message_open_channel.h43 #define FIRST_DATA "FIRST_DATA" macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c87 if (!AddStringToJsonObject(json, FIRST_DATA, (char *)encodeFastData)) { in PackFirstData()
185 … if (!GetJsonObjectStringItem(json, FIRST_DATA, (char *)encodeFastData, BASE64_FAST_DATA_LEN)) { in UnpackFirstData()