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:CALENDAR
(Results
1 - 15
of
15
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H
A
D
native_module_manager.cpp
58
if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::
CALENDAR
), &prop) == napi_ok) {
in ConstantInit()
H
A
D
native_module.cpp
55
if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::
CALENDAR
), &prop) == napi_ok) {
in ConstantInit()
H
A
D
reminder_common.cpp
438
case ReminderRequest::ReminderType::
CALENDAR
:
in CreateReminder()
H
A
D
publish.cpp
520
case ReminderRequest::ReminderType::
CALENDAR
: {
in ParseReminder()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_store.cpp
184
case (static_cast<int32_t>(ReminderRequest::ReminderType::
CALENDAR
)): {
in GetOldReminders()
233
case ReminderRequest::ReminderType::
CALENDAR
:
in InsertNewReminders()
618
case ReminderRequest::ReminderType::
CALENDAR
: {
in Insert()
679
case ReminderRequest::ReminderType::
CALENDAR
:
in Update()
762
case (static_cast<int32_t>(ReminderRequest::ReminderType::
CALENDAR
)): {
in BuildReminder()
H
A
D
reminder_store_strategy.cpp
489
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
CALENDAR
) {
in AppendValuesBucket()
527
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
CALENDAR
) {
in RecoverFromOldVersion()
574
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
CALENDAR
) {
in RecoverTime()
624
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
CALENDAR
) {
in RecoverFromDb()
H
A
D
reminder_data_manager.cpp
161
if (reminder->GetReminderType() != ReminderRequest::ReminderType::
CALENDAR
in CheckExcludeDateParam()
420
// The systemtimer type will be set TIMER_TYPE_INEXACT_REMINDER&&EXACT if reminder type is
CALENDAR
or TIMER,
in InitTimerInfo()
424
(reminderRequest->GetReminderType() == ReminderRequest::ReminderType::
CALENDAR
||
in InitTimerInfo()
441
ANS_LOGI("%{public}s is
CALENDAR
or TIMER type.", name.c_str());
in InitTimerInfo()
1018
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
CALENDAR
) {
in StartExtensionAbility()
1442
if (reminder->GetReminderType() != ReminderRequest::ReminderType::
CALENDAR
) {
in CheckReminderTime()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_store_test.cpp
548
reminder->reminderType_ = ReminderRequest::ReminderType::
CALENDAR
;
in HWTEST_F()
604
reminder->reminderType_ = ReminderRequest::ReminderType::
CALENDAR
;
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_manager_proxy_reminder.cpp
279
} else if (ReminderRequest::ReminderType::
CALENDAR
== reminderType) {
in ReadReminders()
H
A
D
ans_notification.cpp
1335
case (ReminderRequest::ReminderType::
CALENDAR
): {
in PublishReminder()
H
A
D
ans_manager_stub.cpp
1917
} else if (ReminderRequest::ReminderType::
CALENDAR
== reminderType) {
in HandlePublishReminder()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
reminder_data_manager_test.cpp
741
reminder->reminderType_ = ReminderRequest::ReminderType::
CALENDAR
;
in HWTEST_F()
768
reminder->reminderType_ = ReminderRequest::ReminderType::
CALENDAR
;
in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
140
CALENDAR
,
member in OHOS::Notification::ReminderRequest::ReminderType
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request_calendar.cpp
29
: ReminderRequest(ReminderRequest::ReminderType::
CALENDAR
)
in ReminderRequestCalendar()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H
A
D
ans_manager_stub_test.cpp
3234
* @tc.desc: Test Reminder type
CALENDAR
.
3245
uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::
CALENDAR
);
in HWTEST_F()
Completed in 33 milliseconds