Home
last modified time | relevance | path

Searched refs:PROXY_CHANNEL_STATUS_COMPLETED (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp340 chan->status = PROXY_CHANNEL_STATUS_COMPLETED;
733 …tTransProxyAddAuthChannel(TEST_RESET_MESSAGE_CHANNEL_ID, identity, PROXY_CHANNEL_STATUS_COMPLETED);
777 EXPECT_EQ(PROXY_CHANNEL_STATUS_COMPLETED, chanInfo.status);
783 EXPECT_EQ(PROXY_CHANNEL_STATUS_COMPLETED, chanInfo.status);
827 TestTransProxyAddAuthChannel(29, "29", PROXY_CHANNEL_STATUS_COMPLETED);
H A Dsoftbus_proxy_session_test.cpp166 TestAddProxyChannel(channelId, APP_TYPE_AUTH, PROXY_CHANNEL_STATUS_COMPLETED);
189 TestAddProxyChannel(channelId, APP_TYPE_NORMAL, PROXY_CHANNEL_STATUS_COMPLETED);
H A Dsoftbus_proxychannel_manager_test.cpp608 …tTransProxyAddAuthChannel(TEST_RESET_MESSAGE_CHANNEL_ID, identity, PROXY_CHANNEL_STATUS_COMPLETED);
641 EXPECT_NE(PROXY_CHANNEL_STATUS_COMPLETED, chanInfo.status);
647 EXPECT_NE(PROXY_CHANNEL_STATUS_COMPLETED, chanInfo.status);
691 TestTransProxyAddAuthChannel(29, TEST_STRING_ELEVEN, PROXY_CHANNEL_STATUS_COMPLETED);
H A Dtrans_proxy_session_test.cpp184 TestAddProxyChannel(channelId, APP_TYPE_AUTH, PROXY_CHANNEL_STATUS_COMPLETED);
215 TestAddProxyChannel(channelId, APP_TYPE_NORMAL, PROXY_CHANNEL_STATUS_COMPLETED);
H A Dtrans_proxy_message_test.cpp187 TestMessageAddProxyChannel(chan.channelId, APP_TYPE_AUTH, "44", PROXY_CHANNEL_STATUS_COMPLETED);
469 …geAddProxyChannel(TEST_PARSE_MESSAGE_CHANNEL, APP_TYPE_AUTH, "44", PROXY_CHANNEL_STATUS_COMPLETED);
H A Dsoftbus_proxychannel_message_test.cpp262 TestMessageAddProxyChannel(chan.channelId, APP_TYPE_AUTH, "44", PROXY_CHANNEL_STATUS_COMPLETED);
522 …geAddProxyChannel(TEST_PARSE_MESSAGE_CHANNEL, APP_TYPE_AUTH, "44", PROXY_CHANNEL_STATUS_COMPLETED);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c146 item->status = PROXY_CHANNEL_STATUS_COMPLETED; in TransProxyUpdateAckInfo()
498 if (item->status == PROXY_CHANNEL_STATUS_COMPLETED) { in TransProxyGetRecvMsgChanInfo()
525 …em->status == PROXY_CHANNEL_STATUS_KEEPLIVEING || item->status == PROXY_CHANNEL_STATUS_COMPLETED) { in TransProxyKeepAliveChan()
527 item->status = PROXY_CHANNEL_STATUS_COMPLETED; in TransProxyKeepAliveChan()
553 if (item->status == PROXY_CHANNEL_STATUS_COMPLETED) { in TransProxyGetSendMsgChanInfo()
622 if (item->status == PROXY_CHANNEL_STATUS_COMPLETED) { in TransProxyGetSessionKeyByChanId()
940 chan->status = PROXY_CHANNEL_STATUS_COMPLETED; in ConstructProxyChannelInfo()
1275 } else if (info->status == PROXY_CHANNEL_STATUS_COMPLETED) { in TransProxyProcessResetMsgHelper()
2004 if (item->status == PROXY_CHANNEL_STATUS_COMPLETED || in TransProxyGetConnIdByChanId()
2033 …if (item->status != PROXY_CHANNEL_STATUS_COMPLETED && item->status != PROXY_CHANNEL_STATUS_KEEPLIV… in TransProxyGetProxyChannelInfoByChannelId()
H A Dsoftbus_proxychannel_session.c204 …if ((info->status != PROXY_CHANNEL_STATUS_COMPLETED && info->status != PROXY_CHANNEL_STATUS_KEEPLI… in TransProxyTransDataSendMsg()
H A Dsoftbus_proxychannel_listener.c489 …if (info->status != PROXY_CHANNEL_STATUS_COMPLETED && info->status != PROXY_CHANNEL_STATUS_KEEPLIV… in TransSendNetworkingMessage()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h107 PROXY_CHANNEL_STATUS_COMPLETED enumerator