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:DfxSignal
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_signal.cpp
31
#define LOG_TAG "
DfxSignal
"
34
bool
DfxSignal
::IsAvailable() const
in IsAvailable()
43
bool
DfxSignal
::IsAddrAvailable() const
in IsAddrAvailable()
57
bool
DfxSignal
::IsPidAvailable() const
in IsPidAvailable()
71
std::string
DfxSignal
::PrintSignal(const siginfo_t &info)
in PrintSignal()
76
DfxSignal
signal(info.si_signo);
in PrintSignal()
88
std::string
DfxSignal
::FormatSignalName(const int32_t signal)
in FormatSignalName()
109
std::string
DfxSignal
::FormatCodeName(const int32_t signal, const int32_t signalCode)
in FormatCodeName()
127
return
DfxSignal
::FormatCommonSignalCodeName(signalCode);
in FormatCodeName()
130
std::string
DfxSignal
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H
A
D
dfx_signal.h
25
class
DfxSignal
{
class
27
explicit
DfxSignal
(const int32_t signal) : signal_(signal) {}
in DfxSignal()
function in OHOS::HiviewDFX::DfxSignal
28
~
DfxSignal
() = default;
41
DfxSignal
() = delete;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
signal_test.cpp
44
* @tc.desc: test
DfxSignal
functions
70
std::string sigStr =
DfxSignal
::PrintSignal(si) + "\n";
in HWTEST_F()
86
std::shared_ptr<
DfxSignal
> signal = std::make_shared<
DfxSignal
>(input);
in HWTEST_F()
115
std::shared_ptr<
DfxSignal
> signal = std::make_shared<
DfxSignal
>(input);
in HWTEST_F()
136
std::shared_ptr<
DfxSignal
> signal = std::make_shared<
DfxSignal
>(input);
in HWTEST_F()
151
std::shared_ptr<
DfxSignal
> signal = std::make_shared<
DfxSignal
>(inpu
in HWTEST_F()
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
dfx_stack_info_formatter.cpp
89
DfxSignal
dfxSignal(request_->siginfo.si_signo);
in GetNativeCrashInfo()
H
A
D
printer.cpp
106
reason +=
DfxSignal
::PrintSignal(request.siginfo);
in FillReasonAccordingMsgType()
Completed in 4 milliseconds