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:enumTmp
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/display/hdi_service/device/src/util/
H
A
D
display_device_common.cpp
206
uint32_t
enumTmp
= parcel->ReadUint32();
in DisplayDeviceReadCmdId()
local
207
enumTmp
&= ~BATCH_CMD_FLAG;
in DisplayDeviceReadCmdId()
209
return ((
enumTmp
> DSP_CMD_EXECUTECMD &&
enumTmp
< DSP_CMD_RESERVED_1001)
in DisplayDeviceReadCmdId()
210
|| (
enumTmp
> DSP_CMD_SET_PROXY_REMOTE_CALLBACK &&
enumTmp
< DSP_CMD_RESERVED_2001)
in DisplayDeviceReadCmdId()
211
|| (
enumTmp
> DSP_CMD_SETLAYERBLENDTYPE))
in DisplayDeviceReadCmdId()
213
: static_cast<DisplayDeviceCommandId>(
enumTmp
);
in DisplayDeviceReadCmdId()
/drivers/peripheral/display/hdi_service/device/src/server/
H
A
D
display_device_host_driver.cpp
1706
uint32_t
enumTmp
= 0;
in SetLayerCompositionType()
local
1707
if (!data->ReadUint32(
enumTmp
)) {
in SetLayerCompositionType()
1711
CompositionType compositiontypeTmp = Convert2CompositionType(
enumTmp
);
in SetLayerCompositionType()
1893
int32_t
enumTmp
= 0;
in SetTransformMode()
local
1894
if (!data->ReadInt32(
enumTmp
)) {
in SetTransformMode()
1898
TransformType typeTmp = Convert2TransformType(
enumTmp
);
in SetTransformMode()
1995
int32_t
enumTmp
= 0;
in SetLayerBlendType()
local
1996
if (!data->ReadInt32(
enumTmp
)) {
in SetLayerBlendType()
2000
DISPLAY_LOG("server receive type = %{public}d",
enumTmp
);
in SetLayerBlendType()
2001
BlendType typeTmp = Convert2BlendTypeType(
enumTmp
);
in SetLayerBlendType()
[all...]
Completed in 4 milliseconds