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:GetProcessState
(Results
1 - 8
of
8
) sorted by relevance
/base/hiviewdfx/hiview/plugins/unified_collector/observer/
H
A
D
uc_render_state_observer.cpp
26
ProcessState
GetProcessState
(int32_t state)
in GetProcessState()
function
42
ProcessState procState =
GetProcessState
(renderStateData.state);
in OnRenderStateChanged()
/base/hiviewdfx/hiview/framework/native/unified_collection/process/include/
H
A
D
process_status.h
43
ProcessState
GetProcessState
(int32_t pid);
/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H
A
D
process_status.cpp
101
ProcessState ProcessStatus::
GetProcessState
(int32_t pid)
in GetProcessState()
function in OHOS::HiviewDFX::UCollectUtil::ProcessStatus
/base/hiviewdfx/hiview/plugins/freeze_detector/
H
A
D
freeze_detector_plugin.cpp
158
UCollectUtil::ProcessState state = UCollectUtil::ProcessStatus::GetInstance().
GetProcessState
(pid);
in CheckForeGround()
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H
A
D
cpu_storage.cpp
107
ProcessState procState = ProcessStatus::GetInstance().
GetProcessState
(pid);
in IsForegroundStateInCollectionPeriod()
119
static_cast<int32_t>(ProcessStatus::GetInstance().
GetProcessState
(cpuCollectionInfo.pid));
in GetPowerProcessStateInCollectionPeriod()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H
A
D
faultlogger.cpp
277
if (UCollectUtil::ProcessStatus::GetInstance().
GetProcessState
(info.pid) ==
in AddPublicInfo()
280
} else if (UCollectUtil::ProcessStatus::GetInstance().
GetProcessState
(info.pid) ==
in AddPublicInfo()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H
A
D
memory_collector_impl.cpp
324
memory.procState = ProcessStatus::GetInstance().
GetProcessState
(pid);
in InitProcessMemory()
H
A
D
io_collector_impl.cpp
539
ProcessState procState = ProcessStatus::GetInstance().
GetProcessState
(pid);
in GetProcStateInCollectionPeriod()
Completed in 8 milliseconds