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:pidInfo
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hidumper/services/native/src/
H
A
D
dump_common_utils.cpp
165
PidInfo
pidInfo
;
in GetPidInfos()
local
166
StrToInt(name,
pidInfo
.pid_);
in GetPidInfos()
167
GetProcessInfo(
pidInfo
.pid_,
pidInfo
);
in GetPidInfos()
169
GetProcessNameByPid(
pidInfo
.pid_,
pidInfo
.cmdline_);
in GetPidInfos()
171
infos.push_back(
pidInfo
);
in GetPidInfos()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H
A
D
config_utils.cpp
597
int ConfigUtils::GetDumpLevelByPid(int uid, const DumpCommonUtils::PidInfo &
pidInfo
)
in GetDumpLevelByPid()
argument
605
if (uid ==
pidInfo
.uid_) {
in GetDumpLevelByPid()
730
for (auto
pidInfo
: currentPidInfos_) {
in GetGroup()
731
int newLevel = GetDumpLevelByPid(dumperParam_->GetUid(),
pidInfo
);
in GetGroup()
736
newArgs->SetPid(
pidInfo
.pid_,
pidInfo
.uid_);
in GetGroup()
861
for (auto &
pidInfo
: currentPidInfos_) {
in CopySmaps()
862
int newLevel = GetDumpLevelByPid(uid,
pidInfo
);
in CopySmaps()
871
std::string pid = std::to_string(
pidInfo
.pid_);
in CopySmaps()
872
std::string desfolder = logFolder + SMAPS_PATH +
pidInfo
in CopySmaps()
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H
A
D
config_utils.h
35
static int GetDumpLevelByPid(int uid, const DumpCommonUtils::PidInfo &
pidInfo
);
Completed in 5 milliseconds