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:blackPid
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/include/
H
A
D
log_filter.h
36
bool
blackPid
;
member
56
std::cout << "
blackPid
: " <<
blackPid
<< std::endl;
in Print()
/base/hiviewdfx/hilog/services/hilogtool/
H
A
D
main.cpp
317
bool
blackPid
;
member
334
fileName(""), buffSize(0), jobId(0), fileSize(0), levels(0), stream(""), fileNum(0),
blackPid
(false),
355
rqst.
blackPid
=
blackPid
;
in ToOutputRqst()
671
context.
blackPid
= (arg[0] == BLACK_PREFIX);
in PidHandler()
673
Split(context.
blackPid
? arg + 1 : arg, pids);
in PidHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H
A
D
hilog_cmd.h
84
bool
blackPid
;
member
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
service_controller.cpp
475
filter.
blackPid
= rqst.
blackPid
;
in LogFilterFromOutputRqst()
486
filter.
blackPid
= false;
in LogFilterFromOutputRqst()
H
A
D
log_buffer.cpp
208
if (filter.pidCount && match == filter.
blackPid
) {
in LogMatchFilter()
Completed in 9 milliseconds