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:startAbility
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H
A
D
AppLaunchSceneDataProcessor.cpp
162
StartAbility
startAbility
= AppLaunchConverter::ConvertToStartAbility(data);
in SaveCheckPoint()
local
163
record.
startAbility
=
startAbility
;
in SaveCheckPoint()
213
return (!record.interactionResponse.bundleName.empty() || !record.
startAbility
.bundleName.empty());
in HaveStartPoint()
285
appStartMetrics.happenTime = record.
startAbility
.time;
in CalcMetrics()
289
if (!record.
startAbility
.bundleName.empty() && (inputTime > 0)) {
in CalcMetrics()
290
appStartMetrics.launcherToAmsStartAbilityDur = (record.
startAbility
.time - inputTime);
in CalcMetrics()
292
if ((!record.
startAbility
.bundleName.empty()) && (!record.processStart.bundleName.empty())) {
in CalcMetrics()
293
appStartMetrics.amsStartAbilityToProcessStartDuration = (record.processStart.time - record.
startAbility
.time);
in CalcMetrics()
301
if ((!record.
startAbility
in CalcMetrics()
382
IAppLaunchSceneDb::StartAbility
startAbility
= AppLaunchConverter::ConvertToStartAbility(data);
CreateRecord()
local
[all...]
/base/telephony/call_manager/frameworks/js/napi/src/
H
A
D
call.js
23
await
startAbility
(arguments, context);
42
await
startAbility
(arguments, context);
59
async function
startAbility
(args, context) {
74
await context.
startAbility
(config);
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H
A
D
IAppLaunchSceneDb.h
179
StartAbility
startAbility
;
member
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H
A
D
inputmethodlist.js
546
x2.
startAbility
({
Completed in 3 milliseconds