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:fragOffset
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H
A
D
frame_combiner.cpp
136
uint32_t
fragOffset
= oriWork.status.GetThisFragmentOffset(inPacketInfo.GetFragNo());
in ContinueExistCombineWork()
local
178
uint32_t
fragOffset
= work.status.GetThisFragmentOffset(inPacketInfo.GetFragNo());
in CreateNewCombineWork()
local
H
A
D
protocol_proto.cpp
358
CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t pktLength, uint32_t
fragOffset
, uint32_t fragLength)
CombinePacketIntoFrame()
argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
clatd_packet_converter.cpp
336
uint16_t
fragOffset
= fragValue & IP_OFFMASK;
in WriteFragHeader()
local
356
uint16_t
fragOffset
= ntohs(ip6FragHeader->ip6f_offlg & IP6F_OFF_MASK) >> IPV6_FRAG_OFFSET_BIT_SUPPLEMENTARY;
in ProcessFragHeader()
local
Completed in 5 milliseconds