Home
last modified time | relevance | path

Searched refs:TransOpenChannelSetModule (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_channel_common.h40 void TransOpenChannelSetModule(int32_t channelType, ConnectOption *connOpt);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp565 TransOpenChannelSetModule(channelType, &connOpt);
568 TransOpenChannelSetModule(channelType, &connOpt);
573 TransOpenChannelSetModule(channelType, &connOpt);
577 TransOpenChannelSetModule(channelType, &connOpt);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c324 void TransOpenChannelSetModule(int32_t channelType, ConnectOption *connOpt) in TransOpenChannelSetModule() function
H A Dtrans_lane_pending_ctl.c555 TransOpenChannelSetModule(transInfo.channelType, &connOpt); in TransAsyncOpenChannelProc()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c312 TransOpenChannelSetModule(transInfo->channelType, &connOpt); in TransOpenChannel()