Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h57 int32_t GetUdpChannelLock(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp118 ret = GetUdpChannelLock();
122 ret = GetUdpChannelLock();
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c960 if (GetUdpChannelLock() != SOFTBUS_OK) { in OpenAuthConnForUdpNegotiation()
1204 if (GetUdpChannelLock() != SOFTBUS_OK) { in TransUdpDeathCallback()
H A Dtrans_udp_channel_manager.c39 int32_t GetUdpChannelLock(void) in GetUdpChannelLock() function
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp530 if (sessionList == NULL || GetUdpChannelLock() != SOFTBUS_OK) { in InstUpdateRemoteInfoByUdpChannel()