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:INIT_INTERVAL
(Results
1 - 6
of
6
) sorted by relevance
/base/time/time_service/services/
H
A
D
time_system_ability.cpp
61
static const std::int32_t
INIT_INTERVAL
= 10L;
member
200
sleep(
INIT_INTERVAL
);
in OnStart()
273
sleep(
INIT_INTERVAL
);
in RegisterCommonEventSubscriber()
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_system_ability.cpp
68
const std::int64_t
INIT_INTERVAL
= 5000000L;
member
152
queue_->submit(callback, ffrt::task_attr().delay(
INIT_INTERVAL
));
in OnStart()
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability.cpp
56
constexpr std::int32_t
INIT_INTERVAL
= 10000L;
member
96
serviceHandler_->PostTask(callback,
INIT_INTERVAL
);
in OnStart()
216
serviceHandler_->PostTask(callback,
INIT_INTERVAL
);
in SubscribeCommonEvent()
/base/print/print_fwk/services/scan_service/src/
H
A
D
scan_service_ability.cpp
72
const int64_t
INIT_INTERVAL
= 5000L;
member
203
serviceHandler_->PostTask(callback,
INIT_INTERVAL
);
in OnStart()
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
114
constexpr int64_t
INIT_INTERVAL
= 10000L;
member
189
serviceHandler_->PostTask(callback,
INIT_INTERVAL
);
in OnStart()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_service_ability.cpp
59
const int64_t
INIT_INTERVAL
= 5000L;
member
203
serviceHandler_->PostTask(callback,
INIT_INTERVAL
);
in OnStart()
Completed in 17 milliseconds