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:processState_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_device_manager.h
33
processState_
(state), focusState_(focusState) {}
in CameraProcessPriority()
37
return (this->
processState_
== rhs.
processState_
) && (this->focusState_ == rhs.focusState_);
in operator ==()
50
if (this->
processState_
== rhs.
processState_
) {
in operator <()
51
MEDIA_DEBUG_LOG("this->
processState_
:%{public}d == rhs.
processState_
: %{public}d",
in operator <()
52
this->
processState_
, rhs.
processState_
);
in operator <()
55
MEDIA_DEBUG_LOG("this->processState:%{public}d, rhs.
processState_
in operator <()
101
int32_t
processState_
;
global()
member in OHOS::CameraStandard::CameraProcessPriority
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H
A
D
cgroup_adjuster.cpp
175
if (pr.
processState_
== (int32_t)ApplicationState::APP_STATE_BACKGROUND) {
in ComputeProcessGroup()
182
if (pr.
processState_
== (int32_t)ApplicationState::APP_STATE_BACKGROUND) {
in ComputeProcessGroup()
186
if (pr.
processState_
== (int32_t)ApplicationState::APP_STATE_BACKGROUND) {
in ComputeProcessGroup()
188
} else if (pr.
processState_
== (int32_t)ApplicationState::APP_STATE_FOREGROUND) {
in ComputeProcessGroup()
H
A
D
sched_controller.cpp
537
.append(", processState: ").append(ToString(process->
processState_
))
in DumpProcessEventState()
H
A
D
cgroup_event_handler.cpp
220
procRecord->
processState_
= state;
in HandleProcessStateChanged()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H
A
D
supervisor.h
125
int32_t
processState_
= 0;
member in OHOS::ResourceSchedule::ProcessRecord
Completed in 5 milliseconds