Searched refs:TransServerGetChannelCb (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/ |
H A D | trans_channel_callback_test.cpp | 62 int32_t ret = TransServerGetChannelCb()->OnChannelOpened(NULL, pid, sessionName, channel); 64 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, NULL, channel); 66 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, NULL, NULL); 72 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, sessionName, channel); 77 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, sessionName, channel); 116 ret = TransServerGetChannelCb()->OnDataReceived(pkgName, pid, channelId, channelType, NULL); 149 int32_t ret = TransServerGetChannelCb()->OnQosEvent(NULL, param); 151 ret = TransServerGetChannelCb()->OnQosEvent(pkgName, NULL); 154 ret = TransServerGetChannelCb()->OnQosEvent(pkgName, param); 159 ret = TransServerGetChannelCb()->OnQosEvent(pkgName, param); [all …]
|
/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_core_tcp_direct_test.cpp | 146 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 167 const IServerChannelCallBack *cb = TransServerGetChannelCb(); 432 const IServerChannelCallBack *cb = TransServerGetChannelCb();
|
H A D | trans_server_tcp_direct_test.cpp | 135 IServerChannelCallBack *cb = TransServerGetChannelCb(); in SetUpTestCase()
|
H A D | trans_tcp_direct_message_static_test.cpp | 70 const IServerChannelCallBack *cb = TransServerGetChannelCb(); in SetUpTestCase()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_callback.h | 53 IServerChannelCallBack *TransServerGetChannelCb(void);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/transproxyonmessagereceived_fuzzer/ |
H A D | transproxyonmessagereceived_fuzzer.cpp | 26 (void)TransProxyManagerInit(TransServerGetChannelCb()); in TransProxyOnMessageReceivedTestEvent()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_manager_test.cpp | 56 cb = TransServerGetChannelCb(); in SetUpTestCase()
|
H A D | trans_auth_channel_test.cpp | 83 callback = TransServerGetChannelCb(); in SetUpTestCase()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_static_test.cpp | 81 IServerChannelCallBack *cb = TransServerGetChannelCb();
|
H A D | trans_udp_manager_test.cpp | 59 IServerChannelCallBack *cb = TransServerGetChannelCb(); in SetUpTestCase()
|
H A D | trans_udp_nego_test.cpp | 62 IServerChannelCallBack *cb = TransServerGetChannelCb(); in SetUpTestCase()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 250 IServerChannelCallBack *TransServerGetChannelCb(void) in TransServerGetChannelCb() function
|
H A D | trans_channel_manager.c | 143 IServerChannelCallBack *cb = TransServerGetChannelCb(); in TransChannelInit()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/ |
H A D | softbusproxychannelmanager_fuzzer.cpp | 34 (void)TransProxyManagerInit(TransServerGetChannelCb()); in SoftBusProxyChannelManagerTestEnv()
|