Searched refs:TransSetSocketChannelStateBySession (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_lane_manager.h | 85 int32_t TransSetSocketChannelStateBySession(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 | 309 … ret = TransSetSocketChannelStateBySession(sessionName, sessionId, CORE_SESSION_STATE_CANCELLING);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 660 …TransSetSocketChannelStateBySession(param.sessionName, param.sessionId, CORE_SESSION_STATE_LAN_COM… in TransOnAsyncLaneSuccess() 1321 …TransSetSocketChannelStateBySession(param->sessionName, param->sessionId, CORE_SESSION_STATE_WAIT_… in TransGetLaneInfo() 1399 …TransSetSocketChannelStateBySession(param->sessionName, param->sessionId, CORE_SESSION_STATE_WAIT_… in TransAsyncGetLaneInfoByOption() 1445 …TransSetSocketChannelStateBySession(param->sessionName, param->sessionId, CORE_SESSION_STATE_WAIT_… in TransAsyncGetLaneInfoByQos()
|
H A D | trans_channel_common.c | 409 … (void)TransSetSocketChannelStateBySession(sessionName, channelId, CORE_SESSION_STATE_CANCELLING); in TransCommonCloseChannel()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 318 …TransSetSocketChannelStateBySession(param->sessionName, param->sessionId, CORE_SESSION_STATE_LAN_C… in TransOpenChannel()
|
H A D | trans_lane_manager.c | 614 int32_t TransSetSocketChannelStateBySession(const char *sessionName, int32_t sessionId, CoreSession… in TransSetSocketChannelStateBySession() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 785 ret = TransSetSocketChannelStateBySession(newParam->sessionName, newParam->sessionId,
|