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:byteBuffer
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/dmsfwk_lite/source/
H
A
D
dmslite_parser.c
80
static TlvErrorCode TlvFillNode(const uint8_t *
byteBuffer
, uint16_t bufLength,
in TlvFillNode()
argument
89
node->type = *
byteBuffer
;
in TlvFillNode()
95
const uint8_t *lengthPartAddr =
byteBuffer
+ curTlvNodeLen;
in TlvFillNode()
105
node->value =
byteBuffer
+ curTlvNodeLen;
in TlvFillNode()
165
TlvErrorCode TlvBytesToNode(const uint8_t *
byteBuffer
, uint16_t bufLength, TlvNode **tlv)
in TlvBytesToNode()
argument
167
if ((tlv == NULL) || (
byteBuffer
== NULL)) {
in TlvBytesToNode()
187
const uint8_t *nodeStartAddr =
byteBuffer
;
in TlvBytesToNode()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
image_impl.cpp
135
ret->
byteBuffer
= static_cast<uint8_t*>(malloc(len + 1));
in GetComponent()
136
if (ret->
byteBuffer
== nullptr) {
in GetComponent()
141
ret->
byteBuffer
[i] = nativePtr->raw[i];
in GetComponent()
143
ret->
byteBuffer
[len] = '\0';
in GetComponent()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_mdk_kits.cpp
105
args->outComponent->
byteBuffer
= nativeComponent->virAddr;
in ImageNapiGetComponent()
107
args->outComponent->
byteBuffer
= nativeComponent->raw.data();
in ImageNapiGetComponent()
110
if (args->outComponent->
byteBuffer
== nullptr) {
in ImageNapiGetComponent()
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H
A
D
image_utils.h
41
uint8_t *
byteBuffer
;
member
/foundation/multimedia/image_framework/interfaces/kits/native/include/
H
A
D
image_mdk.h
111
uint8_t*
byteBuffer
;
member
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H
A
D
render_frame_util.cpp
62
defaultCopyData_.
byteBuffer
= make_unique<ByteArray>(0U);
in RenderFrameUtil()
162
copyDataRef.
byteBuffer
= make_unique<ByteArray>(byteSize);
in ProcessFrameInputCopyData()
179
copyDataRef.
byteBuffer
= make_unique<ByteArray>(byteSize);
in ProcessFrameInputCopyData()
194
if (copyDataRef.
byteBuffer
&& copyDataRef.bufferHandle) {
in ProcessFrameInputCopyData()
200
dataCopy.byteArray = copyDataRef.
byteBuffer
.get();
in ProcessFrameInputCopyData()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H
A
D
cache_data.cpp
248
uint8_t *
byteBuffer
= reinterpret_cast<uint8_t *>(buffer);
in Serialize()
local
261
ShaderData *shaderBuffer = reinterpret_cast<ShaderData *>(&
byteBuffer
[byteOffset]);
in Serialize()
297
const uint8_t *
byteBuffer
= reinterpret_cast<const uint8_t *>(buffer);
in DeSerialize()
local
304
const ShaderData *shaderBuffer = reinterpret_cast<const ShaderData *>(&
byteBuffer
[byteOffset]);
in DeSerialize()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/util/
H
A
D
intf_render_frame_util.h
60
BASE_NS::unique_ptr<BASE_NS::ByteArray>
byteBuffer
;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H
A
D
metadata_stream_test.cpp
945
byte
byteBuffer
[SIZE_10];
in HWTEST_F()
local
947
byteBuffer
[i] = stream.ReadByte();
in HWTEST_F()
952
EXPECT_EQ(buffer[i],
byteBuffer
[i]);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_host_impl.cpp
1464
Security::CodeSign::ByteBuffer
byteBuffer
;
in DeliverySignProfile()
local
1465
byteBuffer
.CopyFrom(reinterpret_cast<const uint8_t *>(profileBlock), profileBlockLength);
in DeliverySignProfile()
1466
ErrCode ret = Security::CodeSign::CodeSignUtils::EnableKeyInProfile(bundleName,
byteBuffer
);
in DeliverySignProfile()
Completed in 9 milliseconds