Home
last modified time | relevance | path

Searched refs:STREAM_TYPE_INT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Dstream_common.h75 STREAM_TYPE_INT, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp840 int type = STREAM_TYPE_INT + 1;
869 int type = STREAM_TYPE_INT + 1;
877 type = STREAM_TYPE_INT;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp178 …InsertElementToFuncMap(STREAM_TYPE_INT, INT_TYPE, &VtpStreamSocket::SetStreamType, &VtpStreamSocke… in VtpStreamSocket()
1467 if (type != STREAM_TYPE_INT) { in SetStreamType()
1477 if (type != STREAM_TYPE_INT) { in GetStreamType()