Home
last modified time | relevance | path

Searched refs:ResetChanIsEqual (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp930 bool ret = ResetChanIsEqual(PROXY_CHANNEL_STATUS_HANDSHAKEING, &info1, &info2);
932 ret = ResetChanIsEqual(status, &info1, &info2);
936 ret = ResetChanIsEqual(status, &info1, &info2);
1046 bool ret = ResetChanIsEqual(PROXY_CHANNEL_STATUS_HANDSHAKEING, &info1, &info2);
1048 ret = ResetChanIsEqual(status, &info1, &info2);
1052 ret = ResetChanIsEqual(status, &info1, &info2);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c103 static bool ResetChanIsEqual(int8_t status, ProxyChannelInfo *a, ProxyChannelInfo *b) in ResetChanIsEqual() function
464 if (ResetChanIsEqual(removeNode->status, removeNode, chanInfo)) { in TransProxyResetChan()