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:IAppLaunchSceneDb
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H
A
D
AppLaunchSceneDataProcessor.h
21
#include "
IAppLaunchSceneDb
.h"
28
using AppStartRecord =
IAppLaunchSceneDb
::AppStartRecord;
29
using InteractionResponse =
IAppLaunchSceneDb
::InteractionResponse;
30
using StartAbility =
IAppLaunchSceneDb
::StartAbility;
31
using AppStartupType =
IAppLaunchSceneDb
::AppStartupType;
32
using ProcessStart =
IAppLaunchSceneDb
::ProcessStart;
33
using AppAttach =
IAppLaunchSceneDb
::AppAttach;
34
using AppForeground =
IAppLaunchSceneDb
::AppForeground;
35
using AbilityForeground =
IAppLaunchSceneDb
::AbilityForeground;
36
using StartWindow =
IAppLaunchSceneDb
[all...]
H
A
D
AppLaunchConverter.h
19
#include "
IAppLaunchSceneDb
.h"
27
static
IAppLaunchSceneDb
::InteractionResponse ConvertToInteractionResponse(const AppStartCheckPointData& data)
in ConvertToInteractionResponse()
29
IAppLaunchSceneDb
::InteractionResponse point;
in ConvertToInteractionResponse()
52
static
IAppLaunchSceneDb
::StartAbility ConvertToStartAbility(const AppStartCheckPointData& data)
in ConvertToStartAbility()
64
static
IAppLaunchSceneDb
::AppStartupType ConvertToAppStartupType(const AppStartCheckPointData& data)
in ConvertToAppStartupType()
79
static
IAppLaunchSceneDb
::ProcessStart ConvertToProcessStart(const AppStartCheckPointData& data)
in ConvertToProcessStart()
95
static
IAppLaunchSceneDb
::AppAttach ConvertToAppAttach(const AppStartCheckPointData& data)
in ConvertToAppAttach()
109
static
IAppLaunchSceneDb
::AppForeground ConvertToAppForeground(const AppStartCheckPointData& data)
in ConvertToAppForeground()
125
static
IAppLaunchSceneDb
::AbilityForeground ConvertToAbilityForeground(const AppStartCheckPointData& data)
in ConvertToAbilityForeground()
139
static
IAppLaunchSceneDb
in ConvertToAbilityForeground()
[all...]
H
A
D
AppLaunchSceneDataProcessor.cpp
39
AppLaunchSceneDataProcessor::AppLaunchSceneDataProcessor(
IAppLaunchSceneDb
* db, ITimeoutExecutor* exec,
in AppLaunchSceneDataProcessor()
49
AppLaunchSceneDataProcessor::AppLaunchSceneDataProcessor(
IAppLaunchSceneDb
* db, ITimeoutExecutor* exec,
in AppLaunchSceneDataProcessor()
382
IAppLaunchSceneDb
::StartAbility startAbility = AppLaunchConverter::ConvertToStartAbility(data);
in CreateRecord()
/base/hiviewdfx/hiview/plugins/performance/persistence/
H
A
D
AppLaunchSceneDbAdapter.h
18
#include "
IAppLaunchSceneDb
.h"
23
class AppLaunchSceneDbAdapter : public
IAppLaunchSceneDb
{
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H
A
D
IAppLaunchSceneDb.h
22
class
IAppLaunchSceneDb
{
class
197
virtual ~
IAppLaunchSceneDb
() = default;
/base/hiviewdfx/hiview/plugins/performance/context/
H
A
D
NormalContext.cpp
77
IAppLaunchSceneDb
* db = new AppLaunchSceneDbAdapter();
in MakeAppStartMonitor()
Completed in 3 milliseconds