Home
last modified time | relevance | path

Searched refs:LNN_PROTOCOL_ALL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_protocol_def.h36 #define LNN_PROTOCOL_ALL ((uint32_t)-1) macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c395 allocInfo->acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in AuthGetLaneAllocInfo()
/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/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1042 allocInfo->acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in GetAllocInfoBySessionParam()
1096 requestOption->requestInfo.trans.acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in GetRequestOptionBySessionParam()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1508 ProtocolType acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in LaneLinkOfWlan()