Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp500 auto iterSlotType = convertStrToSlotType_.find(strSlotType); in GetSlotTypeByString() local
501 if (iterSlotType != convertStrToSlotType_.end()) { in GetSlotTypeByString()
502 slotType = iterSlotType->second; in GetSlotTypeByString()