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:reminderMode
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_slot.cpp
281
void NotificationSlot::SetReminderMode(uint32_t
reminderMode
)
in SetReminderMode()
argument
283
reminderMode_ =
reminderMode
;
in SetReminderMode()
415
ANS_LOGE("Failed to write
reminderMode
");
in Marshalling()
511
uint32_t
reminderMode
= 0;
in GetDefaultReminderMode()
local
514
reminderMode
= SOUND_OPNE + LOCKSCREEN_OPNE + BANNER_OPNE + LIGHTSCREEN_OPNE +
in GetDefaultReminderMode()
518
reminderMode
= SOUND_OPNE + LOCKSCREEN_OPNE + BANNER_OPNE + LIGHTSCREEN_OPNE +
in GetDefaultReminderMode()
522
reminderMode
= 0;
in GetDefaultReminderMode()
525
reminderMode
= SOUND_OPNE + LOCKSCREEN_OPNE + VIBRATION_OPNE + STATUSBAR_ICON_OPNE + LIGHTSCREEN_OPNE;
in GetDefaultReminderMode()
528
reminderMode
= SOUND_OPNE + VIBRATION_OPNE + STATUSBAR_ICON_OPNE;
in GetDefaultReminderMode()
531
reminderMode
in GetDefaultReminderMode()
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_slot.h
358
* @param
reminderMode
Specifies the reminder mode of the NotificationSlot object,
361
void SetReminderMode(uint32_t
reminderMode
);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_slot_service_test.cpp
545
auto
reminderMode
=
in HWTEST_F()
local
547
ASSERT_EQ(
reminderMode
, (int)0b111111);
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_preferences_database.cpp
221
const static std::string KEY_REMINDER_MODE = "
reminderMode
";
1434
int32_t
reminderMode
= static_cast<int32_t>(StringToInt(value));
in ParseSlotReminderMode()
local
1435
slot->SetReminderMode(
reminderMode
);
in ParseSlotReminderMode()
Completed in 7 milliseconds