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:DATA_TYPE_BUTT
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H
A
D
trans_type.h
39
DATA_TYPE_BUTT
,
enumerator
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/evaluateqos_fuzzer/
H
A
D
evaluateqos_fuzzer.cpp
56
TransDataType socketDataType =
DATA_TYPE_BUTT
;
in EvaluateQosTestWithDataType()
/foundation/communication/dsoftbus/interfaces/kits/transport/
H
A
D
trans_type.h
41
DATA_TYPE_BUTT
,
enumerator
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/socket_fuzzer/
H
A
D
socket_fuzzer.cpp
143
TransDataType socketDataType =
DATA_TYPE_BUTT
;
in SocketTestWithDataType()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H
A
D
trans_server_proxy.cpp
302
if (peerNetworkId == NULL || dataType >=
DATA_TYPE_BUTT
|| qosCount > QOS_TYPE_BUTT) {
in ServerIpcEvaluateQos()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H
A
D
client_trans_socket_service.c
204
if (!IsValidString(peerNetworkId, DEVICE_ID_SIZE_MAX) || dataType >=
DATA_TYPE_BUTT
||
in EvaluateQos()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H
A
D
client_trans_socket_service_test.cpp
191
for (int32_t type = DATA_TYPE_MESSAGE; type <
DATA_TYPE_BUTT
; type++) {
in HWTEST_F()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H
A
D
softbus_server.cpp
411
if (!IsValidString(peerNetworkId, NETWORK_ID_BUF_LEN - 1) || dataType >=
DATA_TYPE_BUTT
in EvaluateQos()
H
A
D
softbus_server_stub.cpp
847
if (dataType < DATA_TYPE_MESSAGE || dataType >=
DATA_TYPE_BUTT
) {
in EvaluateQosInner()
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H
A
D
trans_ipc_test.cpp
763
ret = ServerIpcEvaluateQos(g_peerNetworkId,
DATA_TYPE_BUTT
, qos, qosCount);
in HWTEST_F()
/foundation/communication/ipc/dl_deps/
H
A
D
dsoftbus_interface.h
1085
DATA_TYPE_BUTT
,
enumerator
Completed in 13 milliseconds