Home
last modified time | relevance | path

Searched refs:BackoffTimer (Results 1 – 25 of 35) sorted by relevance

12

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dbackofftimer.cpp28 BackoffTimer::BackoffTimer(PrnGen &rng) in BackoffTimer() function in mega::BackoffTimer
34 void BackoffTimer::reset() in reset()
41 void BackoffTimer::backoff() in backoff()
55 void BackoffTimer::backoff(dstime newdelta) in backoff()
62 bool BackoffTimer::armed() const in armed()
67 bool BackoffTimer::arm() in arm()
81 void BackoffTimer::set(dstime newds) in set()
89 dstime BackoffTimer::retryin() const in retryin()
99 dstime BackoffTimer::backoffdelta() in backoffdelta()
104 dstime BackoffTimer::nextset() const in nextset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dbackoff_timer.cc12 BackoffTimer::BackoffTimer() : timer_(new base::OneShotTimer()) {} in BackoffTimer() function in remoting::BackoffTimer
14 BackoffTimer::~BackoffTimer() = default;
16 void BackoffTimer::Start(const base::Location& posted_from, in Start()
31 void BackoffTimer::Stop() { in Stop()
37 void BackoffTimer::SetTimerForTest(std::unique_ptr<base::OneShotTimer> timer) { in SetTimerForTest()
41 void BackoffTimer::StartTimer() { in StartTimer()
44 base::BindOnce(&BackoffTimer::OnTimerFired, base::Unretained(this))); in StartTimer()
47 void BackoffTimer::OnTimerFired() { in OnTimerFired()
H A Dbackoff_timer.h18 class BackoffTimer {
20 BackoffTimer();
21 ~BackoffTimer();
49 DISALLOW_COPY_AND_ASSIGN(BackoffTimer);
H A Dbackoff_timer_unittest.cc22 TEST(BackoffTimer, Basic) { in TEST() argument
24 BackoffTimer backoff_timer; in TEST()
/dports/www/moodle310/moodle/lib/amd/build/
H A Dbackoff_timer.min.js.map1BackoffTimer","callback","backoffFunction","backOffFunction","prototype","time","timeout","generat…
/dports/www/moodle311/moodle/lib/amd/build/
H A Dbackoff_timer.min.js.map1BackoffTimer","callback","backoffFunction","backOffFunction","prototype","time","timeout","generat…
/dports/www/moodle39/moodle/lib/amd/build/
H A Dbackoff_timer.min.js.map1BackoffTimer","callback","backoffFunction","backOffFunction","prototype","time","timeout","generat…
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dbackofftimer.h29 class MEGA_API BackoffTimer
67 BackoffTimer(PrnGen &rng);
95 BackoffTimer bt;
154 class MEGA_API TimerWithBackoff: public BackoffTimer {
H A Dfileattributefetch.h38 BackoffTimer bt;
39 BackoffTimer timeout;
H A Dmegaclient.h841 BackoffTimer btugexpiration;
844 BackoffTimer btcs;
845 BackoffTimer btbadhost;
846 BackoffTimer btworkinglock;
853 BackoffTimer btsc;
892 BackoffTimer btpfa;
1288 BackoffTimer syncfslockretrybt;
1292 BackoffTimer syncdownbt;
1296 BackoffTimer syncnaglebt;
1301 BackoffTimer syncextrabt;
[all …]
H A Dhttp.h334 BackoffTimer bt;
340 BackoffTimer maxbt;
/dports/net/py-pynsq/pynsq-0.9.0b1/tests/
H A Dtest_basic.py14 from nsq import BackoffTimer
42 timer = BackoffTimer(.1, 120, long_length=1000)
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/hnbap/
H A DHNBAP-PDU-Contents.asn43 BackoffTimer,
86 id-BackoffTimer,
172 { ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
197 { ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
H A Dhnbap.cnf252 id-BackoffTimer ProtocolIE-ID
288 BackoffTimer N hnbap.ies id-BackoffTimer
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/hnbap/
H A DHNBAP-PDU-Contents.asn43 BackoffTimer,
86 id-BackoffTimer,
172 { ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
197 { ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
H A Dhnbap.cnf252 id-BackoffTimer ProtocolIE-ID
288 BackoffTimer N hnbap.ies id-BackoffTimer
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/hnbap/
H A DHNBAP-PDU-Contents.asn43 BackoffTimer,
86 id-BackoffTimer,
172 { ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
197 { ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
H A Dhnbap.cnf252 id-BackoffTimer ProtocolIE-ID
288 BackoffTimer N hnbap.ies id-BackoffTimer
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/hnbap/
H A DHNBAP-PDU-Contents.asn43 BackoffTimer,
86 id-BackoffTimer,
172 { ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
197 { ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
H A Dhnbap.cnf252 id-BackoffTimer ProtocolIE-ID
288 BackoffTimer N hnbap.ies id-BackoffTimer
/dports/net/py-pynsq/pynsq-0.9.0b1/nsq/
H A D__init__.py27 from .backoff_timer import BackoffTimer
H A Dbackoff_timer.py12 class BackoffTimer(object): class
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_channel/lb_policy/rls/
H A Drls.cc415 class BackoffTimer : public InternallyRefCounted<BackoffTimer> { class in grpc_core::__anon19026cfd0111::RlsLb::Cache::Entry
417 BackoffTimer(RefCountedPtr<Entry> entry, grpc_millis backoff_time);
444 OrphanablePtr<BackoffTimer> backoff_timer_;
1065 RlsLb::Cache::Entry::BackoffTimer::BackoffTimer(RefCountedPtr<Entry> entry, in BackoffTimer() function in grpc_core::__anon19026cfd0111::RlsLb::Cache::Entry::BackoffTimer
1073 void RlsLb::Cache::Entry::BackoffTimer::Orphan() { in Orphan()
1081 void RlsLb::Cache::Entry::BackoffTimer::OnBackoffTimer( in OnBackoffTimer()
1083 auto* self = static_cast<BackoffTimer*>(arg); in OnBackoffTimer()
1086 RefCountedPtr<BackoffTimer> backoff_timer(self); in OnBackoffTimer()
1238 backoff_timer_ = MakeOrphanable<BackoffTimer>( in OnRlsResponseLocked()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/client_channel/lb_policy/rls/
H A Drls.cc415 class BackoffTimer : public InternallyRefCounted<BackoffTimer> { class in grpc_core::__anon740a13ae0111::RlsLb::Cache::Entry
417 BackoffTimer(RefCountedPtr<Entry> entry, grpc_millis backoff_time);
444 OrphanablePtr<BackoffTimer> backoff_timer_;
1065 RlsLb::Cache::Entry::BackoffTimer::BackoffTimer(RefCountedPtr<Entry> entry, in BackoffTimer() function in grpc_core::__anon740a13ae0111::RlsLb::Cache::Entry::BackoffTimer
1073 void RlsLb::Cache::Entry::BackoffTimer::Orphan() { in Orphan()
1081 void RlsLb::Cache::Entry::BackoffTimer::OnBackoffTimer( in OnBackoffTimer()
1083 auto* self = static_cast<BackoffTimer*>(arg); in OnBackoffTimer()
1086 RefCountedPtr<BackoffTimer> backoff_timer(self); in OnBackoffTimer()
1238 backoff_timer_ = MakeOrphanable<BackoffTimer>( in OnRlsResponseLocked()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/lb_policy/rls/
H A Drls.cc415 class BackoffTimer : public InternallyRefCounted<BackoffTimer> { class in grpc_core::__anone8acc1e40111::RlsLb::Cache::Entry
417 BackoffTimer(RefCountedPtr<Entry> entry, grpc_millis backoff_time);
444 OrphanablePtr<BackoffTimer> backoff_timer_;
1065 RlsLb::Cache::Entry::BackoffTimer::BackoffTimer(RefCountedPtr<Entry> entry, in BackoffTimer() function in grpc_core::__anone8acc1e40111::RlsLb::Cache::Entry::BackoffTimer
1073 void RlsLb::Cache::Entry::BackoffTimer::Orphan() { in Orphan()
1081 void RlsLb::Cache::Entry::BackoffTimer::OnBackoffTimer( in OnBackoffTimer()
1083 auto* self = static_cast<BackoffTimer*>(arg); in OnBackoffTimer()
1086 RefCountedPtr<BackoffTimer> backoff_timer(self); in OnBackoffTimer()
1238 backoff_timer_ = MakeOrphanable<BackoffTimer>( in OnRlsResponseLocked()

12