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:WriteUint64
(Results
1 - 15
of
15
) sorted by relevance
/drivers/external_device_manager/services/zidl/src/
H
A
D
driver_ext_mgr_callback_proxy.cpp
44
if (!data.
WriteUint64
(deviceId)) {
in OnConnect()
85
if (!data.
WriteUint64
(deviceId)) {
in OnDisconnect()
121
if (!data.
WriteUint64
(deviceId)) {
in OnUnBind()
H
A
D
driver_ext_mgr_stub.cpp
63
if (!reply.
WriteUint64
(static_cast<uint64_t>(devices.size()))) {
in OnQueryDevice()
152
if (!reply.
WriteUint64
(deviceInfoSize)) {
in OnQueryDeviceInfo()
198
if (!reply.
WriteUint64
(driverInfoSize)) {
in OnQueryDriverInfo()
H
A
D
driver_ext_mgr_proxy.cpp
94
if (!data.
WriteUint64
(deviceId)) {
in BindDevice()
131
if (!data.
WriteUint64
(deviceId)) {
in UnBindDevice()
170
if (isByDeviceId && !data.
WriteUint64
(deviceId)) {
in QueryDeviceInfo()
H
A
D
driver_ext_mgr_types.cpp
61
if (!parcel.
WriteUint64
(deviceId)) {
in Marshalling()
174
if (!parcel.
WriteUint64
(deviceId)) {
in Marshalling()
209
if (!parcel.
WriteUint64
(static_cast<uint64_t>(interfaceDescList.size()))) {
in Marshalling()
/drivers/peripheral/display/hdi_service/device/src/server/
H
A
D
display_device_callback_proxy.cpp
41
!data.
WriteUint64
(ns)) {
in OnVBlankCallback()
H
A
D
display_device_host_driver.cpp
442
if (!reply->
WriteUint64
(valueTmp)) {
in GetDisplayProperty()
/drivers/peripheral/display/hdi_service/gralloc/include/
H
A
D
parcel_utils.h
56
if (!data.
WriteUint64
(pAllocInfo->usage)) {
in PackAllocInfo()
/drivers/interface/display/composer/command_pack/
H
A
D
command_data_packer.h
67
bool
WriteUint64
(uint64_t value)
in WriteUint64()
function in OHOS::HDI::Display::CommandDataPacker
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
native_buffer.cpp
93
!messageParcel.WriteInt32(handle_->format) || !messageParcel.
WriteUint64
(handle_->usage)) {
in Marshalling()
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H
A
D
hdi_smq_meta.h
407
if (!parcel.
WriteUint64
(static_cast<uint64_t>(elementCount_))) {
in Marshalling()
/drivers/peripheral/display/hdi_service/device/src/util/
H
A
D
display_device_common.cpp
139
if (!parcel->
WriteUint64
(data)) {
in DisplayDeviceWriteUint64()
/drivers/interface/display/composer/v1_0/display_command/
H
A
D
display_cmd_utils.h
227
DISPLAY_CHK_RETURN(packer.
WriteUint64
(buffer->usage) == false, HDF_FAILURE,
in BufferHandlePack()
229
DISPLAY_CHK_RETURN(packer.
WriteUint64
(buffer->phyAddr) == false, HDF_FAILURE,
in BufferHandlePack()
/drivers/interface/display/composer/v1_2/display_command/
H
A
D
display_cmd_requester.h
273
retBool = requestPacker_.
WriteUint64
(frameID);
in SetDisplayConstraint()
277
retBool = requestPacker_.
WriteUint64
(ns);
in SetDisplayConstraint()
/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/
H
A
D
native_buffer_test.cpp
324
ret = parcel.
WriteUint64
(0); // usage
in HWTEST_F()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_sbuf_impl_hipc.cpp
68
return MParcelCast(sbuf)->
WriteUint64
(value);
in SbufMParcelImplWriteUint64()
Completed in 11 milliseconds