HomeSort by relevance Sort by last modified time
    Searched defs:BackoffEntry (Results 1 - 4 of 4) sorted by null

  /external/libweave/src/
backoff_entry.h 18 class BackoffEntry {
57 // Lifetime of policy must enclose lifetime of BackoffEntry. The
59 explicit BackoffEntry(const Policy* const policy);
60 virtual ~BackoffEntry() {}
82 // just as well start with a fresh BackoffEntry object), and hasn't
109 DISALLOW_COPY_AND_ASSIGN(BackoffEntry);
backoff_entry.cc 16 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
22 void BackoffEntry::InformOfRequest(bool succeeded) {
52 bool BackoffEntry::ShouldRejectRequest() const {
56 base::TimeDelta BackoffEntry::GetTimeUntilRelease() const {
63 base::TimeTicks BackoffEntry::GetReleaseTime() const {
67 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time) {
71 bool BackoffEntry::CanDiscard() const {
96 void BackoffEntry::Reset()
    [all...]
  /external/libbrillo/brillo/
backoff_entry.h 19 class BRILLO_EXPORT BackoffEntry {
58 // Lifetime of policy must enclose lifetime of BackoffEntry. The
60 explicit BackoffEntry(const Policy* const policy);
61 virtual ~BackoffEntry() = default;
83 // just as well start with a fresh BackoffEntry object), and hasn't
110 DISALLOW_COPY_AND_ASSIGN(BackoffEntry);
backoff_entry.cc 17 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
23 void BackoffEntry::InformOfRequest(bool succeeded) {
53 bool BackoffEntry::ShouldRejectRequest() const {
57 base::TimeDelta BackoffEntry::GetTimeUntilRelease() const {
64 base::TimeTicks BackoffEntry::GetReleaseTime() const {
68 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time) {
72 bool BackoffEntry::CanDiscard() const {
97 void BackoffEntry::Reset()
    [all...]

Completed in 132 milliseconds