Home
last modified time | relevance | path

Searched refs:GetTcpChannelInfoLock (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h85 int32_t GetTcpChannelInfoLock(void);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c87 int32_t GetTcpChannelInfoLock(void) in GetTcpChannelInfoLock() function
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp449 if (tcpChannelInfoList == NULL || GetTcpChannelInfoLock() != SOFTBUS_OK) { in InstUpdateRemoteInfoByTcpChannel()