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:packLen
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dsoftbus/core/connection/br/src/
H
A
D
softbus_conn_br_trans.c
59
uint32_t
packLen
= head->len + sizeof(ConnPktHead);
in BrRecvDataParse()
local
[all...]
/foundation/communication/dsoftbus/core/connection/ble/src/
H
A
D
softbus_conn_ble_trans.c
531
uint32_t
packLen
= head->len + sizeof(ConnPktHead);
in ConnCocTransRecv()
local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H
A
D
value_slice_sync.cpp
384
uint32_t
packLen
= parcel.ReadInt(ackCode);
in RequestPacketDeSerialization()
local
457
uint32_t
packLen
= 0;
in AckPacketDeSerialization()
local
[all...]
H
A
D
multi_ver_data_sync.cpp
412
uint64_t
packLen
= parcel.ReadInt(pktErrCode);
in RequestPacketDeSerialization()
local
496
uint32_t
packLen
= parcel.ReadInt(pktErrCode);
in AckPacketDeSerialization()
local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
commit_history_sync.cpp
389
uint64_t
packLen
= 0;
in RequestPacketDeSerialization()
local
495
uint32_t
packLen
= 0;
AckPacketDeSerialization()
local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_serialize_manager.cpp
362
uint32_t
packLen
= parcel.ReadUInt32(version);
in DataPacketDeSerialization()
local
449
DataPacketSyncerPartDeSerialization(Parcel &parcel, DataRequestPacket *packet, uint32_t
packLen
, uint32_t length, uint32_t version)
DataPacketSyncerPartDeSerialization()
argument
Completed in 7 milliseconds