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:payloadLen_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H
A
D
serial_buffer.cpp
48
BYTE_8_ALIGN(static_cast<uint64_t>(
payloadLen_
) + static_cast<uint64_t>(headerLen_)) > INT32_MAX) {
in AllocBufferByPayloadLength()
52
payloadLen_
= inPayloadLen;
in AllocBufferByPayloadLength()
54
totalLen_ = BYTE_8_ALIGN(
payloadLen_
+ headerLen_);
in AllocBufferByPayloadLength()
55
paddingLen_ = totalLen_ -
payloadLen_
- headerLen_;
in AllocBufferByPayloadLength()
79
payloadLen_
= totalLen_ - headerLen_;
in AllocBufferByTotalLength()
101
payloadLen_
= totalLen_ - headerLen_;
in SetExternalBuff()
143
twinBuffer->
payloadLen_
=
payloadLen_
;
in Clone()
224
return std::make_pair(bytes_ + headerLen_,
payloadLen_
);
in GetWritableBytesForPayload()
265
return std::make_pair(externalBytes_ + headerLen_,
payloadLen_
);
in GetReadOnlyBytesForPayload()
[all...]
H
A
D
serial_buffer.h
71
uint32_t
payloadLen_
= 0;
member in DistributedDB::SerialBuffer
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H
A
D
parse_result.h
68
payloadLen_
= inPayloadLen;
in SetPayloadLen()
129
return
payloadLen_
;
in GetPayloadLen()
173
uint32_t
payloadLen_
= 0;
member in DistributedDB::ParseResult
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_service_data.cpp
1111
payloadLen_
= parseAdvData.length;
in ParseAdvertiserment()
1585
return
payloadLen_
;
in GetPayloadLen()
H
A
D
ble_service_data.h
1212
size_t
payloadLen_
= 0;
member in OHOS::bluetooth::BlePeripheralDevice
Completed in 5 milliseconds