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:ReadUint64
(Results
1 - 21
of
21
) sorted by relevance
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H
A
D
user_auth_hdi_fuzzer.cpp
70
vector[i] = parcel.
ReadUint64
();
in FillFuzzExecutorInfoIndexVector()
77
scheduleInfo.scheduleId = parcel.
ReadUint64
();
in FillFuzzScheduleInfo()
148
authResultInfo.credentialId = parcel.
ReadUint64
();
in FillFuzzAuthResultInfo()
155
enrolledState.credentialDigest = parcel.
ReadUint64
();
in FillFuzzEnrolledState()
164
param.reuseUnlockResultDuration = parcel.
ReadUint64
();
in FillFuzzReuseUnlockParam()
198
configParam.value.pinExpiredPeriod = parcel.
ReadUint64
();
in FillFuzzGlobalConfigParam()
205
credentialInfo.credentialId = parcel.
ReadUint64
();
in FillFuzzCredentialInfo()
206
credentialInfo.executorIndex = parcel.
ReadUint64
();
in FillFuzzCredentialInfo()
207
credentialInfo.templateId = parcel.
ReadUint64
();
in FillFuzzCredentialInfo()
226
enrolledInfo.enrolledId = parcel.
ReadUint64
();
in FillFuzzEnrolledInfo()
[all...]
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H
A
D
pin_auth_hdi_fuzzer.cpp
108
property.authSubType = parcel.
ReadUint64
();
in FillFuzzProperty()
140
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzSetData()
141
uint64_t authSubType = parcel.
ReadUint64
();
in FuzzSetData()
152
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzEnroll()
164
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzAuthenticate()
178
uint64_t templateId = parcel.
ReadUint64
();
in FuzzDelete()
186
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzCancel()
207
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzSendMessage()
/drivers/external_device_manager/services/zidl/src/
H
A
D
driver_ext_mgr_callback_stub.cpp
53
if (!data.
ReadUint64
(deviceId)) {
in StubOnConnect()
79
if (!data.
ReadUint64
(deviceId)) {
in StubOnDisconnect()
99
if (!data.
ReadUint64
(deviceId)) {
in StubOnUnBind()
H
A
D
driver_ext_mgr_stub.cpp
86
if (!data.
ReadUint64
(deviceId)) {
in OnBindDevice()
115
if (!data.
ReadUint64
(deviceId)) {
in OnUnBindDevice()
139
if (isByDeviceId && !data.
ReadUint64
(deviceId)) {
in OnQueryDeviceInfo()
H
A
D
driver_ext_mgr_types.cpp
137
if (!parcel.
ReadUint64
(device->deviceId)) {
in UnMarshalling()
256
if (!parcel.
ReadUint64
(deviceId)) {
in UnMarshalling()
299
if (!parcel.
ReadUint64
(deviceInfoSize)) {
in DeviceInfosUnMarshalling()
338
if (!parcel.
ReadUint64
(interfaceDescSize)) {
in UnMarshalling()
507
if (!parcel.
ReadUint64
(driverInfoSize)) {
in DriverInfosUnMarshalling()
H
A
D
driver_ext_mgr_proxy.cpp
55
if (!reply.
ReadUint64
(deviceInfoSize)) {
in QueryDevice()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
129
property.authSubType = parcel.
ReadUint64
();
in FillFuzzProperty()
163
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzEnroll()
175
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzAuthenticate()
189
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzIdentify()
210
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzCancel()
264
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzSendMessage()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H
A
D
all_in_one_executor_fuzzer.cpp
129
property.authSubType = parcel.
ReadUint64
();
in FillFuzzProperty()
163
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzEnroll()
175
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzAuthenticate()
190
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzIdentify()
211
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzCancel()
265
uint64_t scheduleId = parcel.
ReadUint64
();
in FuzzSendMessage()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_callback/
H
A
D
display_device_callback_stub.cpp
39
uint64_t ns = data.
ReadUint64
();
in OnRemoteRequest()
/drivers/hdf_core/framework/tools/hc-gen/src/
H
A
D
decompile.h
47
bool
ReadUint64
(uint64_t &value);
H
A
D
decompile.cpp
95
bool Decompile::
ReadUint64
(uint64_t &value)
in ReadUint64()
function in Decompile
223
if (!
ReadUint64
(u64Value)) {
in RebuildNumberObject()
/drivers/peripheral/display/hdi_service/gralloc/include/
H
A
D
parcel_utils.h
37
pAllocInfo->usage = data.
ReadUint64
();
in UnpackAllocInfo()
/drivers/interface/display/composer/command_pack/
H
A
D
command_data_unpacker.h
37
bool
ReadUint64
(uint64_t& value)
in ReadUint64()
function in OHOS::HDI::Display::CommandDataUnpacker
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
native_buffer.cpp
218
!messageParcel.ReadInt32(handle_->format) || !messageParcel.
ReadUint64
(handle_->usage) ||
in ExtractFromParcel()
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H
A
D
hdi_smq_meta.h
436
if (!parcel.
ReadUint64
(readElementCount)) {
in UnMarshalling()
/drivers/peripheral/display/hdi_service/device/src/util/
H
A
D
display_device_common.cpp
155
*data = parcel->
ReadUint64
();
in DisplayDeviceReadUint64()
/drivers/interface/display/composer/v1_0/display_command/
H
A
D
display_cmd_utils.h
295
DISPLAY_CHK_CONDITION(retVal, true, unpacker.
ReadUint64
(handle->usage),
in UnpackBasicInfo()
297
DISPLAY_CHK_CONDITION(retVal, true, unpacker.
ReadUint64
(handle->phyAddr),
in UnpackBasicInfo()
/drivers/interface/display/composer/v1_2/display_command/
H
A
D
display_cmd_responser.h
298
ret = unpacker.
ReadUint64
(frameID) ? HDF_SUCCESS : HDF_FAILURE;
in OnSetDisplayConstraint()
301
ret = unpacker.
ReadUint64
(ns) ? HDF_SUCCESS : HDF_FAILURE;
in OnSetDisplayConstraint()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_sbuf_impl_hipc.cpp
180
bool ret = MParcelCast(sbuf)->
ReadUint64
(v);
in SbufMParcelImplReadUint64()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H
A
D
display_device_proxy.cpp
416
value = reply.
ReadUint64
();
in GetDisplayProperty()
/drivers/peripheral/display/hdi_service/device/src/server/
H
A
D
display_device_host_driver.cpp
467
if (!data->
ReadUint64
(valueTmp)) {
in SetDisplayProperty()
Completed in 17 milliseconds