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:ALARM
(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
55
if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::
ALARM
), &prop) == napi_ok) {
in ConstantInit()
H
A
D
native_module.cpp
52
if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::
ALARM
), &prop) == napi_ok) {
in ConstantInit()
H
A
D
reminder_common.cpp
435
case ReminderRequest::ReminderType::
ALARM
:
in CreateReminder()
H
A
D
publish.cpp
516
case ReminderRequest::ReminderType::
ALARM
: {
in ParseReminder()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_store.cpp
189
case (static_cast<int32_t>(ReminderRequest::ReminderType::
ALARM
)): {
in GetOldReminders()
237
case ReminderRequest::ReminderType::
ALARM
:
in InsertNewReminders()
623
case ReminderRequest::ReminderType::
ALARM
: {
in Insert()
683
case ReminderRequest::ReminderType::
ALARM
:
in Update()
768
case (static_cast<int32_t>(ReminderRequest::ReminderType::
ALARM
)): {
in BuildReminder()
H
A
D
reminder_store_strategy.cpp
418
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
ALARM
) {
in AppendValuesBucket()
439
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
ALARM
) {
in RecoverFromOldVersion()
459
if (reminder->GetReminderType() == ReminderRequest::ReminderType::
ALARM
) {
in RecoverFromDb()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request_alarm.cpp
26
: ReminderRequest(ReminderRequest::ReminderType::
ALARM
)
in ReminderRequestAlarm()
H
A
D
reminder_request.cpp
1663
(reminderType_ == ReminderRequest::ReminderType::
ALARM
)) {
in UpdateNotificationCommon()
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_manager_proxy_reminder.cpp
273
if (ReminderRequest::ReminderType::
ALARM
== reminderType) {
in ReadReminders()
H
A
D
ans_notification.cpp
1329
case (ReminderRequest::ReminderType::
ALARM
): {
in PublishReminder()
H
A
D
ans_manager_stub.cpp
1911
if (ReminderRequest::ReminderType::
ALARM
== reminderType) {
in HandlePublishReminder()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
145
ALARM
,
member in OHOS::Notification::ReminderRequest::ReminderType
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H
A
D
reminder_request_branch_test.cpp
503
* 2.reminderType_ is ReminderRequest::ReminderType::
ALARM
513
reminderRequest->reminderType_ = ReminderRequest::ReminderType::
ALARM
;
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_store_test.cpp
505
reminder->reminderType_ = ReminderRequest::ReminderType::
ALARM
;
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H
A
D
ans_manager_stub_test.cpp
3137
* @tc.desc: Test Reminder type
ALARM
.
3148
uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::
ALARM
);
in HWTEST_F()
Completed in 31 milliseconds