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:ppid
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H
A
D
log_utils.cpp
451
uint32_t
ppid
= 0;
in GetPPidByPid()
local
454
return
ppid
;
in GetPPidByPid()
458
return
ppid
;
in GetPPidByPid()
464
return
ppid
;
in GetPPidByPid()
469
if ((ppidLoc == nullptr) || (sscanf_s(ppidLoc, "PPid:%d", &
ppid
) == -1)) {
in GetPPidByPid()
470
return
ppid
;
in GetPPidByPid()
472
std::string ppidName = GetNameByPid(
ppid
);
in GetPPidByPid()
473
//
ppid
fork the sh to execute hilog, sh is not wanted
ppid
in GetPPidByPid()
475
return GetPPidByPid(
ppid
);
in GetPPidByPid()
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H
A
D
procinfo.cpp
52
int
ppid
= 0;
in GetProcStatusByPath()
local
73
if (sscanf_s(buf, "%*[^0-9]%d", &
ppid
) != ARGS_COUNT_ONE) {
in GetProcStatusByPath()
74
procInfo.
ppid
= getppid();
in GetProcStatusByPath()
76
procInfo.
ppid
=
ppid
;
in GetProcStatusByPath()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
H
A
D
procinfo.h
34
int
ppid
;
member
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H
A
D
fault_detector_util.cpp
335
string
ppid
= statInfo[PPID_INDEX];
in GetParentPid()
local
336
if (!isdigit(
ppid
[0])) {
in GetParentPid()
340
return stoi(
ppid
);
in GetParentPid()
345
int
ppid
= GetParentPid(pid);
in IsKernelProcess()
local
346
return
ppid
== PID_KTHREADD;
in IsKernelProcess()
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
service_controller.cpp
489
uint32_t
ppid
= GetPPidByPid(pid);
in LogFilterFromOutputRqst()
local
490
if (
ppid
> 0) {
in LogFilterFromOutputRqst()
492
filter.pids[1] =
ppid
;
in LogFilterFromOutputRqst()
Completed in 5 milliseconds