Home
last modified time | relevance | path

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 Dstream_adaptor_test.cpp77 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 Dstreamadaptor_fuzzer.cpp54 streamadaptor.InitAdaptor(size, param, true, callback); in InitAdaptorTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor.h54 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 Dclient_trans_udp_stream_interface.cpp192 newAdaptor->InitAdaptor(channelId, param, true, callback); in StartVtpStreamChannelServer()
237 newAdaptor->InitAdaptor(channelId, param, false, callback); in StartVtpStreamChannelClient()
H A Dstream_adaptor.cpp77 void StreamAdaptor::InitAdaptor(int32_t channelId, const VtpStreamOpenParam *param, bool isServerSi… in InitAdaptor() function in StreamAdaptor