Home
last modified time | relevance | path

Searched refs:TransGetSocketChannelStateByChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_lane_manager.h91 int32_t TransGetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionStat…
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp301 ret = TransGetSocketChannelStateByChannel(channelId, channelType, &state);
311 ret = TransGetSocketChannelStateByChannel(channelId, channelType, &state);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c96 TransGetSocketChannelStateByChannel(channel->channelId, channel->channelType, &state); in TransServerOnChannelOpened()
H A Dtrans_lane_manager.c730 int32_t TransGetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionStat… in TransGetSocketChannelStateByChannel() function