Home
last modified time | relevance | path

Searched refs:TransGetDeviceState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_channel_common.h78 TransDeviceState TransGetDeviceState(const char *networkId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c169 extra.deviceState = TransGetDeviceState(appInfo->peerNetWorkId); in OnProxyChannelOpened()
286 extra.deviceState = TransGetDeviceState(appInfo->peerNetWorkId); in TransProxyReportOpenChannelFailEvent()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c93 extra.deviceState = TransGetDeviceState(channel->peerDeviceId); in TransServerOnChannelOpened()
H A Dtrans_channel_manager.c310 extra.deviceState = TransGetDeviceState(param->peerDeviceId); in TransOpenChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c65 extra.deviceState = TransGetDeviceState(node->appInfo.peerNetWorkId); in OnSessionOpenFailProc()
H A Dtrans_tcp_direct_message.c483 extra.deviceState = TransGetDeviceState(conn->appInfo.peerNetWorkId); in NotifyChannelOpenFailedBySessionConn()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c292 extra->deviceState = TransGetDeviceState(param->peerDeviceId); in BuildTransEventExtra()
553 extra->deviceState = TransGetDeviceState(param->peerDeviceId); in TransAsyncOpenChannelProc()
693 extra->deviceState = TransGetDeviceState(param->peerDeviceId); in TransBuildLaneAllocFailEvent()
H A Dtrans_channel_common.c601 TransDeviceState TransGetDeviceState(const char *networkId) in TransGetDeviceState() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c223 extra.deviceState = TransGetDeviceState(info->peerNetWorkId); in NotifyUdpChannelOpenFailed()