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
defs:MTU_SIZE
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H
A
D
datashare_proxy.h
78
static const size_t
MTU_SIZE
= 921600; // 900k
member in OHOS::DataShare::final
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H
A
D
process_communicator_impl.h
63
static constexpr uint32_t
MTU_SIZE
= 4096 * 1024; // the max transmission unit size(4M - 80B)
member in OHOS::ObjectStore::ProcessCommunicatorImpl
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H
A
D
process_communicator_impl_test.cpp
31
static constexpr uint32_t
MTU_SIZE
= 4096 * 1024;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H
A
D
process_communicator_impl.h
81
static constexpr uint32_t
MTU_SIZE
= 4194304; // the max transmission unit size(4M - 80B)
member in OHOS::AppDistributedKv::ProcessCommunicatorImpl
/foundation/communication/dsoftbus/core/transmission/common/include/
H
A
D
softbus_message_open_channel.h
32
#define
MTU_SIZE
"
MTU_SIZE
"
macro
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_data_sync.h
130
static const int
MTU_SIZE
= 28311552; // 27MB
member in DistributedDB::SingleVerDataSync
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
db_types.h
40
const uint32_t
MTU_SIZE
= 5 * 1024 * 1024; // 5 M, 1024 is scale
member
Completed in 3 milliseconds