Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h58 #define JSON_KEY_TRANS_FLAGS "TRANS_FLAGS" macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c450 (void)AddNumberToJsonObject(root, JSON_KEY_TRANS_FLAGS, TRANS_FLAG_HAS_CHANNEL_AUTH); in PackHandshakeMsgForNormal()
851 GetJsonObjectNumberItem(root, JSON_KEY_TRANS_FLAGS, &appInfo->transFlag); in TransProxyUnpackHandshakeMsg()