Home
last modified time | relevance | path

Searched refs:LNN_PROTOCOL_NIP (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_protocol_def.h35 #define LNN_PROTOCOL_NIP (1L << 7) macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c263 if (connInfo->socketOption.protocol == LNN_PROTOCOL_NIP) { in TransUpdateAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1422 if ((req.remoteSupporttedProtocol & LNN_PROTOCOL_NIP) != 0 && in LnnLaneSelectProtocol()
1426 req.remoteSupporttedProtocol ^= LNN_PROTOCOL_NIP; in LnnLaneSelectProtocol()
1508 ProtocolType acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in LaneLinkOfWlan()
1510 acceptableProtocols |= LNN_PROTOCOL_NIP; in LaneLinkOfWlan()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c395 allocInfo->acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in AuthGetLaneAllocInfo()
H A Dauth_tcp_connection.c482 .protocol = LNN_PROTOCOL_NIP in NipSocketConnectDevice()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1042 allocInfo->acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in GetAllocInfoBySessionParam()
1057 allocInfo->acceptableProtocols |= LNN_PROTOCOL_NIP; in GetAllocInfoBySessionParam()
1096 requestOption->requestInfo.trans.acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in GetRequestOptionBySessionParam()
1101 requestOption->requestInfo.trans.acceptableProtocols |= LNN_PROTOCOL_NIP; in GetRequestOptionBySessionParam()
H A Dtrans_channel_common.c326 if (connOpt->type != CONNECT_TCP || connOpt->socketOption.protocol != LNN_PROTOCOL_NIP) { in TransOpenChannelSetModule()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c415 option.requestInfo.trans.acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in TransGetConnectOption()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_server_tcp_direct_test.cpp606 connInfo->socketOption.protocol = LNN_PROTOCOL_NIP;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp570 connOpt.socketOption.protocol = LNN_PROTOCOL_NIP;