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:QOS_TYPE_BUTT
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/dsoftbus/core/transmission/common/include/
H
A
D
softbus_trans_def.h
39
QosTV qos[
QOS_TYPE_BUTT
];
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H
A
D
trans_type.h
119
QOS_TYPE_BUTT
,
enumerator
/foundation/communication/dsoftbus/core/transmission/session/src/
H
A
D
trans_session_service.c
160
(param->isQosLane && param->qosCount >
QOS_TYPE_BUTT
)) {
in TransOpenSession()
/foundation/communication/dsoftbus/interfaces/kits/transport/
H
A
D
trans_type.h
133
QOS_TYPE_BUTT
,
enumerator
/foundation/communication/dsoftbus/core/frame/small/init/src/
H
A
D
trans_server_stub.c
182
if (param->qosCount >
QOS_TYPE_BUTT
) {
in ReadQosInfo()
193
if (memcpy_s(param->qos, sizeof(QosTV) *
QOS_TYPE_BUTT
, qosInfo, sizeof(QosTV) * param->qosCount) != EOK) {
in ReadQosInfo()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H
A
D
softbus_session.cpp
48
if (qosCount >
QOS_TYPE_BUTT
) {
in OnQos()
/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
205
(qos == NULL && qosCount != 0) || (qosCount >
QOS_TYPE_BUTT
)) {
in EvaluateQos()
/foundation/communication/dsoftbus/sdk/transmission/session/include/
H
A
D
client_trans_session_manager.h
261
return (qos == NULL) ? (qosCount == 0) : (qosCount <=
QOS_TYPE_BUTT
);
in IsValidQosInfo()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H
A
D
softbus_server.cpp
412
|| qosCount >
QOS_TYPE_BUTT
) {
in EvaluateQos()
H
A
D
softbus_server_stub.cpp
554
if (param.qosCount >
QOS_TYPE_BUTT
) {
in ReadQosInfo()
565
if (memcpy_s(param.qos, sizeof(QosTV) *
QOS_TYPE_BUTT
, qosInfo, sizeof(QosTV) * param.qosCount) != EOK) {
in ReadQosInfo()
858
if (qosCount >
QOS_TYPE_BUTT
) {
in EvaluateQosInner()
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H
A
D
trans_ipc_test.cpp
756
uint32_t qosCount =
QOS_TYPE_BUTT
;
in HWTEST_F()
/foundation/communication/ipc/dl_deps/
H
A
D
dsoftbus_interface.h
1129
QOS_TYPE_BUTT
,
enumerator
Completed in 14 milliseconds