OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyRateLimit
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
ratelimitmanager.cc
63
bool RateLimitManager::
VerifyRateLimit
(const std::string event_name,
66
return
VerifyRateLimit
(event_name, max_count, per_x_seconds, false);
69
bool RateLimitManager::
VerifyRateLimit
(const std::string event_name,
ratelimitmanager.h
48
// to occur, it can check its rate limit with a call to
VerifyRateLimit
.
49
//
VerifyRateLimit
will look up the i-th to last event and if more than
68
bool
VerifyRateLimit
(const std::string event_name, int max_count,
73
bool
VerifyRateLimit
(const std::string event_name, int max_count,
xmpptask.cc
171
return task_rate_manager.
VerifyRateLimit
(task_name, max_count,
Completed in 34 milliseconds