Searched refs:TransGetSocketChannelStateByChannel (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_lane_manager.h | 91 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 D | trans_lane_manager_test.cpp | 301 ret = TransGetSocketChannelStateByChannel(channelId, channelType, &state); 311 ret = TransGetSocketChannelStateByChannel(channelId, channelType, &state);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 96 TransGetSocketChannelStateByChannel(channel->channelId, channel->channelType, &state); in TransServerOnChannelOpened()
|
H A D | trans_lane_manager.c | 730 int32_t TransGetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionStat… in TransGetSocketChannelStateByChannel() function
|