Searched defs:cohort_hint (Results 1 - 3 of 3) sorted by last modified time

/system/update_engine/
H A Dbinder_service_brillo.cc131 string cohort_hint; local
133 CallCommonHandler(&UpdateEngineService::GetCohortHint, &cohort_hint);
135 *out_cohort_hint = String16(cohort_hint.c_str());
H A Dupdate_engine_client.cc252 cohort_hint, "", "Set the current cohort hint to the passed value.");
356 base::CommandLine::ForCurrentProcess()->HasSwitch("cohort_hint");
366 string cohort_hint; local
367 if (!client_->GetCohortHint(&cohort_hint)) {
372 LOG(INFO) << "Current cohort hint: \"" << cohort_hint << "\"";
/system/update_engine/client_library/
H A Dclient_dbus.cc77 bool DBusUpdateEngineClient::SetCohortHint(const string& cohort_hint) { argument
78 return proxy_->SetCohortHint(cohort_hint, nullptr);
81 bool DBusUpdateEngineClient::GetCohortHint(string* cohort_hint) const {
82 return proxy_->GetCohortHint(cohort_hint, nullptr);

Completed in 164 milliseconds