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:HEADER_LEN
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
data_buffer.h
48
static const uint32_t
HEADER_LEN
= sizeof(HeaderInfo);
member in OHOS::AppDistributedKv::DataBuffer
54
static constexpr uint32_t MAX_TRANSFER_SIZE = 1024 * 1024 * 5 -
HEADER_LEN
;
69
uint8_t headArray[DataBuffer::
HEADER_LEN
];
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H
A
D
stream_packetizer.cpp
36
total += TwoLevelsTlv::
HEADER_LEN
+ TwoLevelsTlv::NUMS_LEN;
in CalculateExtSize()
37
total += TwoLevelsTlv::
HEADER_LEN
+ TwoLevelsTlv::NUMS_LEN;
in CalculateExtSize()
H
A
D
stream_packet_header.h
74
static constexpr int
HEADER_LEN
= 2;
member in Communication::SoftBus::TwoLevelsTlv
105
auto extTlvAlignSize =
HEADER_LEN
+ NUMS_LEN + AlignTo4Bytes(extLen_);
in Packetize()
106
if (AddFrameExtData(pos +
HEADER_LEN
+ NUMS_LEN) != 0) {
in Packetize()
114
checkSum_ +=
HEADER_LEN
+ NUMS_LEN;
in Packetize()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H
A
D
coap_adapter.c
134
const uint8_t *dataPos = buf +
HEADER_LEN
+ pkt->header.tokenLen;
in CoapParseOptionsAndPayloadEx()
182
if (bufLen <
HEADER_LEN
) {
in CoapParseHeader()
229
if ((bufLen >
HEADER_LEN
) && (pkt->header.code == 0)) {
in CoapSoftBusDecodeEx()
237
} else if ((uint32_t)(pkt->header.tokenLen +
HEADER_LEN
) > bufLen) {
in CoapSoftBusDecodeEx()
281
if (buf->size <
HEADER_LEN
) {
in CoapCreateHeaderEx()
302
pkt->len = buf->len =
HEADER_LEN
;
in CoapCreateHeaderEx()
322
if (buf->len <
HEADER_LEN
) {
in CoapAddData()
394
if (buf->len <
HEADER_LEN
) {
in CoapCheckOption()
484
if (buf->len !=
HEADER_LEN
) {
in CoapAddToken()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H
A
D
coap_adapter.h
30
#define
HEADER_LEN
4
macro
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H
A
D
wifi_config_info.h
64
static constexpr int
HEADER_LEN
= 2;
member in OHOS::SoftBus::WifiConfigInfo
H
A
D
wifi_config_info.cpp
35
Unmarshalling(*pro, std::vector<uint8_t>(config.begin() +
HEADER_LEN
, config.end()));
in WifiConfigInfo()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H
A
D
mtp_operation_utils.cpp
79
static constexpr uint32_t
HEADER_LEN
= 12;
member
394
uint32_t initialData = dataBuffer.size() <
HEADER_LEN
? 0 : dataBuffer.size() -
HEADER_LEN
;
in DoRecevieSendObject()
395
int ret = write(fd, &dataBuffer[
HEADER_LEN
], initialData);
in DoRecevieSendObject()
Completed in 5 milliseconds