OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateCanStart
(Results
1 - 8
of
8
) sorted by null
/system/update_engine/update_manager/
mock_policy.h
39
ON_CALL(*this,
UpdateCanStart
(testing::_, testing::_, testing::_,
42
&default_policy_, &DefaultPolicy::
UpdateCanStart
));
64
MOCK_CONST_METHOD5(
UpdateCanStart
,
policy.h
55
// Input arguments to
UpdateCanStart
.
133
//
UpdateCanStart
.
207
if (reinterpret_cast<typeof(&Policy::
UpdateCanStart
)>(
208
policy_method) == &Policy::
UpdateCanStart
)
209
return class_name + "
UpdateCanStart
";
244
virtual EvalStatus
UpdateCanStart
(
chromeos_policy_unittest.cc
476
// The
UpdateCanStart
policy fails, not being able to query
482
// Check that the
UpdateCanStart
fails.
486
&Policy::
UpdateCanStart
, &result, update_state);
490
// The
UpdateCanStart
policy returns false because we are due for another
495
// Check that the
UpdateCanStart
returns false.
499
&Policy::
UpdateCanStart
, &result, update_state);
507
// The
UpdateCanStart
policy returns true; no device policy is loaded.
513
// Check that the
UpdateCanStart
returns true with no further attributes.
517
&Policy::
UpdateCanStart
, &result, update_state);
528
// The
UpdateCanStart
policy returns true; device policy is loaded but impose
[
all
...]
default_policy.h
72
EvalStatus
UpdateCanStart
(
default_policy.cc
56
EvalStatus DefaultPolicy::
UpdateCanStart
(
chromeos_policy.h
62
EvalStatus
UpdateCanStart
(
update_manager_unittest.cc
215
umut_->PolicyRequest(&Policy::
UpdateCanStart
, &result,
chromeos_policy.cc
293
EvalStatus ChromeOSPolicy::
UpdateCanStart
(
[
all
...]
Completed in 154 milliseconds