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:ReadUint8
(Results
1 - 10
of
10
) sorted by relevance
/drivers/hdf_core/framework/tools/hc-gen/src/
H
A
D
decompile.h
41
bool
ReadUint8
(uint8_t &value);
H
A
D
decompile.cpp
69
bool Decompile::
ReadUint8
(uint8_t &value)
in ReadUint8()
function in Decompile
127
bool ret =
ReadUint8
(value);
in GetNextByteCode()
208
if (!
ReadUint8
(u8Value)) {
in RebuildNumberObject()
/drivers/external_device_manager/services/zidl/src/
H
A
D
driver_ext_mgr_types.cpp
363
if (!parcel.
ReadUint8
(desc->bInterfaceNumber)) {
in UnMarshalling()
367
if (!parcel.
ReadUint8
(desc->bClass)) {
in UnMarshalling()
371
if (!parcel.
ReadUint8
(desc->bSubClass)) {
in UnMarshalling()
375
if (!parcel.
ReadUint8
(desc->bProtocol)) {
in UnMarshalling()
/drivers/interface/display/composer/v1_0/display_command/
H
A
D
display_cmd_utils.h
359
DISPLAY_CHK_RETURN(unpacker.
ReadUint8
(layerColor.r) == false, HDF_FAILURE,
in LayerColorUnpack()
361
DISPLAY_CHK_RETURN(unpacker.
ReadUint8
(layerColor.g) == false, HDF_FAILURE,
in LayerColorUnpack()
363
DISPLAY_CHK_RETURN(unpacker.
ReadUint8
(layerColor.b) == false, HDF_FAILURE,
in LayerColorUnpack()
365
DISPLAY_CHK_RETURN(unpacker.
ReadUint8
(layerColor.a) == false, HDF_FAILURE,
in LayerColorUnpack()
H
A
D
display_cmd_responser.h
562
retBool = unpacker.
ReadUint8
(alpha.alpha0);
in OnSetLayerAlpha()
565
retBool = unpacker.
ReadUint8
(alpha.alpha1);
in OnSetLayerAlpha()
568
retBool = unpacker.
ReadUint8
(alpha.gAlpha);
in OnSetLayerAlpha()
/drivers/interface/display/composer/command_pack/
H
A
D
command_data_unpacker.h
47
bool
ReadUint8
(uint8_t& value)
in ReadUint8()
function in OHOS::HDI::Display::CommandDataUnpacker
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
218
uint8_t commandId = parcel.
ReadUint8
();
in FuzzSendCommand()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
219
uint8_t commandId = parcel.
ReadUint8
();
in FuzzSendCommand()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_sbuf_impl_hipc.cpp
213
bool ret = MParcelCast(sbuf)->
ReadUint8
(v);
in SbufMParcelImplReadUint8()
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H
A
D
utils_data_stub.cpp
244
entry.data_type = static_cast<uint8_t>(data.
ReadUint8
());
in DecodeCameraMetadata()
Completed in 8 milliseconds