Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h79 } UdpChannelOptType; typedef
106 UdpChannelOptType udpChannelOptType;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h69 int32_t TransSetUdpChannelOptType(int32_t channelId, UdpChannelOptType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp399 …ret = TransSetUdpChannelOptType(Channel->info.myData.channelId, (UdpChannelOptType)TYPE_UDP_CHANNE…
402 ret = TransSetUdpChannelOptType(channelId, (UdpChannelOptType)TYPE_UDP_CHANNEL_OPEN);
404 ret = TransSetUdpChannelOptType(channelId, (UdpChannelOptType)TYPE_UDP_CHANNEL_OPEN);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp82 …appInfo->udpChannelOptType = static_cast<UdpChannelOptType>(*(reinterpret_cast<const int32_t *>(da… in FillAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c403 int32_t TransSetUdpChannelOptType(int32_t channelId, UdpChannelOptType type) in TransSetUdpChannelOptType()