Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dbackoff_entry_unittest.cc22 SetCustomReleaseTime(TimeTicks()); in TestBackoffEntry()
265 custom.SetCustomReleaseTime(custom_horizon); in TEST()
288 custom.SetCustomReleaseTime(custom_horizon); in TEST()
Dbackoff_entry.h80 void SetCustomReleaseTime(const base::TimeTicks& release_time);
Dbackoff_entry.cc68 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time) { in SetCustomReleaseTime() function in brillo::BackoffEntry