Home
last modified time | relevance | path

Searched refs:no_store_policy (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/
Dbackoff_entry_unittest.cc106 BackoffEntry::Policy no_store_policy = base_policy; in TEST() local
107 no_store_policy.entry_lifetime_ms = 0; in TEST()
108 TestBackoffEntry not_stored(&no_store_policy); in TEST()
/external/libweave/src/
Dbackoff_entry_unittest.cc104 BackoffEntry::Policy no_store_policy = base_policy; in TEST() local
105 no_store_policy.entry_lifetime_ms = 0; in TEST()
106 TestBackoffEntry not_stored(&no_store_policy); in TEST()