Searched refs:TransGetSocketChannelStateBySession (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_lane_manager.h | 89 int32_t TransGetSocketChannelStateBySession(const char *sessionName, int32_t sessionId, CoreSession…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/ |
H A D | trans_lane_manager_test.cpp | 287 ret = TransGetSocketChannelStateBySession(sessionName, sessionId, &state); 306 ret = TransGetSocketChannelStateBySession(sessionName, sessionId, &state);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 623 TransGetSocketChannelStateBySession(param->sessionName, param->sessionId, &state); in CheckSocketChannelState() 1318 TransGetSocketChannelStateBySession(param->sessionName, param->sessionId, &state); in TransGetLaneInfo() 1393 TransGetSocketChannelStateBySession(param->sessionName, param->sessionId, &state); in TransAsyncGetLaneInfoByOption() 1439 TransGetSocketChannelStateBySession(param->sessionName, param->sessionId, &state); in TransAsyncGetLaneInfoByQos()
|
H A D | trans_channel_common.c | 406 ret = TransGetSocketChannelStateBySession(sessionName, channelId, &state); in TransCommonCloseChannel()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 314 TransGetSocketChannelStateBySession(param->sessionName, param->sessionId, &state); in TransOpenChannel()
|
H A D | trans_lane_manager.c | 663 int32_t TransGetSocketChannelStateBySession(const char *sessionName, int32_t sessionId, CoreSession… in TransGetSocketChannelStateBySession() function
|