Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RAW_STREAM
(Results
1 - 21
of
21
) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H
A
D
dstream_adaptor_server_test.c
62
RAW_STREAM
,
in main()
72
RAW_STREAM
,
in main()
H
A
D
dstream_adaptor_client_test.c
68
p1->type =
RAW_STREAM
;
in ConstructVtpStreamOpenParam()
76
p2->type =
RAW_STREAM
;
in ConstructVtpStreamOpenParam()
H
A
D
client_trans_udp_stream_interface_test.cpp
64
RAW_STREAM
,
74
RAW_STREAM
,
H
A
D
stream_adaptor_test.cpp
62
RAW_STREAM
,
H
A
D
client_trans_stream_test.cpp
245
channel->streamType =
RAW_STREAM
;
in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/
H
A
D
trans_qos_stat_client_test.cpp
119
attr.attr.streamAttr.streamType =
RAW_STREAM
;
in HWTEST_F()
166
attr.attr.streamAttr.streamType =
RAW_STREAM
;
in HWTEST_F()
215
attr.attr.streamAttr.streamType =
RAW_STREAM
;
in HWTEST_F()
269
attr.attr.streamAttr.streamType =
RAW_STREAM
;
in HWTEST_F()
330
attr.attr.streamAttr.streamType =
RAW_STREAM
;
in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H
A
D
stream_common.h
80
// NOTICE: only
RAW_STREAM
is available in 11.1.0
87
RAW_STREAM
,
enumerator
/foundation/distributedhardware/device_manager/test/unittest/mock/
H
A
D
session.h
70
RAW_STREAM
,
enumerator
/foundation/communication/dsoftbus/interfaces/kits/transport/
H
A
D
session.h
76
RAW_STREAM
, /**< Send any segment of a frame each time. */
enumerator
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H
A
D
stream_adaptor_listener.h
65
} else if (streamType == StreamType::
RAW_STREAM
) {
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/
H
A
D
client_trans_stream.c
161
if (streamType !=
RAW_STREAM
&& streamType != COMMON_VIDEO_STREAM && streamType != COMMON_AUDIO_STREAM) {
in TransOnstreamChannelOpened()
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H
A
D
stream_encrypt_client_mt.cpp
305
attr.attr.streamAttr.streamType =
RAW_STREAM
;
in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H
A
D
vtp_stream_socket.cpp
631
if (streamType_ ==
RAW_STREAM
) {
in Send()
1040
case
RAW_STREAM
:
in MakeStreamData()
1059
if (streamType_ ==
RAW_STREAM
&& scene_ == COMPATIBLE_SCENE) {
in RecvStreamLen()
1078
if (streamType_ ==
RAW_STREAM
&& scene_ == COMPATIBLE_SCENE) {
in RecvStreamLen()
1164
if (streamType_ ==
RAW_STREAM
&& scene_ == COMPATIBLE_SCENE) {
in DoStreamRecv()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H
A
D
distributed_stream_test.cpp
331
attribute.attr.streamAttr.streamType = isRawStream ?
RAW_STREAM
: COMMON_VIDEO_STREAM;
in OpenAllSession()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H
A
D
client_trans_udp_stream_interface.cpp
75
if (adaptor->GetStreamType() ==
RAW_STREAM
) {
in ProcessAdaptorAndEncrypt()
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H
A
D
trans_channel_common.c
72
case
RAW_STREAM
:
in GetStreamLaneType()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H
A
D
client_trans_socket_manager.c
457
if (dataType !=
RAW_STREAM
) {
in IsDifferentDataType()
H
A
D
client_trans_session_service.c
975
tmpAttr->attr.streamAttr.streamType =
RAW_STREAM
;
in CreateSessionAttributeBySocketInfoTrans()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H
A
D
trans_lane_common_test.cpp
207
attr.attr.streamAttr.streamType =
RAW_STREAM
;
in HWTEST_F()
H
A
D
trans_lane_test.cpp
307
int32_t ret = GetStreamLaneType(
RAW_STREAM
);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H
A
D
vtp_stream_socket_test.cpp
775
vtpStreamSocket->streamType_ = Communication::SoftBus::
RAW_STREAM
;
in HWTEST_F()
Completed in 22 milliseconds