Searched refs:InitAdaptor (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/ |
H A D | stream_adaptor_test.cpp | 77 adaptor->InitAdaptor(channelId, &g_param, true, &g_callback); 79 adaptor->InitAdaptor(channelId, &g_param, false, &g_callback); 98 adaptor->InitAdaptor(channelId, &g_param, true, &g_callback); 122 adaptor->InitAdaptor(channelId, &g_param, true, &g_callback);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/streamadaptor_fuzzer/ |
H A D | streamadaptor_fuzzer.cpp | 54 streamadaptor.InitAdaptor(size, param, true, callback); in InitAdaptorTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor.h | 54 void InitAdaptor(int32_t channelId, const VtpStreamOpenParam *param, bool isServerSide,
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
H A D | client_trans_udp_stream_interface.cpp | 192 newAdaptor->InitAdaptor(channelId, param, true, callback); in StartVtpStreamChannelServer() 237 newAdaptor->InitAdaptor(channelId, param, false, callback); in StartVtpStreamChannelClient()
|
H A D | stream_adaptor.cpp | 77 void StreamAdaptor::InitAdaptor(int32_t channelId, const VtpStreamOpenParam *param, bool isServerSi… in InitAdaptor() function in StreamAdaptor
|