Home
last modified time | relevance | path

Searched refs:from_notification_id (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesDb.h132 … NotificationId from_notification_id,
189 …_messages_from_notification_id(DialogId dialog_id, NotificationId from_notification_id, int32 limi…
H A DMessagesDb.cpp695 … NotificationId from_notification_id, in get_messages_from_notification_id() argument
702 stmt.bind_int32(2, from_notification_id.get()).ensure(); in get_messages_from_notification_id()
1072 …void get_messages_from_notification_id(DialogId dialog_id, NotificationId from_notification_id, in… in get_messages_from_notification_id() argument
1074 …sure_later(impl_, &Impl::get_messages_from_notification_id, dialog_id, from_notification_id, limit, in get_messages_from_notification_id()
1176 …void get_messages_from_notification_id(DialogId dialog_id, NotificationId from_notification_id, in… in get_messages_from_notification_id() argument
1179 …se.set_result(sync_db_->get_messages_from_notification_id(dialog_id, from_notification_id, limit)); in get_messages_from_notification_id()
H A DMessagesManager.h922 … NotificationId from_notification_id, MessageId from_message_id,
2308 …Dialog *d, bool from_mentions, NotificationId from_notification_id, MessageId from_message_id, int…
2312 … NotificationId from_notification_id, MessageId from_message_id,
H A DMessagesManager.cpp28179 auto from_notification_id = NotificationId::max(); in get_message_notifications_from_database_force() local
28216 if (notification_id.get() >= from_notification_id.get()) { in get_message_notifications_from_database_force()
28222 from_notification_id = notification_id; in get_message_notifications_from_database_force()
28294 << from_notification_id; in do_get_message_notifications_from_database_force()
28386 …t_message_notifications_from_database(d, from_mentions, from_notification_id, from_notification_id, in get_message_notifications_from_database()
28456 NotificationId from_notification_id; in on_get_message_notifications_from_database() local
28476 if (from_notification_id.is_valid() && notification_id.get() >= from_notification_id.get()) { in on_get_message_notifications_from_database()
28478 << from_notification_id; in on_get_message_notifications_from_database()
28481 from_notification_id = notification_id; in on_get_message_notifications_from_database()
28485 << from_notification_id; in on_get_message_notifications_from_database()
[all …]
H A DNotificationManager.cpp571 …auto from_notification_id = first_notification_id.is_valid() ? first_notification_id : Notificatio… in load_message_notifications_from_database() local
575 group_key.group_id, from_notification_id, from_message_id, static_cast<int32>(limit), in load_message_notifications_from_database()