Searched refs:TestBackoffEntry (Results 1 – 3 of 3) sorted by relevance
15 class TestBackoffEntry : public BackoffEntry { class17 explicit TestBackoffEntry(const Policy* const policy) in TestBackoffEntry() function in brillo::TestBackoffEntry25 ~TestBackoffEntry() override {} in ~TestBackoffEntry()36 DISALLOW_COPY_AND_ASSIGN(TestBackoffEntry);40 TestBackoffEntry entry(&base_policy); in TEST()52 TestBackoffEntry never_expires(&never_expires_policy); in TEST()59 TestBackoffEntry entry(&base_policy); in TEST()90 TestBackoffEntry entry(&always_delay_policy); in TEST()108 TestBackoffEntry not_stored(&no_store_policy); in TEST()129 TestBackoffEntry entry(&base_policy); in TEST()[all …]
16 class TestBackoffEntry : public BackoffEntry { class18 explicit TestBackoffEntry(const Policy* const policy) in TestBackoffEntry() function in weave::TestBackoffEntry25 ~TestBackoffEntry() override {} in ~TestBackoffEntry()34 DISALLOW_COPY_AND_ASSIGN(TestBackoffEntry);38 TestBackoffEntry entry(&base_policy); in TEST()50 TestBackoffEntry never_expires(&never_expires_policy); in TEST()57 TestBackoffEntry entry(&base_policy); in TEST()88 TestBackoffEntry entry(&always_delay_policy); in TEST()106 TestBackoffEntry not_stored(&no_store_policy); in TEST()127 TestBackoffEntry entry(&base_policy); in TEST()[all …]
49 class TestBackoffEntry : public BackoffEntry { class51 TestBackoffEntry(const Policy* const policy, base::Clock* clock) in TestBackoffEntry() function in weave::__anon6a2b78f10111::TestBackoffEntry122 std::unique_ptr<TestBackoffEntry> backoff{ in CreateCommandInstance()123 new TestBackoffEntry{&policy, task_runner_.GetClock()}}; in CreateCommandInstance()