Searched refs:GetReminderMode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 529 slot->GetType(), bundleName.c_str(), slot->GetReminderMode()); in UpdateSlotReminderModeBySlotFlags() 551 slot->SetReminderMode(configSlotReminderMode & slotFlags & slot->GetReminderMode()); in GenerateSlotReminderMode() 558 … slot->GetType(), slot->GetReminderMode(), bundleName.c_str(), isSpecifiedSlot, defaultSlotFlags); in GenerateSlotReminderMode() 600 auto slotReminderMode = slot->GetReminderMode(); in SetRequestBySlotType()
|
H A D | notification_preferences_database.cpp | 1024 std::to_string(slot->GetReminderMode()), values); in GenerateSlotEntry()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 295 uint32_t NotificationSlot::GetReminderMode() const in GetReminderMode() function in OHOS::Notification::NotificationSlot 321 ", remindMode = " + std::to_string(static_cast<int32_t>(GetReminderMode())) + in Dump()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 367 uint32_t GetReminderMode() const;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_slot_service_test.cpp | 521 ASSERT_EQ(slot->GetReminderMode(), (int)0b111011); 535 ASSERT_EQ(slot->GetReminderMode(), (int)0b111011);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 208 napi_create_int32(env, slot.GetReminderMode(), &value); in SetNotificationSlot()
|