Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp173 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 …]
Dnotification_preferences.cpp32 preferncesDB_ = std::make_unique<NotificationPreferencesDatabase>(); in NotificationPreferences()
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_database.h28 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 *,
Dnotification_preferences.h270 std::unique_ptr<NotificationPreferencesDatabase> preferncesDB_ = nullptr;
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
Dnotification_preferences_database_branch_test.cpp43 std::unique_ptr<NotificationPreferencesDatabase> preferncesDB_ =
44 std::make_unique<NotificationPreferencesDatabase>();
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp38 std::unique_ptr<NotificationPreferencesDatabase> preferncesDB_ =
39 std::make_unique<NotificationPreferencesDatabase>();