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
defs:nextTriggerTime
(Results
1 - 4
of
4
) sorted by relevance
/base/time/time_service/services/time/src/
H
A
D
time_tick_notify.cpp
57
uint64_t
nextTriggerTime
= RefreshNextTriggerTime();
in Init()
local
69
uint64_t
nextTriggerTime
= RefreshNextTriggerTime();
in Callback()
local
84
uint64_t
nextTriggerTime
= RefreshNextTriggerTime();
in PowerCallback()
local
96
uint64_t
nextTriggerTime
= MINUTE_TO_MILLISECOND - timeMilliseconds;
RefreshNextTriggerTime()
local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request_alarm.cpp
103
time_t
nextTriggerTime
= 0;
in GetNextTriggerTime()
local
150
uint64_t
nextTriggerTime
= GetNextTriggerTime(true);
in UpdateNextReminder()
local
H
A
D
reminder_request_calendar.cpp
180
uint64_t
nextTriggerTime
= INVALID_LONG_LONG_VALUE;
in InitTriggerTime()
local
200
uint64_t
nextTriggerTime
= INVALID_LONG_LONG_VALUE;
in SetNextTriggerTime()
local
635
uint64_t
nextTriggerTime
in UpdateNextReminder()
local
[all...]
H
A
D
reminder_request.cpp
185
const time_t
nextTriggerTime
= static_cast<time_t>(triggerTimeInMilli_ / MILLI_SECONDS);
in Dump()
local
291
uint64_t
nextTriggerTime
= PreGetNextTriggerTimeIgnoreSnooze(true, false);
in OnClose()
local
303
uint64_t
nextTriggerTime
= PreGetNextTriggerTimeIgnoreSnooze(true, false);
in OnDateTimeChange()
local
474
uint64_t
nextTriggerTime
= PreGetNextTriggerTimeIgnoreSnooze(true, false);
in OnTimeZoneChange()
local
1809
time_t
nextTriggerTime
= target + dayCount * HOURS_PER_DAY * SECONDS_PER_HOUR;
GetNextDaysOfWeek()
local
[all...]
Completed in 5 milliseconds