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:ReportCritical
(Results
1 - 11
of
11
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/monitor/
H
A
D
JankAnimatorMonitor.cpp
83
ReportCritical
(metrics, "", "");
in ReportMetrics()
101
void JankAnimatorMonitor::
ReportCritical
(const AnimatorMetrics& metrics, const std::string& traceFileName,
in ReportCritical()
function in OHOS::HiviewDFX::JankAnimatorMonitor
107
reporter->
ReportCritical
(event);
in ReportCritical()
109
HIVIEW_LOGE("JankAnimatorMonitor
ReportCritical
reporter is null.");
in ReportCritical()
H
A
D
JankAnimatorMonitor.h
50
void
ReportCritical
(const AnimatorMetrics& metrics, const std::string& traceFileName,
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H
A
D
JankAnimatorReporter.h
26
void
ReportCritical
(const JankAnimatorReportData& data) override;
H
A
D
IJankAnimatorReportInfrastructure.h
56
virtual void
ReportCritical
(const JankAnimatorReportData& data) = 0;
H
A
D
JankAnimatorReporter.cpp
58
void JankAnimatorReporter::
ReportCritical
(const JankAnimatorReportData& data)
in ReportCritical()
function in OHOS::HiviewDFX::JankAnimatorReporter
60
HIVIEW_LOGD("JankAnimatorReporter
ReportCritical
Start");
in ReportCritical()
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H
A
D
SimpleAppStartReporterAdapter.h
27
void
ReportCritical
(const AppStartReportEvent& event) override;
H
A
D
JankAnimatorReporterAdapter.h
33
void
ReportCritical
(const JankAnimatorReportEvent& report) override;
H
A
D
JankAnimatorReporterAdapter.cpp
53
void JankAnimatorReporterAdapter::
ReportCritical
(const JankAnimatorReportEvent& event)
in ReportCritical()
function in OHOS::HiviewDFX::JankAnimatorReporterAdapter
55
HIVIEW_LOGD("[JankAnimatorReporterAdapter::
ReportCritical
]");
in ReportCritical()
59
reporter->
ReportCritical
(data);
in ReportCritical()
61
HIVIEW_LOGE("[JankAnimatorReporterAdapter
ReportCritical
] report is null");
in ReportCritical()
65
HIVIEW_LOGE("[JankAnimatorReporterAdapter::
ReportCritical
] exception: %s", ex.what());
in ReportCritical()
H
A
D
SimpleAppStartReporterAdapter.cpp
37
void SimpleAppStartReporterAdapter::
ReportCritical
(const AppStartReportEvent& event)
in ReportCritical()
function in OHOS::HiviewDFX::SimpleAppStartReporterAdapter
43
HIVIEW_LOGE("[SimpleAppStartReporterAdapter::
ReportCritical
] exception:%{public}s", ex.what());
in ReportCritical()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H
A
D
IJankAnimatorReporter.h
57
virtual void
ReportCritical
(const JankAnimatorReportEvent& report) = 0;
H
A
D
IAppStartReporter.h
58
virtual void
ReportCritical
(const AppStartReportEvent& report) = 0;
Completed in 3 milliseconds