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:FFRTTimer
(Results
1 - 9
of
9
) sorted by relevance
/base/powermgr/power_manager/utils/ffrt/src/
H
A
D
ffrt_utils.cpp
85
FFRTTimer
::
FFRTTimer
(): queue_("ffrt_timer")
in FFRTTimer()
function in OHOS::PowerMgr::FFRTTimer
89
FFRTTimer
::
FFRTTimer
(const char *timer_name): queue_(timer_name)
in FFRTTimer()
function in OHOS::PowerMgr::FFRTTimer
93
FFRTTimer
::~
FFRTTimer
()
in ~FFRTTimer()
99
void
FFRTTimer
::Clear()
in Clear()
109
void
FFRTTimer
::CancelAllTimer()
in CancelAllTimer()
116
void
FFRTTimer
::CancelTimer(uint32_t timerId)
in CancelTimer()
123
void
FFRTTimer
[all...]
/base/powermgr/power_manager/utils/ffrt/include/
H
A
D
ffrt_utils.h
148
class
FFRTTimer
{
class
150
FFRTTimer
();
151
FFRTTimer
(const char *timer_name);
152
~
FFRTTimer
();
/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/
H
A
D
ffrt_utils_test.cpp
272
* @tc.desc: test
FFRTTimer
CancelTimer
280
FFRTTimer
timer;
in HWTEST_F()
323
* @tc.desc: test
FFRTTimer
GetTaskId
329
FFRTTimer
timer;
in HWTEST_F()
362
FFRTTimer
timer{"FFRTTimerTest003"};
in HWTEST_F()
/base/powermgr/power_manager/services/native/src/suspend/
H
A
D
suspend_controller.h
44
const std::shared_ptr<PowerStateMachine>& stateMachine, const std::shared_ptr<
FFRTTimer
>& ffrtTimer_);
121
std::shared_ptr<
FFRTTimer
> ffrtTimer_;
H
A
D
suspend_controller.cpp
57
const std::shared_ptr<PowerStateMachine>& stateMachine, const std::shared_ptr<
FFRTTimer
>& ffrtTimer)
in SuspendController()
/base/powermgr/power_manager/services/native/include/
H
A
D
power_state_machine.h
69
PowerStateMachine(const wptr<PowerMgrService>& pms, const std::shared_ptr<
FFRTTimer
>& ffrtTimer = nullptr);
291
ScreenChangeCheck(std::shared_ptr<
FFRTTimer
> ffrtTimer, PowerState state, StateChangeReason reason);
295
std::shared_ptr<
FFRTTimer
> timer_ {nullptr};
343
std::shared_ptr<
FFRTTimer
> ffrtTimer_ {nullptr};
H
A
D
power_mgr_service.h
357
std::shared_ptr<
FFRTTimer
> ffrtTimer_ {nullptr};
/base/powermgr/power_manager/services/native/src/
H
A
D
power_state_machine.cpp
63
PowerStateMachine::PowerStateMachine(const wptr<PowerMgrService>& pms, const std::shared_ptr<
FFRTTimer
>& ffrtTimer)
in PowerStateMachine()
1527
PowerStateMachine::ScreenChangeCheck::ScreenChangeCheck(std::shared_ptr<
FFRTTimer
> ffrtTimer,
in WakeupDeviceInner()
H
A
D
power_mgr_service.cpp
117
ffrtTimer_ = std::make_shared<
FFRTTimer
>("power_manager_ffrt_queue");
in Init()
644
// another queue without using
FFRTTimer
, leave it as is for now.
in Reset()
Completed in 11 milliseconds