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:ReadUint16
(Results
1 - 11
of
11
) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
servstat_listener_stub.cpp
52
if (!data.
ReadUint16
(status.deviceClass) || !data.
ReadUint16
(status.status)) {
in ServStatListenerStubOnReceive()
H
A
D
iservmgr_client.cpp
158
info.devClass = reply.
ReadUint16
();
in HdfDevMgrDbgFillServiceInfo()
/drivers/hdf_core/framework/test/fuzztest/servmgr_cpp_fuzzer/unregisterservicestatuslistener_fuzzer/
H
A
D
unregisterservicestatuslistener_fuzzer.cpp
54
auto deviceclass = parcel.
ReadUint16
();
in UnregisterServiceStatusListenerFuzzTest()
/drivers/hdf_core/framework/tools/hc-gen/src/
H
A
D
decompile.h
43
bool
ReadUint16
(uint16_t &value);
H
A
D
decompile.cpp
82
bool Decompile::
ReadUint16
(uint16_t &value)
in ReadUint16()
function in Decompile
213
if (!
ReadUint16
(u16Value)) {
in RebuildNumberObject()
235
if (!
ReadUint16
(arraySize)) {
in RebuildArray()
/drivers/external_device_manager/services/zidl/src/
H
A
D
driver_ext_mgr_types.cpp
147
if (!parcel.
ReadUint16
(device->productId)) {
in UnMarshalling()
152
if (!parcel.
ReadUint16
(device->vendorId)) {
in UnMarshalling()
328
if (!parcel.
ReadUint16
(deviceInfo->productId)) {
in UnMarshalling()
332
if (!parcel.
ReadUint16
(deviceInfo->vendorId)) {
in UnMarshalling()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H
A
D
pin_auth_hdi_fuzzer.cpp
81
executorInfo.sensorId = parcel.
ReadUint16
();
in FillFuzzExecutorInfo()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
87
executorInfo.sensorId = parcel.
ReadUint16
();
in FillFuzzExecutorInfo()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
87
executorInfo.sensorId = parcel.
ReadUint16
();
in FillFuzzExecutorInfo()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_sbuf_impl_hipc.cpp
202
bool ret = MParcelCast(sbuf)->
ReadUint16
(v);
in SbufMParcelImplReadUint16()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H
A
D
user_auth_hdi_fuzzer.cpp
156
enrolledState.credentialCount = parcel.
ReadUint16
();
in FillFuzzEnrolledState()
Completed in 6 milliseconds