Home
last modified time | relevance | path

Searched refs:PROXY_CHANNEL_STATUS_KEEPLIVEING (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp356 chanNormal->status = PROXY_CHANNEL_STATUS_KEEPLIVEING;
539 chan->status = PROXY_CHANNEL_STATUS_KEEPLIVEING;
756 TestTransProxyAddAuthChannel(channelId, identity, PROXY_CHANNEL_STATUS_KEEPLIVEING);
927 chan->status = PROXY_CHANNEL_STATUS_KEEPLIVEING;
H A Dsoftbus_proxychannel_manager_test.cpp450 chan->status = PROXY_CHANNEL_STATUS_KEEPLIVEING;
631 TestTransProxyAddAuthChannel(channelId, identity, PROXY_CHANNEL_STATUS_KEEPLIVEING);
818 chan->status = PROXY_CHANNEL_STATUS_KEEPLIVEING;
830 chanInfo->status = PROXY_CHANNEL_STATUS_KEEPLIVEING;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h103 PROXY_CHANNEL_STATUS_KEEPLIVEING, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_session.c204 …o->status != PROXY_CHANNEL_STATUS_COMPLETED && info->status != PROXY_CHANNEL_STATUS_KEEPLIVEING)) { in TransProxyTransDataSendMsg()
H A Dsoftbus_proxychannel_manager.c525 …if (item->status == PROXY_CHANNEL_STATUS_KEEPLIVEING || item->status == PROXY_CHANNEL_STATUS_COMPL… in TransProxyKeepAliveChan()
1718 if (removeNode->status == PROXY_CHANNEL_STATUS_KEEPLIVEING) { in TransProxyTimerProc()
2005 item->status == PROXY_CHANNEL_STATUS_KEEPLIVEING) { in TransProxyGetConnIdByChanId()
2033 …em->status != PROXY_CHANNEL_STATUS_COMPLETED && item->status != PROXY_CHANNEL_STATUS_KEEPLIVEING) { in TransProxyGetProxyChannelInfoByChannelId()
H A Dsoftbus_proxychannel_listener.c489 …fo->status != PROXY_CHANNEL_STATUS_COMPLETED && info->status != PROXY_CHANNEL_STATUS_KEEPLIVEING) { in TransSendNetworkingMessage()