HomeSort by relevance Sort by last modified time
    Searched full:target_version_prefix (Results 1 - 15 of 15) sorted by null

  /system/update_engine/
mock_update_attempter.h 35 const std::string& target_version_prefix,
update_attempter.cc 255 const string& target_version_prefix,
292 target_version_prefix,
368 const string& target_version_prefix,
378 if (!target_version_prefix.empty())
379 omaha_request_params_->set_target_version_prefix(target_version_prefix);
426 LOG(INFO) << "target_version_prefix = "
427 << omaha_request_params_->target_version_prefix()
    [all...]
omaha_request_params.h 142 inline std::string target_version_prefix() const { function in class:chromeos_update_engine::OmahaRequestParams
update_attempter.h 91 const std::string& target_version_prefix,
336 const std::string& target_version_prefix,
omaha_request_action_unittest.cc 235 ""}; // target_version_prefix
    [all...]
omaha_request_action.cc 121 XmlEncodeWithDefault(params->target_version_prefix(), "").c_str());
    [all...]
  /system/update_engine/update_manager/
fake_device_policy_provider.h 84 "target_version_prefix", kVariableModePoll};
default_policy.cc 39 result->target_version_prefix.clear();
real_device_policy_provider.h 152 "target_version_prefix"};
policy.h 47 std::string target_version_prefix; member in struct:chromeos_update_manager::UpdateCheckParams
chromeos_policy.cc 194 result->target_version_prefix.clear();
226 result->target_version_prefix = *target_version_prefix_p;
    [all...]
chromeos_policy_unittest.cc 400 EXPECT_EQ("1.2", result.target_version_prefix);
    [all...]
  /external/libbrillo/policy/
device_policy.h 99 // Writes the value of the target_version_prefix policy in
100 // |target_version_prefix|. Returns true on success.
102 std::string* target_version_prefix) const = 0;
device_policy_impl.h 51 std::string* target_version_prefix) const;
device_policy_impl.cc 292 std::string* target_version_prefix) const {
301 *target_version_prefix = proto.target_version_prefix();

Completed in 367 milliseconds