/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_test.cpp | 184 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 213 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 243 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 281 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 391 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 416 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 441 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 462 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 488 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 515 const IServerChannelCallBack *cb = TransServerGetChannelCb(); [all …]
|
H A D | trans_tcp_direct_p2p_test.cpp | 57 static IServerChannelCallBack g_testChannelCallBack; 149 IServerChannelCallBack *TestTransServerGetChannelCb(void) in TestTransServerGetChannelCb() 213 IServerChannelCallBack *testCallBack = TestTransServerGetChannelCb();
|
H A D | trans_core_tcp_direct_test.cpp | 146 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 167 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 432 const IServerChannelCallBack *cb = TransServerGetChannelCb();
|
H A D | trans_tcp_direct_callback_test.cpp | 37 static IServerChannelCallBack g_channelCallBack;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_static_test.cpp | 35 static IServerChannelCallBack g_testchannelCallBack; 61 IServerChannelCallBack *TestTransServerGetChannelCb(void) in TestTransServerGetChannelCb() 81 IServerChannelCallBack *cb = TransServerGetChannelCb(); 103 IServerChannelCallBack *cb = TestTransServerGetChannelCb(); 124 IServerChannelCallBack *cb = TestTransServerGetChannelCb();
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_callback.h | 43 } IServerChannelCallBack; typedef 53 IServerChannelCallBack *TransServerGetChannelCb(void);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_callback.c | 21 static IServerChannelCallBack g_channelCb; 23 int32_t TransProxySetCallBack(const IServerChannelCallBack *cb) in TransProxySetCallBack()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_callback.c | 23 static IServerChannelCallBack g_channelCb; 25 int32_t TransTdcSetCallBack(const IServerChannelCallBack *cb) in TransTdcSetCallBack()
|
H A D | trans_tcp_direct_manager.c | 181 int32_t TransTcpDirectInit(const IServerChannelCallBack *cb) in TransTcpDirectInit()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_channel_test.cpp | 117 IServerChannelCallBack callBack; in TestAddTestProxyChannel() 423 IServerChannelCallBack callBack; 509 IServerChannelCallBack callBack; 536 IServerChannelCallBack callBack; 552 IServerChannelCallBack callBack; 572 IServerChannelCallBack callBack; 589 IServerChannelCallBack callBack;
|
H A D | trans_proxy_message_test.cpp | 72 IServerChannelCallBack callBack; in SetUpTestCase() 129 IServerChannelCallBack cb; in TestCallbackSuccess() 137 IServerChannelCallBack cb; in TestCallbackFail()
|
H A D | trans_proxy_network_test.cpp | 85 IServerChannelCallBack cb; in SetUpTestCase()
|
H A D | trans_proxy_transceiver_test.cpp | 61 IServerChannelCallBack callBack; in SetUpTestCase()
|
H A D | softbus_proxy_network_test.cpp | 87 IServerChannelCallBack cb; in SetUpTestCase()
|
H A D | softbus_proxychannel_listener_test.cpp | 136 IServerChannelCallBack callBack; in SetUpTestCase()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/ |
H A D | trans_tcp_direct_manager.h | 54 int32_t TransTcpDirectInit(const IServerChannelCallBack *cb);
|
H A D | trans_tcp_direct_callback.h | 29 int32_t TransTdcSetCallBack(const IServerChannelCallBack *cb);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_callback.h | 30 int32_t TransProxySetCallBack(const IServerChannelCallBack *cb);
|
H A D | softbus_proxychannel_manager.h | 37 int32_t TransProxyManagerInit(const IServerChannelCallBack *cb);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/ |
H A D | trans_udp_negotiation.h | 28 int32_t TransUdpChannelInit(IServerChannelCallBack *callback);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_virtual.c | 19 int32_t TransUdpChannelInit(IServerChannelCallBack *callback) in TransUdpChannelInit()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_channel_test.cpp | 55 static IServerChannelCallBack *callback = nullptr; 205 IServerChannelCallBack cb; 228 IServerChannelCallBack cb; 257 IServerChannelCallBack cb; 283 IServerChannelCallBack cb; 355 IServerChannelCallBack cb; 398 IServerChannelCallBack cb;
|
H A D | trans_auth_manager_test.cpp | 33 static IServerChannelCallBack *cb = NULL;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/ |
H A D | trans_auth_manager.h | 43 int32_t TransAuthInit(IServerChannelCallBack *cb);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 37 static IServerChannelCallBack g_channelCallBack; 250 IServerChannelCallBack *TransServerGetChannelCb(void) in TransServerGetChannelCb()
|