Home
last modified time | relevance | path

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 Dtrans_channel_callback_test.cpp62 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 Dtrans_tcp_direct_message_test.cpp184 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 Dtrans_core_tcp_direct_test.cpp146 const IServerChannelCallBack *cb = TransServerGetChannelCb();
167 const IServerChannelCallBack *cb = TransServerGetChannelCb();
432 const IServerChannelCallBack *cb = TransServerGetChannelCb();
H A Dtrans_server_tcp_direct_test.cpp135 IServerChannelCallBack *cb = TransServerGetChannelCb(); in SetUpTestCase()
H A Dtrans_tcp_direct_message_static_test.cpp70 const IServerChannelCallBack *cb = TransServerGetChannelCb(); in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h53 IServerChannelCallBack *TransServerGetChannelCb(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/transproxyonmessagereceived_fuzzer/
H A Dtransproxyonmessagereceived_fuzzer.cpp26 (void)TransProxyManagerInit(TransServerGetChannelCb()); in TransProxyOnMessageReceivedTestEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_manager_test.cpp56 cb = TransServerGetChannelCb(); in SetUpTestCase()
H A Dtrans_auth_channel_test.cpp83 callback = TransServerGetChannelCb(); in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp81 IServerChannelCallBack *cb = TransServerGetChannelCb();
H A Dtrans_udp_manager_test.cpp59 IServerChannelCallBack *cb = TransServerGetChannelCb(); in SetUpTestCase()
H A Dtrans_udp_nego_test.cpp62 IServerChannelCallBack *cb = TransServerGetChannelCb(); in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c250 IServerChannelCallBack *TransServerGetChannelCb(void) in TransServerGetChannelCb() function
H A Dtrans_channel_manager.c143 IServerChannelCallBack *cb = TransServerGetChannelCb(); in TransChannelInit()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp34 (void)TransProxyManagerInit(TransServerGetChannelCb()); in SoftBusProxyChannelManagerTestEnv()