Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h132 bool deviceTypeIsWinpc; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c195 … TransProxyCloseConnChannelReset(connectionId, (isServer == 0), isServer, chan->deviceTypeIsWinpc); in TransProxyLoopMsgHandler()
H A Dsoftbus_proxychannel_manager.c938 chan->deviceTypeIsWinpc = true; in ConstructProxyChannelInfo()
1288 …CloseConnChannelReset(msg->connId, (info->isServer == 0), info->isServer, info->deviceTypeIsWinpc); in TransProxyProcessResetMsgHelper()