Searched refs:NotificationPreferencesDatabase (Results 1 – 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_preferences_database.cpp | 173 std::function<void(NotificationPreferencesDatabase *, sptr<NotificationSlot> &, std::string &)>> 174 NotificationPreferencesDatabase::slotMap_ = { 177 std::bind(&NotificationPreferencesDatabase::ParseSlotDescription, std::placeholders::_1, 182 …std::bind(&NotificationPreferencesDatabase::ParseSlotLevel, std::placeholders::_1, std::placeholde… 187 std::bind(&NotificationPreferencesDatabase::ParseSlotShowBadge, std::placeholders::_1, 192 std::bind(&NotificationPreferencesDatabase::ParseSlotEnableLight, std::placeholders::_1, 197 … std::bind(&NotificationPreferencesDatabase::ParseSlotEnableVrbration, std::placeholders::_1, 202 … std::bind(&NotificationPreferencesDatabase::ParseSlotLedLightColor, std::placeholders::_1, 207 … std::bind(&NotificationPreferencesDatabase::ParseSlotLockscreenVisibleness, std::placeholders::_1, 212 …std::bind(&NotificationPreferencesDatabase::ParseSlotSound, std::placeholders::_1, std::placeholde… [all …]
|
D | notification_preferences.cpp | 32 preferncesDB_ = std::make_unique<NotificationPreferencesDatabase>(); in NotificationPreferences()
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | notification_preferences_database.h | 28 class NotificationPreferencesDatabase final { 30 NotificationPreferencesDatabase(); 31 ~NotificationPreferencesDatabase(); 233 … std::function<void(NotificationPreferencesDatabase *, sptr<NotificationSlot> &, std::string &)>> 235 static const std::map<std::string, std::function<void(NotificationPreferencesDatabase *,
|
D | notification_preferences.h | 270 std::unique_ptr<NotificationPreferencesDatabase> preferncesDB_ = nullptr;
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
D | notification_preferences_database_branch_test.cpp | 43 std::unique_ptr<NotificationPreferencesDatabase> preferncesDB_ = 44 std::make_unique<NotificationPreferencesDatabase>();
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_preferences_database_test.cpp | 38 std::unique_ptr<NotificationPreferencesDatabase> preferncesDB_ = 39 std::make_unique<NotificationPreferencesDatabase>();
|