Home
last modified time | relevance | path

Searched refs:convertStrToSlotType_ (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp22 std::map<std::string, NotificationConstant::SlotType> NotificationSlot::convertStrToSlotType_; member in OHOS::Notification::NotificationSlot
491 if (convertStrToSlotType_.size() <= 0) { in GetSlotTypeByString()
492 convertStrToSlotType_[SOCIAL_COMMUNICATION] = NotificationConstant::SlotType::SOCIAL_COMMUNICATION; in GetSlotTypeByString()
493 convertStrToSlotType_[SERVICE_REMINDER] = NotificationConstant::SlotType::SERVICE_REMINDER; in GetSlotTypeByString()
494 convertStrToSlotType_[CONTENT_INFORMATION] = NotificationConstant::SlotType::CONTENT_INFORMATION; in GetSlotTypeByString()
495 convertStrToSlotType_[OTHER] = NotificationConstant::SlotType::OTHER; in GetSlotTypeByString()
496 convertStrToSlotType_[LIVE_VIEW] = NotificationConstant::SlotType::LIVE_VIEW; in GetSlotTypeByString()
497 convertStrToSlotType_[CUSTOM_SERVICE] = NotificationConstant::SlotType::CUSTOMER_SERVICE; in GetSlotTypeByString()
498 convertStrToSlotType_[EMERGENCY_INFORMATION] = NotificationConstant::SlotType::EMERGENCY_INFORMATION; in GetSlotTypeByString()
500 auto iterSlotType = convertStrToSlotType_ in GetSlotTypeByString()
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h484 static std::map<std::string, NotificationConstant::SlotType> convertStrToSlotType_; member in OHOS::Notification::NotificationSlot

Completed in 2 milliseconds