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:HandleEventSlide
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/include/
H
A
D
frame_aware_plugin.h
52
void
HandleEventSlide
(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H
A
D
soc_perf_plugin_test.cpp
179
SocPerfPlugin::GetInstance().
HandleEventSlide
(slideEventOnData);
in HWTEST_F()
182
SocPerfPlugin::GetInstance().
HandleEventSlide
(slideEventOffData);
in HWTEST_F()
185
SocPerfPlugin::GetInstance().
HandleEventSlide
(slideNormalBeginData);
in HWTEST_F()
188
SocPerfPlugin::GetInstance().
HandleEventSlide
(slideNormalEndData);
in HWTEST_F()
190
SocPerfPlugin::GetInstance().
HandleEventSlide
(invalidData);
in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H
A
D
socperf_plugin.h
57
void
HandleEventSlide
(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H
A
D
frame_aware_plugin.cpp
55
[this](const std::shared_ptr<ResData>& data) {
HandleEventSlide
(data); } },
in Init()
235
void FrameAwarePlugin::
HandleEventSlide
(const std::shared_ptr<ResData>& data)
in HandleEventSlide()
function in OHOS::ResourceSchedule::FrameAwarePlugin
243
RME_LOGI("FrameAwarePlugin::
HandleEventSlide
payload is not contains pid or uid");
in HandleEventSlide()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H
A
D
socperf_plugin.cpp
152
[this](const std::shared_ptr<ResData>& data) {
HandleEventSlide
(data); } },
in InitFunctionMap()
362
void SocPerfPlugin::
HandleEventSlide
(const std::shared_ptr<ResData>& data)
in HandleEventSlide()
function in OHOS::ResourceSchedule::SocPerfPlugin
Completed in 5 milliseconds