Home
last modified time | relevance | path

Searched refs:IsTdcRecoveryTransLimit (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/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h120 bool IsTdcRecoveryTransLimit(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_core_tcp_direct_test.cpp656 ASSERT_FALSE(IsTdcRecoveryTransLimit());
659 ASSERT_TRUE(IsTdcRecoveryTransLimit());
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c561 bool IsTdcRecoveryTransLimit(void) in IsTdcRecoveryTransLimit() function