Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h33 #define APP_INFO_UDP_FILE_PROTOCOL 0x5a macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation_exchange.c87 appInfo->fileProtocol = APP_INFO_UDP_FILE_PROTOCOL; in TransUnpackReplyUdpInfo()
141 appInfo->fileProtocol = APP_INFO_UDP_FILE_PROTOCOL; in TransUnpackRequestUdpInfo()
H A Dtrans_udp_negotiation.c142 info.isUdpFile = appInfo->fileProtocol == APP_INFO_UDP_FILE_PROTOCOL ? true : false; in NotifyUdpChannelOpened()