/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_channel_manager_test.cpp | 53 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function 79 .OnSessionOpenFailed = OnSessionOpenFailed,
|
H A D | client_trans_channel_callback_test.cpp | 46 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 D | client_trans_udp_manager_test.cpp | 73 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 D | client_trans_proxy_manager_test.cpp | 109 .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 D | client_trans_session_callback.h | 30 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 D | client_trans_tcp_direct_callback.c | 54 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 D | trans_sdk_tcp_direct_test.cpp | 105 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 D | client_trans_udp_manager.c | 339 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 D | client_trans_auth_manager.c | 62 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 D | client_trans_channel_callback.c | 81 return GetClientSessionCb()->OnSessionOpenFailed(channelId, channelType, errCode); in TransOnChannelOpenFailed()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranstcpdirectlistener_fuzzer/ |
H A D | clienttranstcpdirectlistener_fuzzer.cpp | 170 cb->OnSessionOpenFailed = TransOnSessionOpenFailed; in ClientFillSessionCallBack()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_callback.c | 634 g_sessionCb.OnSessionOpenFailed = TransOnSessionOpenFailed; in GetClientSessionCb()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_manager.c | 369 int ret = g_sessionCb.OnSessionOpenFailed(channelId, CHANNEL_TYPE_PROXY, errCode); in ClientTransProxyOnChannelOpenFailed()
|