Searched refs:GenerateSlotKey (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 792 (GenerateSlotKey(bundleKey, slotType) + KEY_UNDER_LINE), values, userId); in RemoveSlotFromDisturbeDB() 895 (GenerateSlotKey(bundleKey) + KEY_UNDER_LINE), values, userId); in RemoveAllSlotsFromDisturbeDB() 1009 GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_LED_LIGHT_COLOR), in GenerateSlotEntry() 1011 GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_LOCKSCREEN_VISIBLENESS), in GenerateSlotEntry() 1014 GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_ENABLE_BYPASS_DND), in GenerateSlotEntry() 1016 GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_VIBRATION_STYLE), in GenerateSlotEntry() 1019 GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_AUTHORIZED_STATUS), in GenerateSlotEntry() 1021 GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_AUTH_HINT_CNT), in GenerateSlotEntry() 1023 GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_REMINDER_MODE), in GenerateSlotEntry() 1077 std::string findString = GenerateSlotKey(bundleKey, typeStr) + KEY_UNDER_LINE; in ParseSlotFromDisturbeDB() [all …]
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_database.h | 285 std::string GenerateSlotKey(
|