HomeSort by relevance Sort by last modified time
    Searched refs:UpdateCanStart (Results 1 - 11 of 11) sorted by null

  /system/update_engine/update_manager/
chromeos_policy_unittest.cc 357 // The UpdateCanStart policy fails, not being able to query
363 // Check that the UpdateCanStart fails.
367 &Policy::UpdateCanStart, &result, update_state);
371 // The UpdateCanStart policy returns false because we are due for another
376 // Check that the UpdateCanStart returns false.
380 &Policy::UpdateCanStart, &result, update_state);
388 // The UpdateCanStart policy returns true; no device policy is loaded.
394 // Check that the UpdateCanStart returns true with no further attributes.
398 &Policy::UpdateCanStart, &result, update_state);
409 // The UpdateCanStart policy returns true; device policy is loaded but impose
    [all...]
mock_policy.h 44 ON_CALL(*this, UpdateCanStart(testing::_, testing::_, testing::_,
47 &default_policy_, &DefaultPolicy::UpdateCanStart));
76 MOCK_CONST_METHOD5(UpdateCanStart,
policy.h 57 // Input arguments to UpdateCanStart.
135 // UpdateCanStart.
212 if (reinterpret_cast<typeof(&Policy::UpdateCanStart)>(
213 policy_method) == &Policy::UpdateCanStart)
214 return class_name + "UpdateCanStart";
260 virtual EvalStatus UpdateCanStart(
android_things_policy.h 50 EvalStatus UpdateCanStart(EvaluationContext* ec,
default_policy.cc 68 EvalStatus DefaultPolicy::UpdateCanStart(
default_policy.h 79 EvalStatus UpdateCanStart(
policy_utils.h 88 EvalStatus UpdateCanStart(EvaluationContext* ec,
android_things_policy.cc 139 EvalStatus AndroidThingsPolicy::UpdateCanStart(EvaluationContext* ec,
chromeos_policy.h 68 EvalStatus UpdateCanStart(
update_manager_unittest.cc 217 umut_->PolicyRequest(&Policy::UpdateCanStart, &result,
chromeos_policy.cc 262 EvalStatus ChromeOSPolicy::UpdateCanStart(
    [all...]

Completed in 304 milliseconds