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:ReportNormal
(Results
1 - 18
of
18
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/monitor/
H
A
D
JankAnimatorMonitor.cpp
77
ReportNormal
(metrics);
in ReportMetrics()
91
void JankAnimatorMonitor::
ReportNormal
(const AnimatorMetrics& metrics)
in ReportNormal()
function in OHOS::HiviewDFX::JankAnimatorMonitor
95
reporter->
ReportNormal
(event);
in ReportNormal()
97
HIVIEW_LOGE("JankAnimatorMonitor
ReportNormal
reporter is null.");
in ReportNormal()
H
A
D
AppLaunchMonitor.cpp
68
ReportNormal
(metrics);
in ReportMetrics()
74
void AppLaunchMonitor::
ReportNormal
(const AppStartMetrics& metrics)
in ReportNormal()
function in OHOS::HiviewDFX::AppLaunchMonitor
76
HIVIEW_LOGI("AppLaunchMonitor::
ReportNormal
");
in ReportNormal()
82
reporter->
ReportNormal
(reportEvent);
in ReportNormal()
H
A
D
JankAnimatorMonitor.h
49
void
ReportNormal
(const AnimatorMetrics& metrics);
H
A
D
AppLaunchMonitor.h
47
void
ReportNormal
(const AppStartMetrics& metrics);
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H
A
D
AppStartReporter.h
24
void
ReportNormal
(const AppStartReportData& data) override;
H
A
D
JankAnimatorReporter.h
25
void
ReportNormal
(const JankAnimatorReportData& data) override;
H
A
D
IAppStartReportInfrastructure.h
55
virtual void
ReportNormal
(const AppStartReportData& data) = 0;
H
A
D
IJankAnimatorReportInfrastructure.h
55
virtual void
ReportNormal
(const JankAnimatorReportData& data) = 0;
H
A
D
AppStartReporter.cpp
26
void AppStartReporter::
ReportNormal
(const AppStartReportData& data)
in ReportNormal()
function in OHOS::HiviewDFX::AppStartReporter
28
HIVIEW_LOGD("AppStartReporter::
ReportNormal
");
in ReportNormal()
H
A
D
JankAnimatorReporter.cpp
29
void JankAnimatorReporter::
ReportNormal
(const JankAnimatorReportData& data)
in ReportNormal()
function in OHOS::HiviewDFX::JankAnimatorReporter
31
HIVIEW_LOGD("JankAnimatorReporter
ReportNormal
Start");
in ReportNormal()
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H
A
D
AppStartReporterAdapter.cpp
28
void AppStartReporterAdapter::
ReportNormal
(const AppStartReportEvent& event)
in ReportNormal()
function in OHOS::HiviewDFX::AppStartReporterAdapter
32
reporter->
ReportNormal
(data);
in ReportNormal()
35
HIVIEW_LOGD("[AppStartReporterAdapter::
ReportNormal
] PostAppStartEvent begin");
in ReportNormal()
37
HIVIEW_LOGD("[AppStartReporterAdapter::
ReportNormal
] PostAppStartEvent end");
in ReportNormal()
39
HIVIEW_LOGE("[AppStartReporterAdapter::
ReportNormal
] exception:%{public}s", ex.what());
in ReportNormal()
H
A
D
SimpleAppStartReporterAdapter.h
26
void
ReportNormal
(const AppStartReportEvent& event) override;
H
A
D
AppStartReporterAdapter.h
28
void
ReportNormal
(const AppStartReportEvent& event) override;
H
A
D
JankAnimatorReporterAdapter.h
32
void
ReportNormal
(const JankAnimatorReportEvent& report) override;
H
A
D
SimpleAppStartReporterAdapter.cpp
27
void SimpleAppStartReporterAdapter::
ReportNormal
(const AppStartReportEvent& event)
in ReportNormal()
function in OHOS::HiviewDFX::SimpleAppStartReporterAdapter
31
reporter->
ReportNormal
(data);
in ReportNormal()
33
HIVIEW_LOGE("[SimpleAppStartReporterAdapter::
ReportNormal
] exception:%{public}s", ex.what());
in ReportNormal()
H
A
D
JankAnimatorReporterAdapter.cpp
30
void JankAnimatorReporterAdapter::
ReportNormal
(const JankAnimatorReportEvent& event)
in ReportNormal()
function in OHOS::HiviewDFX::JankAnimatorReporterAdapter
32
HIVIEW_LOGD("[JankAnimatorReporterAdapter::
ReportNormal
]");
in ReportNormal()
36
reporter->
ReportNormal
(data);
in ReportNormal()
38
HIVIEW_LOGE("[JankAnimatorReporterAdapter
ReportNormal
] report is null");
in ReportNormal()
43
HIVIEW_LOGD("[JankAnimatorReporterAdapter::
ReportNormal
] PostScrollJankEvent begin");
in ReportNormal()
45
HIVIEW_LOGD("[JankAnimatorReporterAdapter::
ReportNormal
] PostScrollJankEvent end");
in ReportNormal()
49
HIVIEW_LOGE("[JankAnimatorReporterAdapter
ReportNormal
] exception: %{public}s", ex.what());
in ReportNormal()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H
A
D
IJankAnimatorReporter.h
56
virtual void
ReportNormal
(const JankAnimatorReportEvent& report) = 0;
H
A
D
IAppStartReporter.h
57
virtual void
ReportNormal
(const AppStartReportEvent& report) = 0;
Completed in 5 milliseconds