Home
last modified time | relevance | path

Searched refs:CoreSessionState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_lane_manager.h36 } CoreSessionState; typedef
71 …r *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType, CoreSessionState state);
85 …SetSocketChannelStateBySession(const char *sessionName, int32_t sessionId, CoreSessionState state);
87 …ransSetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionState state);
89 …etSocketChannelStateBySession(const char *sessionName, int32_t sessionId, CoreSessionState *state);
91 …ansGetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionState *state);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c42 CoreSessionState state;
397 …ar *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType, CoreSessionState state) in TransAddSocketChannelInfo()
614 …sSetSocketChannelStateBySession(const char *sessionName, int32_t sessionId, CoreSessionState state) in TransSetSocketChannelStateBySession()
639 …TransSetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionState state) in TransSetSocketChannelStateByChannel()
663 …GetSocketChannelStateBySession(const char *sessionName, int32_t sessionId, CoreSessionState *state) in TransGetSocketChannelStateBySession()
730 …ransGetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionState *state) in TransGetSocketChannelStateByChannel()
H A Dtrans_channel_callback.c95 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransServerOnChannelOpened()
H A Dtrans_channel_manager.c246 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransOpenChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp415 CoreSessionState state = CORE_SESSION_STATE_CHANNEL_OPENED;
509 CoreSessionState state = CORE_SESSION_STATE_CANCELLING;
582 CoreSessionState state = CORE_SESSION_STATE_CANCELLING;
771 CoreSessionState state = CORE_SESSION_STATE_INIT;
807 CoreSessionState state = CORE_SESSION_STATE_INIT;
851 CoreSessionState state = CORE_SESSION_STATE_INIT;
1388 CoreSessionState state = CORE_SESSION_STATE_INIT;
H A Dtrans_lane_common_test.cpp638 CoreSessionState state = CORE_SESSION_STATE_WAIT_LANE;
681 CoreSessionState state = CORE_SESSION_STATE_WAIT_LANE;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp286 CoreSessionState state;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c622 CoreSessionState state = CORE_SESSION_STATE_INIT; in CheckSocketChannelState()
1317 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransGetLaneInfo()
1392 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransAsyncGetLaneInfoByOption()
1438 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransAsyncGetLaneInfoByQos()
H A Dtrans_channel_common.c405 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransCommonCloseChannel()