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:wakeup
(Results
1 - 5
of
5
) sorted by relevance
/base/powermgr/power_manager/services/native/src/actions/default/
H
A
D
system_suspend_controller.h
60
void SetListener(std::function<void()>& suspend, std::function<void()>&
wakeup
);
H
A
D
system_suspend_controller.cpp
246
std::function<void()>& suspend, std::function<void()>&
wakeup
)
in SetListener()
249
onWakeup_ =
wakeup
;
in SetListener()
245
SetListener( std::function<void()>& suspend, std::function<void()>&
wakeup
)
SetListener()
argument
/base/time/time_service/services/timer/include/
H
A
D
timer_info.h
33
const bool
wakeup
;
member in OHOS::MiscServices::TimerInfo
/base/time/time_service/services/timer/src/
H
A
D
timer_info.cpp
49
wakeup
{_type == ITimerManager::ELAPSED_REALTIME_WAKEUP || _type == ITimerManager::RTC_WAKEUP},
H
A
D
timer_manager.cpp
687
alarm->uid, alarm->id, alarm->bundleName.c_str(), alarm->
wakeup
);
in TriggerTimersLocked()
689
if (alarm->
wakeup
) {
in TriggerTimersLocked()
826
auto wakeupNums = std::count_if(triggerList.begin(), triggerList.end(), [](auto timer) {return timer->
wakeup
;});
in DeliverTimersLocked()
828
if (timer->
wakeup
) {
in DeliverTimersLocked()
Completed in 4 milliseconds