Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_slot_test.cpp40 …EXPECT_EQ(NotificationSlot::GetSlotTypeByString(NotificationSlot::CONTENT_INFORMATION, type), true…
54 EXPECT_EQ(NotificationSlot::GetSlotTypeByString(inputStr, type), false);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h406 …static bool GetSlotTypeByString(const std::string &strSlotType, NotificationConstant::SlotType &sl…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp97 …!NotificationSlot::GetSlotTypeByString(reminderFilterSlot[CFG_KEY_NAME].get<std::string>(), slotTy… in GetCurrentSlotReminder()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp497 bool NotificationSlot::GetSlotTypeByString( in GetSlotTypeByString() function in OHOS::Notification::NotificationSlot
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp113 if (!NotificationSlot::GetSlotTypeByString(slotTypeStr, slotType)) { in ParseReminderFilterDevice()