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:procInfo
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H
A
D
procinfo.cpp
43
static bool GetProcStatusByPath(struct ProcInfo&
procInfo
, const std::string& path)
in GetProcStatusByPath()
argument
63
procInfo
.pid = getpid();
in GetProcStatusByPath()
65
procInfo
.pid = pid;
in GetProcStatusByPath()
67
procInfo
.nsPid = pid;
in GetProcStatusByPath()
74
procInfo
.ppid = getppid();
in GetProcStatusByPath()
76
procInfo
.ppid = ppid;
in GetProcStatusByPath()
84
procInfo
.ns = false;
in GetProcStatusByPath()
85
procInfo
.nsPid = pid;
in GetProcStatusByPath()
87
procInfo
.ns = true;
in GetProcStatusByPath()
88
procInfo
in GetProcStatusByPath()
105
struct ProcInfo
procInfo
;
TidToNstid()
local
113
GetProcStatusByPid(int realPid, struct ProcInfo&
procInfo
)
GetProcStatusByPid()
argument
122
GetProcStatus(struct ProcInfo&
procInfo
)
GetProcStatus()
argument
166
struct ProcInfo
procInfo
;
GetTidsByPid()
local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
H
A
D
procinfo_test.cpp
48
ProcInfo
procInfo
;
in HWTEST_F()
local
49
ASSERT_TRUE(GetProcStatus(
procInfo
));
in HWTEST_F()
50
ASSERT_EQ(getpid(),
procInfo
.pid);
in HWTEST_F()
75
struct ProcInfo
procInfo
;
in HWTEST_F()
local
76
ASSERT_TRUE(GetProcStatusByPid(getpid(),
procInfo
));
in HWTEST_F()
82
if (
procInfo
.ns) {
in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
H
A
D
procinfo.h
44
* @param
procInfo
structure containing information about process(output parameter)
47
bool GetProcStatus(struct ProcInfo&
procInfo
);
52
* @param
procInfo
structure containing information about process(output parameter)
55
bool GetProcStatusByPid(int realPid, struct ProcInfo&
procInfo
);
Completed in 2 milliseconds