Home
last modified time | relevance | path

Searched refs:PROXY_CHANNEL_STATUS_PYH_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_channel_test.cpp137 chan->status = PROXY_CHANNEL_STATUS_PYH_CONNECTED; in TestAddTestProxyChannel()
165 chan->status = PROXY_CHANNEL_STATUS_PYH_CONNECTED;
187 chan->status = PROXY_CHANNEL_STATUS_PYH_CONNECTED;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h100 PROXY_CHANNEL_STATUS_PYH_CONNECTED, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c529 item->state = PROXY_CHANNEL_STATUS_PYH_CONNECTED; in TransCreateConnByConnId()
617 TransSetConnStateByReqId(requestId, connectionId, PROXY_CHANNEL_STATUS_PYH_CONNECTED); in TransOnConnectSucceed()