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:g_dpsInfo
(Results
1 - 1
of
1
) sorted by relevance
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/
H
A
D
dps.cpp
31
DpsInfo
g_dpsInfo
;
member
36
std::unique_lock<std::mutex> lock(
g_dpsInfo
.mutex);
in DPS_Initialize()
37
if (
g_dpsInfo
.initialized_) {
in DPS_Initialize()
42
g_dpsInfo
.server = std::make_shared<CommandServer>();
in DPS_Initialize()
43
g_dpsInfo
.session = SessionManager::Create();
in DPS_Initialize()
44
g_dpsInfo
.scheduler = std::make_shared<SchedulerManager>();
in DPS_Initialize()
45
JUDEG(DP_NULL_POINTER,
g_dpsInfo
.server != nullptr);
in DPS_Initialize()
46
JUDEG(DP_NULL_POINTER,
g_dpsInfo
.session != nullptr);
in DPS_Initialize()
47
JUDEG(DP_NULL_POINTER,
g_dpsInfo
.scheduler != nullptr);
in DPS_Initialize()
48
EXEC(
g_dpsInfo
in DPS_Initialize()
[all...]
Completed in 5 milliseconds