Home
last modified time | relevance | path

Searched refs:GetConfigSlotReminderModeByType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_config_parse.h43 uint32_t GetConfigSlotReminderModeByType(NotificationConstant::SlotType slotType) const;
44 uint32_t GetConfigSlotReminderModeByType(NotificationConstant::SlotType slotType,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp118 uint32_t NotificationConfigParse::GetConfigSlotReminderModeByType(NotificationConstant::SlotType sl… in GetConfigSlotReminderModeByType() function in OHOS::Notification::NotificationConfigParse
138 uint32_t NotificationConfigParse::GetConfigSlotReminderModeByType(NotificationConstant::SlotType sl… in GetConfigSlotReminderModeByType() function in OHOS::Notification::NotificationConfigParse
141 uint32_t reminderFlags = GetConfigSlotReminderModeByType(slotType); in GetConfigSlotReminderModeByType()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp525 GetConfigSlotReminderModeByType(slot->GetType(), bundle); in UpdateSlotReminderModeBySlotFlags()
549 GetConfigSlotReminderModeByType(slot->GetType(), bundle); in GenerateSlotReminderMode()
H A Dnotification_preferences.cpp707 GetConfigSlotReminderModeByType(slotInfo->GetType(), bundleOption); in UpdateCloneBundleInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_slot_service_test.cpp548 …DelayedSingleton<NotificationConfigParse>::GetInstance()->GetConfigSlotReminderModeByType(slotType…