OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPollInterval
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/update_manager/
variable_unittest.cc
77
EXPECT_EQ(const_var.
GetPollInterval
(), TimeDelta());
79
EXPECT_EQ(poll_var.
GetPollInterval
(), TimeDelta::FromMinutes(5));
85
EXPECT_EQ(var.
GetPollInterval
(), TimeDelta::FromMinutes(3));
variable.h
88
base::TimeDelta
GetPollInterval
() const {
evaluation_context.cc
193
timeout = std::min(timeout, it.first->
GetPollInterval
());
Completed in 35 milliseconds