Home
last modified time | relevance | path

Searched refs:TransSetUdpConnectTypeByAuthType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp147 TransSetUdpConnectTypeByAuthType(&connectType, authHandle);
151 TransSetUdpConnectTypeByAuthType(&connectType, authHandle);
155 TransSetUdpConnectTypeByAuthType(&connectType, authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c500 static void TransSetUdpConnectTypeByAuthType(int32_t *connectType, AuthHandle authHandle) in TransSetUdpConnectTypeByAuthType() function
545 TransSetUdpConnectTypeByAuthType(&appInfo->connectType, authHandle); in ParseRequestAppInfo()