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:TIMER_TYPE_IDLE
(Results
1 - 7
of
7
) sorted by relevance
/base/time/time_service/framework/js/napi/system_timer/include/
H
A
D
timer_type.h
29
constexpr int
TIMER_TYPE_IDLE
= 3;
member
/base/time/time_service/framework/js/napi/system_timer/src/
H
A
D
timer_type.cpp
38
SetNamedPropertyByInteger(env, obj, 1 <<
TIMER_TYPE_IDLE
, "
TIMER_TYPE_IDLE
");
in TimerTypeInit()
H
A
D
napi_system_timer.cpp
112
DECLARE_NAPI_PROPERTY("
TIMER_TYPE_IDLE
", NapiUtils::CreateNapiNumber(env, 1 <<
TIMER_TYPE_IDLE
)),
in SystemTimerInit()
/base/time/time_service/interfaces/inner_api/include/
H
A
D
itimer_info.h
54
const int
TIMER_TYPE_IDLE
= 1 << 3;
member in OHOS::MiscServices::ITimerInfo
/base/theme/screenlock_mgr/services/src/
H
A
D
strongauthmanager.cpp
52
this->type =
TIMER_TYPE_IDLE
;
in authTimer()
/base/time/time_service/test/unittest/service_test/src/
H
A
D
time_dfx_test.cpp
199
timerInfo->SetType(timerInfo->
TIMER_TYPE_IDLE
);
in HWTEST_F()
H
A
D
time_service_test.cpp
192
timerInfo->SetType(timerInfo->
TIMER_TYPE_IDLE
);
in StartIdleTimer()
375
timerInfo->SetType(timerInfo->
TIMER_TYPE_IDLE
);
in HWTEST_F()
Completed in 6 milliseconds