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:AppLaunchMonitor
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/monitor/
H
A
D
AppLaunchMonitor.cpp
16
#include "
AppLaunchMonitor
.h"
28
AppLaunchMonitor
::
AppLaunchMonitor
(IMonitorRegistry* registry, IAppThrExecutor* exec, IAppStartReporter* reporter,
in AppLaunchMonitor()
function in OHOS::HiviewDFX::AppLaunchMonitor
38
void
AppLaunchMonitor
::HandleEvt(std::shared_ptr<XperfEvt> evt)
in HandleEvt()
40
HIVIEW_LOGI("
AppLaunchMonitor
::HandleEvt");
in HandleEvt()
45
HIVIEW_LOGE("[
AppLaunchMonitor
::HandleEvt] exec is null");
in HandleEvt()
49
void
AppLaunchMonitor
::ExecuteProcessAppEvtTaskInMainThr(const IAppThrExecutor::AppEvtData& data)
in ExecuteProcessAppEvtTaskInMainThr()
51
HIVIEW_LOGI("
AppLaunchMonitor
::ExecuteProcessAppEvtTaskInMainThr");
in ExecuteProcessAppEvtTaskInMainThr()
57
HIVIEW_LOGE("[
AppLaunchMonitor
::ExecuteProcessAppEvtTaskInMainThr] scene is null");
in ExecuteProcessAppEvtTaskInMainThr()
64
void
AppLaunchMonitor
[all...]
H
A
D
AppLaunchMonitor.h
29
class
AppLaunchMonitor
:
class
34
AppLaunchMonitor
(IMonitorRegistry* registry, IAppThrExecutor* exec, IAppStartReporter* reporter,
/base/hiviewdfx/hiview/plugins/performance/context/
H
A
D
NormalContext.cpp
19
#include "
AppLaunchMonitor
.h"
84
AppLaunchMonitor
* appStartMonitor = new
AppLaunchMonitor
(this, common.thr, reporter, processor);
in MakeAppStartMonitor()
Completed in 2 milliseconds