Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h93 #define CS_MODE 0x10 macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c117 msgHead.cipher = CS_MODE; in TransProxyHandshake()
H A Dsoftbus_proxychannel_manager.c936 chan->isServer = (msg->msgHead.cipher & CS_MODE) == 0 ? 0 : 1; in ConstructProxyChannelInfo()