Home
last modified time | relevance | path

Searched refs:OnSessionOpenFailed (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/
H A Dclient_trans_channel_manager_test.cpp53 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
79 .OnSessionOpenFailed = OnSessionOpenFailed,
H A Dclient_trans_channel_callback_test.cpp46 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
79 .OnSessionOpenFailed = OnSessionOpenFailed,
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H A Dclient_trans_udp_manager_test.cpp73 static int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
86 .OnSessionOpenFailed = OnSessionOpenFailed,
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_manager_test.cpp109 .OnSessionOpenFailed = TransOnSessionOpenFailed,
131 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
153 .OnSessionOpenFailed = OnSessionOpenFailed,
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_callback.h30 int32_t (*OnSessionOpenFailed)(int32_t channelId, int32_t channelType, int32_t errCode); member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_callback.c54 return g_sessionCb.OnSessionOpenFailed(channelId, CHANNEL_TYPE_TCP_DIRECT, errCode); in ClientTransTdcOnSessionOpenFailed()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_sdk_tcp_direct_test.cpp105 static int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
120 .OnSessionOpenFailed = OnSessionOpenFailed,
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c339 if ((g_sessionCb == NULL) || (g_sessionCb->OnSessionOpenFailed == NULL)) { in TransOnUdpChannelOpenFailed()
344 return g_sessionCb->OnSessionOpenFailed(channelId, CHANNEL_TYPE_UDP, errCode); in TransOnUdpChannelOpenFailed()
373 … NULL && (!channel->isEnable) && g_sessionCb != NULL && g_sessionCb->OnSessionOpenFailed != NULL) { in NotifyCallback()
381 … g_sessionCb->OnSessionOpenFailed(channelId, CHANNEL_TYPE_UDP, SOFTBUS_TRANS_STOP_BIND_BY_TIMEOUT); in NotifyCallback()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/
H A Dclient_trans_auth_manager.c62 int32_t ret = g_sessionCb.OnSessionOpenFailed(channelId, CHANNEL_TYPE_AUTH, errCode); in ClientTransAuthOnChannelOpenFailed()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
H A Dclient_trans_channel_callback.c81 return GetClientSessionCb()->OnSessionOpenFailed(channelId, channelType, errCode); in TransOnChannelOpenFailed()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranstcpdirectlistener_fuzzer/
H A Dclienttranstcpdirectlistener_fuzzer.cpp170 cb->OnSessionOpenFailed = TransOnSessionOpenFailed; in ClientFillSessionCallBack()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_callback.c634 g_sessionCb.OnSessionOpenFailed = TransOnSessionOpenFailed; in GetClientSessionCb()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c369 int ret = g_sessionCb.OnSessionOpenFailed(channelId, CHANNEL_TYPE_PROXY, errCode); in ClientTransProxyOnChannelOpenFailed()