Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h102 PROXY_CHANNEL_STATUS_HANDSHAKEING, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp522 EXPECT_TRUE(PROXY_CHANNEL_STATUS_HANDSHAKEING != (uint32_t)chanInfo.status);
930 bool ret = ResetChanIsEqual(PROXY_CHANNEL_STATUS_HANDSHAKEING, &info1, &info2);
1046 bool ret = ResetChanIsEqual(PROXY_CHANNEL_STATUS_HANDSHAKEING, &info1, &info2);
1168 channelInfo.status = PROXY_CHANNEL_STATUS_HANDSHAKEING;
H A Dtrans_proxy_manager_test.cpp602 EXPECT_TRUE(PROXY_CHANNEL_STATUS_HANDSHAKEING != (uint32_t)chanInfo.status);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c105 if (status == PROXY_CHANNEL_STATUS_HANDSHAKEING) { in ResetChanIsEqual()
224 if (channelInfo->status == PROXY_CHANNEL_STATUS_HANDSHAKEING) { in TransProxySpecialUpdateChanInfo()
345 item->status = PROXY_CHANNEL_STATUS_HANDSHAKEING; in TransProxyChanProcessByReqId()
385 if (removeNode->status == PROXY_CHANNEL_STATUS_HANDSHAKEING || in TransProxyReleaseChannelList()
1269 if (info->status == PROXY_CHANNEL_STATUS_HANDSHAKEING) { in TransProxyProcessResetMsgHelper()
1331 if (info->status == PROXY_CHANNEL_STATUS_HANDSHAKEING && in TransProxyProcessResetMsg()
1706 if (removeNode->status == PROXY_CHANNEL_STATUS_HANDSHAKEING || in TransProxyTimerProc()
1709 removeNode->status = (removeNode->status == PROXY_CHANNEL_STATUS_HANDSHAKEING) ? in TransProxyTimerProc()
H A Dsoftbus_proxychannel_transceiver.c701 .status = PROXY_CHANNEL_STATUS_HANDSHAKEING, in TransProxyConnExistProc()