Home
last modified time | relevance | path

Searched refs:_count_users (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/main/
H A Dmetrics.py214 "count_daily_users", self._count_users, yesterday
226 "count_monthly_users", self._count_users, thirty_days_ago
229 def _count_users(self, txn, time_from): member in ServerMetricsStore
H A Dmonthly_active_users.py59 def _count_users(txn): function
72 return await self.db_pool.runInteraction("count_users", _count_users)
H A Dregistration.py776 def _count_users(txn): function
783 return await self.db_pool.runInteraction("count_users", _count_users)
819 def _count_users(txn): function
829 return await self.db_pool.runInteraction("count_users", _count_users)
834 def _count_users(txn): function
841 return await self.db_pool.runInteraction("count_real_users", _count_users)