Home
last modified time | relevance | path

Searched refs:StreamDepacketizer (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_depacketizer_test/
H A Dstream_depacketizer_test.cpp66 std::shared_ptr<Communication::SoftBus::StreamDepacketizer> streamDepacketizer =
67 std::make_shared<Communication::SoftBus::StreamDepacketizer>(streamType_);
80 streamDepacketizer->~StreamDepacketizer();
94 std::shared_ptr<Communication::SoftBus::StreamDepacketizer> streamDepacketizer =
95 std::make_shared<Communication::SoftBus::StreamDepacketizer>(streamType_);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_depacketizer.h27 class StreamDepacketizer {
29 explicit StreamDepacketizer(int type) : streamType_(type) {} in StreamDepacketizer() function
30 virtual ~StreamDepacketizer() = default;
H A Dstream_depacketizer.cpp23 void StreamDepacketizer::DepacketizeHeader(const char *header) in DepacketizeHeader()
40 void StreamDepacketizer::DepacketizeBuffer(char *buffer, uint32_t bufferSize) in DepacketizeBuffer()
H A Dvtp_stream_socket.cpp1108 StreamDepacketizer decode(streamType_); in ProcessCommonDataStream()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/streamdepacketizer_fuzzer/
H A Dstreamdepacketizer_fuzzer.cpp39 Communication::SoftBus::StreamDepacketizer decode(1); in DepacketizeHeaderTest()
53 Communication::SoftBus::StreamDepacketizer decode(1); in DepacketizeBufferTest()