Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_info_test.cpp49 …const char *res= bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::SOCIAL_COMMUNI…
53 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::SERVICE_REMINDER);
57 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::CONTENT_INFORMATION);
61 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::OTHER);
65 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::CUSTOM);
69 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::LIVE_VIEW);
73 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::CUSTOMER_SERVICE);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp112 const char* NotificationPreferencesInfo::BundleInfo::GetSlotFlagsKeyFromType( in GetSlotFlagsKeyFromType() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
141 std::string key = GetSlotFlagsKeyFromType(type); in SetSlotFlagsForSlot()
160 std::string key = GetSlotFlagsKeyFromType(type); in GetSlotFlagsForSlot()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h161 const char *GetSlotFlagsKeyFromType(const NotificationConstant::SlotType &type) const;