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:AnimateStart
(Results
1 - 19
of
19
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H
A
D
frame_info.h
37
AnimateStart
,
member in OHOS::Rosen::FrameEventType
76
{FrameEventType::
AnimateStart
, 0x0000cc00}, // mid green
88
{FrameEventType::
AnimateStart
, "Animate"},
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H
A
D
rme_scene_sched.cpp
140
void RmeSceneSched::
AnimateStart
()
in AnimateStart()
function in OHOS::RME::RmeSceneSched
143
rmeCoreSched->
AnimateStart
();
in AnimateStart()
H
A
D
frame_msg_mgr.cpp
96
m_frameMsgKeyToFunc[FrameEvent::EVENT_ANIMATE_START] = &FrameMsgMgr::
AnimateStart
;
in FrameMapKeyToFunc()
249
void FrameMsgMgr::
AnimateStart
()
in AnimateStart()
function in OHOS::RME::FrameMsgMgr
253
RME_LOGE("[
AnimateStart
]:scene nullptr");
in AnimateStart()
256
scene->
AnimateStart
();
in AnimateStart()
H
A
D
rme_core_sched.cpp
115
void RmeCoreSched::
AnimateStart
()
in AnimateStart()
function in OHOS::RME::RmeCoreSched
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H
A
D
frame_ui_intf.cpp
153
void FrameUiIntf::
AnimateStart
() const
in AnimateStart()
function in OHOS::RME::FrameUiIntf
318
extern "C" void
AnimateStart
()
in AnimateStart()
function
320
FrameUiIntf::GetInstance().
AnimateStart
();
in AnimateStart()
H
A
D
frame_ui_intf.h
44
void
AnimateStart
() const;
/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/mingw/
H
A
D
rs_frame_report.cpp
46
void RsFrameReport::
AnimateStart
()
in AnimateStart()
function in OHOS::Rosen::RsFrameReport
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/include/
H
A
D
frame_msg_mgr.h
54
void
AnimateStart
();
H
A
D
rme_scene_sched.h
50
void
AnimateStart
() override;
H
A
D
rme_core_sched.h
42
void
AnimateStart
();
H
A
D
frame_scene_sched.h
42
virtual void
AnimateStart
() = 0;
/foundation/graphic/graphic_2d/rosen/test/frame_report/unittest/
H
A
D
rs_frame_report_test.cpp
81
fr.
AnimateStart
();
in HWTEST_F()
83
fr.
AnimateStart
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H
A
D
rs_frame_report.h
40
void
AnimateStart
();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsframereport_fuzzer/
H
A
D
rsframereport_fuzzer.cpp
75
RsFrameReport::GetInstance().
AnimateStart
();
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/
H
A
D
rs_frame_report.cpp
133
void RsFrameReport::
AnimateStart
()
in AnimateStart()
function in OHOS::Rosen::RsFrameReport
136
animateStartFunc_ = (AnimateStartFunc)LoadSymbol("
AnimateStart
");
in AnimateStart()
141
LOGE("RsFrameReport:[
AnimateStart
]load
AnimateStart
function failed!");
in AnimateStart()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
frame_report.cpp
129
Rosen::FrameCollector::GetInstance().MarkFrameEvent(Rosen::FrameEventType::
AnimateStart
);
in BeginFlushAnimation()
/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/
H
A
D
frame_collector_test.cpp
118
collector.MarkFrameEvent(FrameEventType::
AnimateStart
);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H
A
D
rs_render_thread.cpp
420
RsFrameReport::GetInstance().
AnimateStart
();
in Animate()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_main_thread.cpp
872
RsFrameReport::GetInstance().
AnimateStart
();
in ProcessCommand()
Completed in 13 milliseconds