Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp150 ret = TransGetChannelType(&fileParam, type);
154 ret = TransGetChannelType(&fileParam, type);
158 ret = TransGetChannelType(&fileParam, type);
162 ret = TransGetChannelType(&fileParam, type);
166 ret = TransGetChannelType(&fileParam, type);
170 ret = TransGetChannelType(&fileParam, type);
178 ret = TransGetChannelType(&MsgParam, type);
182 ret = TransGetChannelType(&MsgParam, type);
186 ret = TransGetChannelType(&MsgParam, type);
190 ret = TransGetChannelType(&MsgParam, type);
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp371 transInfo->channelType = TransGetChannelType(NULL, connInfo->type);
375 transInfo->channelType = TransGetChannelType(param, connInfo->type);
381 transInfo->channelType = TransGetChannelType(param, connInfo->type);
387 transInfo->channelType = TransGetChannelType(param, connInfo->type);
393 transInfo->channelType = TransGetChannelType(param, connInfo->type);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c143 static ChannelType TransGetChannelType(const SessionParam *param, const int32_t type) in TransGetChannelType() function
167 transInfo->channelType = TransGetChannelType(param, connInfo->type); in FillAppInfo()