Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h45 MODULE_UDP_INFO = 17, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c423 .module = MODULE_UDP_INFO, in SendUdpInfo()
753 .module = MODULE_UDP_INFO, in StartExchangeUdpInfo()
1181 ret = RegAuthTransListener(MODULE_UDP_INFO, &transUdpCb); in TransUdpChannelInit()
1191 UnregAuthTransListener(MODULE_UDP_INFO); in TransUdpChannelDeinit()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1006 RegAuthTransListener(MODULE_UDP_INFO, &listener);
1007 UnregAuthTransListener(MODULE_UDP_INFO);
2046 ret = RegAuthTransListener(MODULE_UDP_INFO, &listener);
2051 .module = MODULE_UDP_INFO,
2061 UnregAuthTransListener(MODULE_UDP_INFO);
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c53 … MODULE_DIRECT_CHANNEL, MODULE_PROXY_CHANNEL, MODULE_DEVICE_AUTH, MODULE_P2P_LINK, MODULE_UDP_INFO, in ModuleCheck()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c56 .module = MODULE_UDP_INFO,