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:animatorInfo
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/
H
A
D
EvtParser.h
281
evt.
animatorInfo
.basicInfo.uniqueId = static_cast<int32_t>(sysEvent.GetEventIntValue(UNIQUE_ID));
in ConvertToXperfAnimatorEvent()
282
evt.
animatorInfo
.basicInfo.sceneId = sysEvent.GetEventValue(SCENE_ID);
in ConvertToXperfAnimatorEvent()
283
evt.
animatorInfo
.basicInfo.moduleName = sysEvent.GetEventValue(KEY_MODULE_NAME);
in ConvertToXperfAnimatorEvent()
284
evt.
animatorInfo
.basicInfo.processName = sysEvent.GetEventValue(KEY_PNAME);
in ConvertToXperfAnimatorEvent()
285
evt.
animatorInfo
.basicInfo.abilityName = sysEvent.GetEventValue(KEY_ABILITY_NAME);
in ConvertToXperfAnimatorEvent()
286
evt.
animatorInfo
.basicInfo.pageUrl = sysEvent.GetEventValue(PAGE_URL);
in ConvertToXperfAnimatorEvent()
287
evt.
animatorInfo
.basicInfo.sourceType = sysEvent.GetEventValue(KEY_SOURCE_TYPE);
in ConvertToXperfAnimatorEvent()
288
evt.
animatorInfo
.basicInfo.versionCode = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_VERSION_CODE));
in ConvertToXperfAnimatorEvent()
289
evt.
animatorInfo
.basicInfo.versionName = sysEvent.GetEventValue(KEY_APP_VERSION);
in ConvertToXperfAnimatorEvent()
290
evt.
animatorInfo
in ConvertToXperfAnimatorEvent()
[all...]
H
A
D
XperfEvt.h
126
AnimatorInfo
animatorInfo
;
member
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H
A
D
AnimatorSceneDataProcessor.cpp
87
AnimatorRecord* record = GetRecord(evt->
animatorInfo
.basicInfo.uniqueId);
in ProcessSceneData()
94
DeleteRecord(evt->
animatorInfo
.basicInfo.uniqueId);
in ProcessSceneData()
106
db.insert(std::map<int32_t, AnimatorRecord*>::value_type(evt->
animatorInfo
.basicInfo.uniqueId, animatorRecord));
in CreateRecord()
115
AnimatorRecord* record = GetRecord(evt->
animatorInfo
.basicInfo.uniqueId);
in HasStartPoint()
127
AnimatorRecord* record = GetRecord(evt->
animatorInfo
.basicInfo.uniqueId);
in AllPointsReceived()
143
AnimatorRecord* record = GetRecord(evt->
animatorInfo
.basicInfo.uniqueId);
in SaveAnimatorPoint()
153
record->animatorPoints[START_POINT].basicInfo = evt->
animatorInfo
.basicInfo;
in SaveAnimatorPoint()
156
record->animatorPoints[indexPoint].basicInfo = evt->
animatorInfo
.basicInfo;
in SaveAnimatorPoint()
157
record->animatorPoints[indexPoint].commonInfo = evt->
animatorInfo
.commonInfo;
in SaveAnimatorPoint()
Completed in 2 milliseconds