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:DUMMY
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/strategy/
H
A
D
background_strategy.cpp
51
if (mode == ExecutionMode::
DUMMY
) {
in GetWork()
81
return ExecutionMode::
DUMMY
;
in GetExecutionMode()
92
return ExecutionMode::
DUMMY
;
in GetExecutionMode()
H
A
D
user_initiated_strategy.cpp
42
if ((jobPtr != nullptr) && (mode != ExecutionMode::
DUMMY
)) {
in GetWork()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_settings.cpp
74
static const std::string
DUMMY
;
in Get()
local
76
return parameter ? parameter->ToString() :
DUMMY
;
in Get()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H
A
D
basic_definitions.h
176
DUMMY
enumerator
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/
H
A
D
video_strategy_center.cpp
169
if ((jobPtr != nullptr) && (mode != ExecutionMode::
DUMMY
)) {
in GetWork()
187
return ExecutionMode::
DUMMY
;
in GetExecutionMode()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/
H
A
D
dps_event_report.cpp
133
dpsEventInfo.executionMode = ExecutionMode::
DUMMY
;
in SetEventInfo()
Completed in 3 milliseconds