Home
last modified time | relevance | path

Searched refs:TRANS_FLAG_HAS_CHANNEL_AUTH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h35 #define TRANS_FLAG_HAS_CHANNEL_AUTH 0x02L macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c120 (void)AddNumberToJsonObject(json, TRANS_FLAGS, TRANS_FLAG_HAS_CHANNEL_AUTH); in JsonObjectPackRequestEx()
285 int32_t transFlag = TRANS_FLAG_HAS_CHANNEL_AUTH; in UnpackRequest()
/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()
852 if (((uint32_t)appInfo->transFlag & TRANS_FLAG_HAS_CHANNEL_AUTH) != 0) { in TransProxyUnpackHandshakeMsg()
H A Dsoftbus_proxychannel_manager.c1071 if (((uint32_t)appInfo.transFlag & TRANS_FLAG_HAS_CHANNEL_AUTH) == 0) { in TransProxyProcessHandshakeAuthMsg()