Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_trans_proxy_transceiver_test.cpp607 ProxyConnInfo proxyConn; variable
608 memset_s(&proxyConn, sizeof(ProxyConnInfo), 0, sizeof(ProxyConnInfo));
610 int32_t ret = TransGetConn(&connInfo, &proxyConn, isServer);
615 ret = TransGetConn(nullptr, &proxyConn, isServer);
620 ret = TransGetConn(&connInfo, &proxyConn, isServer);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c541 static int32_t TransGetConn(const ConnectOption *connInfo, ProxyConnInfo *proxyConn, bool isServer) in TransGetConn() argument
550 if (connInfo == NULL || proxyConn == NULL) { in TransGetConn()
565 (void)memcpy_s(proxyConn, sizeof(ProxyConnInfo), item, sizeof(ProxyConnInfo)); in TransGetConn()