Searched refs:MODULE_UDP_INFO (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 45 MODULE_UDP_INFO = 17, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 423 .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 D | auth_test.cpp | 1006 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 D | softbus_conn_manager.c | 53 … 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 D | auth_interface.c | 56 .module = MODULE_UDP_INFO,
|