OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateCheckAllowed
(Results
1 - 9
of
9
) sorted by null
/system/update_engine/update_manager/
mock_policy.h
35
ON_CALL(*this,
UpdateCheckAllowed
(testing::_, testing::_, testing::_,
38
&default_policy_, &DefaultPolicy::
UpdateCheckAllowed
));
60
MOCK_CONST_METHOD4(
UpdateCheckAllowed
,
update_manager_unittest.cc
104
EvalStatus
UpdateCheckAllowed
(EvaluationContext* ec, State* state,
122
EvalStatus
UpdateCheckAllowed
(EvaluationContext* ec, State* state,
142
EvalStatus
UpdateCheckAllowed
(EvaluationContext* ec, State* state,
185
&Policy::
UpdateCheckAllowed
, &result));
227
&Policy::
UpdateCheckAllowed
, &result);
239
EXPECT_DEATH(umut_->PolicyRequest(&Policy::
UpdateCheckAllowed
, &result), "");
254
umut_->AsyncPolicyRequest(callback, &Policy::
UpdateCheckAllowed
);
271
umut_->AsyncPolicyRequest(callback, &Policy::
UpdateCheckAllowed
);
299
umut_->AsyncPolicyRequest(callback, &Policy::
UpdateCheckAllowed
);
policy.h
40
//
UpdateCheckAllowed
policy.
64
// feed the value returned by the preceding call to
UpdateCheckAllowed
().
204
if (reinterpret_cast<typeof(&Policy::
UpdateCheckAllowed
)>(
205
policy_method) == &Policy::
UpdateCheckAllowed
)
206
return class_name + "
UpdateCheckAllowed
";
232
//
UpdateCheckAllowed
returns whether it is allowed to request an update check
234
virtual EvalStatus
UpdateCheckAllowed
(
default_policy.h
68
EvalStatus
UpdateCheckAllowed
(
default_policy.cc
34
EvalStatus DefaultPolicy::
UpdateCheckAllowed
(
chromeos_policy.h
58
EvalStatus
UpdateCheckAllowed
(
chromeos_policy_unittest.cc
122
// Configures the
UpdateCheckAllowed
policy to return a desired value by
333
&Policy::
UpdateCheckAllowed
, &result);
341
&Policy::
UpdateCheckAllowed
, &result);
369
&Policy::
UpdateCheckAllowed
, &result);
378
&Policy::
UpdateCheckAllowed
, &result);
398
&Policy::
UpdateCheckAllowed
, &result);
407
//
UpdateCheckAllowed
should return kAskMeAgainLater if this is an unofficial
415
&Policy::
UpdateCheckAllowed
, &result);
420
//
UpdateCheckAllowed
should return false (kSucceeded) if the image booted
427
&Policy::
UpdateCheckAllowed
, &result)
[
all
...]
chromeos_policy.cc
188
EvalStatus ChromeOSPolicy::
UpdateCheckAllowed
(
318
EvalStatus check_status =
UpdateCheckAllowed
(ec, state, error, &check_result);
[
all
...]
/system/update_engine/
update_attempter.cc
180
update_manager->AsyncPolicyRequest(callback, &Policy::
UpdateCheckAllowed
);
[
all
...]
Completed in 51 milliseconds