Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp362 string strSlotType = to_string(static_cast<int32_t>(request->GetSlotType())); in GetReminderAffecteds() local
363 string contentTypeCombination = strSlotType; in GetReminderAffecteds()
385 iter = reminderFilterDevice.find(strSlotType); in GetReminderAffecteds()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp498 const std::string &strSlotType, NotificationConstant::SlotType &slotType) in GetSlotTypeByString() argument
500 auto iterSlotType = convertStrToSlotType_.find(strSlotType); in GetSlotTypeByString()
/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…