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:ignoreRepeat
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request_timer.cpp
64
uint64_t ReminderRequestTimer::PreGetNextTriggerTimeIgnoreSnooze(bool
ignoreRepeat
, bool forceToGetNext)
in PreGetNextTriggerTimeIgnoreSnooze()
argument
H
A
D
reminder_request_alarm.cpp
67
uint64_t ReminderRequestAlarm::PreGetNextTriggerTimeIgnoreSnooze(bool
ignoreRepeat
, bool forceToGetNext)
in PreGetNextTriggerTimeIgnoreSnooze()
argument
H
A
D
reminder_request_calendar.cpp
649
uint64_t ReminderRequestCalendar::PreGetNextTriggerTimeIgnoreSnooze(bool
ignoreRepeat
, bool forceToGetNext)
in PreGetNextTriggerTimeIgnoreSnooze()
argument
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_request_alarm_test.cpp
266
bool
ignoreRepeat
= true;
in HWTEST_F()
local
288
bool
ignoreRepeat
= false;
in HWTEST_F()
local
302
bool
ignoreRepeat
= true;
in HWTEST_F()
local
H
A
D
reminder_request_calendar_test.cpp
402
bool
ignoreRepeat
= true;
in HWTEST_F()
local
419
bool
ignoreRepeat
= false;
in HWTEST_F()
local
437
bool
ignoreRepeat
= false;
in HWTEST_F()
local
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
1027
virtual uint64_t PreGetNextTriggerTimeIgnoreSnooze(bool
ignoreRepeat
, bool forceToGetNext)
in PreGetNextTriggerTimeIgnoreSnooze()
argument
Completed in 8 milliseconds