Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_info_test.cpp42 * @tc.desc: Test GetSlotFlagsKeyFromType
49 const char *res= bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in HWTEST_F()
53 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::SERVICE_REMINDER); in HWTEST_F()
57 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::CONTENT_INFORMATION); in HWTEST_F()
61 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::OTHER); in HWTEST_F()
65 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::CUSTOM); in HWTEST_F()
69 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F()
73 res = bundleInfo.GetSlotFlagsKeyFromType(NotificationConstant::SlotType::CUSTOMER_SERVICE); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp111 const char* NotificationPreferencesInfo::BundleInfo::GetSlotFlagsKeyFromType( in GetSlotFlagsKeyFromType() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
140 std::string key = GetSlotFlagsKeyFromType(type); in SetSlotFlagsForSlot()
159 std::string key = GetSlotFlagsKeyFromType(type); in GetSlotFlagsForSlot()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h161 const char *GetSlotFlagsKeyFromType(const NotificationConstant::SlotType &type) const;

Completed in 3 milliseconds