Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c122 if (!IsTdcRecoveryTransLimit() || !IsUdpRecoveryTransLimit()) { in TransServerOnChannelOpened()
151 if (IsTdcRecoveryTransLimit() && IsUdpRecoveryTransLimit()) { in TransServerOnChannelClosed()
H A Dtrans_channel_manager.c607 if (IsTdcRecoveryTransLimit() && IsUdpRecoveryTransLimit()) { in TransCloseChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h85 bool IsUdpRecoveryTransLimit(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp748 bool flag = IsUdpRecoveryTransLimit();
754 flag = IsUdpRecoveryTransLimit();
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c680 bool IsUdpRecoveryTransLimit(void) in IsUdpRecoveryTransLimit() function