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:ptrReqCtl_
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H
A
D
fd_output.cpp
44
ptrReqCtl_
= parameter->getClientCallback();
in PreExecute()
57
if ((
ptrReqCtl_
!= nullptr) && (dumpDatas_ != nullptr)) {
in Execute()
91
int rawParamFd =
ptrReqCtl_
->GetOutputFd();
in WriteToFd()
H
A
D
ipc_stat_dumper.cpp
47
if (
ptrReqCtl_
== nullptr) {
in SendErrorMessage()
48
DUMPER_HILOGE(MODULE_SERVICE, "
ptrReqCtl_
is nullptr, return");
in SendErrorMessage()
51
int rawParamFd =
ptrReqCtl_
->GetOutputFd();
in SendErrorMessage()
61
ptrReqCtl_
= parameter->getClientCallback();
in PreExecute()
210
int rawParamFd =
ptrReqCtl_
->GetOutputFd();
in DoDumpIpcStat()
253
if (
ptrReqCtl_
== nullptr) {
in Execute()
254
DUMPER_HILOGE(MODULE_SERVICE, "
ptrReqCtl_
is nullptr, return");
in Execute()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H
A
D
fd_output.h
56
std::shared_ptr<RawParam>
ptrReqCtl_
;
member in OHOS::HiviewDFX::FDOutput
H
A
D
ipc_stat_dumper.h
41
std::shared_ptr<RawParam>
ptrReqCtl_
;
member in OHOS::HiviewDFX::IPCStatDumper
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H
A
D
dump_implement.cpp
274
ptrReqCtl_
= dumpParameter->getClientCallback();
in CmdParseWithParameter()
283
ptrReqCtl_
= nullptr;
in CmdParseWithParameter()
560
if (
ptrReqCtl_
== nullptr) {
in CmdHelp()
563
int rawParamFd =
ptrReqCtl_
->GetOutputFd();
in CmdHelp()
747
if (
ptrReqCtl_
== nullptr) {
in SendErrorMessage()
750
int rawParamFd =
ptrReqCtl_
->GetOutputFd();
in SendErrorMessage()
759
if (
ptrReqCtl_
== nullptr) {
in SendPidErrorMessage()
762
int rawParamFd =
ptrReqCtl_
->GetOutputFd();
in SendPidErrorMessage()
/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H
A
D
dump_implement.h
105
std::shared_ptr<RawParam>
ptrReqCtl_
;
member in OHOS::HiviewDFX::DumpImplement
Completed in 4 milliseconds