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:bytes_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H
A
D
serial_buffer.cpp
30
bytes_
= nullptr;
in ~SerialBuffer()
47
if (oringinalBytes_ != nullptr ||
bytes_
!= nullptr || externalBytes_ != nullptr ||
in AllocBufferByPayloadLength()
63
bytes_
= oringinalBytes_ + extendHeadLen_;
in AllocBufferByPayloadLength()
70
if (
bytes_
!= nullptr || externalBytes_ != nullptr) {
in AllocBufferByTotalLength()
81
bytes_
= new (std::nothrow) uint8_t[inTotalLen]();
in AllocBufferByTotalLength()
82
if (
bytes_
== nullptr) {
in AllocBufferByTotalLength()
85
oringinalBytes_ =
bytes_
;
in AllocBufferByTotalLength()
92
if (
bytes_
!= nullptr || externalBytes_ != nullptr) {
in SetExternalBuff()
119
if (
bytes_
== nullptr) {
in Clone()
120
twinBuffer->
bytes_
in Clone()
[all...]
H
A
D
serial_buffer.h
44
// Create a SerialBuffer that has a independent
bytes_
and point to the same externalBytes_
67
uint8_t *
bytes_
= nullptr; // distributeddb start addr
member in DistributedDB::SerialBuffer
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H
A
D
font_buffer.cpp
25
: hash_(hash),
bytes_
(bytes.data(), bytes.data() + bytes.size()),
in FontBuffer()
53
auto ftFace = fontManager->OpenFtFace(
bytes_
, index);
in CreateFace()
H
A
D
font_buffer.h
45
BASE_NS::vector<uint8_t>
bytes_
; // font file contents
member in final
H
A
D
font.cpp
62
return faceData_->fontBuffer_->
bytes_
;
in GetFontData()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H
A
D
rtcp_context.cpp
27
bytes_
+= bytes;
in OnRtp()
40
rtcp->octetCount_ = htonl((uint32_t)
bytes_
);
in CreateRtcpSR()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H
A
D
rtcp_context.h
74
size_t
bytes_
= 0;
member in OHOS::Sharing::RtcpContext
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H
A
D
netsys_net_diag_data.h
57
uint16_t
bytes_
= 0;
member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H
A
D
netsys_net_diag_data.cpp
107
if (!parcel.WriteUint16(
bytes_
)) {
in Marshalling()
127
if (!parcel.ReadUint16(icmpSeq.
bytes_
)) {
in Unmarshalling()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
net_diag_wrapper_test.cpp
461
responseInfo.
bytes_
= TEST_UINT16_VALUE;
in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
net_diag_wrapper.cpp
435
icmpRespInfo.
bytes_
= static_cast<uint16_t>(CommonUtils::StrToUint(match[bytesPos].str()));
in ExtractIcmpSeqInfo()
Completed in 10 milliseconds