Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp109 std::vector<std::string> slotTypeVector; in ParseReminderFilterDevice() local
110 StringUtils::Split(slotTypes, SPLIT_FLAG, slotTypeVector); in ParseReminderFilterDevice()
112 for (std::string slotTypeStr : slotTypeVector) { in ParseReminderFilterDevice()