Home
last modified time | relevance | path

Searched refs:TransGetSocketChannelStateBySession (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_lane_manager.h89 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 Dtrans_lane_manager_test.cpp287 ret = TransGetSocketChannelStateBySession(sessionName, sessionId, &state);
306 ret = TransGetSocketChannelStateBySession(sessionName, sessionId, &state);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c623 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 Dtrans_channel_common.c406 ret = TransGetSocketChannelStateBySession(sessionName, channelId, &state); in TransCommonCloseChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c314 TransGetSocketChannelStateBySession(param->sessionName, param->sessionId, &state); in TransOpenChannel()
H A Dtrans_lane_manager.c663 int32_t TransGetSocketChannelStateBySession(const char *sessionName, int32_t sessionId, CoreSession… in TransGetSocketChannelStateBySession() function