Home
last modified time | relevance | path

Searched refs:proxy_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/client_library/
Dclient_dbus.cc72 proxy_.reset(new UpdateEngineInterfaceProxy{bus}); in Init()
79 return proxy_->AttemptUpdateWithFlags( in AttemptUpdate()
90 return proxy_->AttemptInstall(omaha_url, dlc_ids, nullptr); in AttemptInstall()
95 return proxy_->SetDlcActiveValue(is_active, dlc_id, /*error=*/nullptr); in SetDlcActiveValue()
100 if (!proxy_->GetStatusAdvanced(&status, nullptr)) { in GetStatus()
109 return proxy_->SetCohortHint(cohort_hint, nullptr); in SetCohortHint()
113 return proxy_->GetCohortHint(cohort_hint, nullptr); in GetCohortHint()
117 return proxy_->SetUpdateOverCellularPermission(allowed, nullptr); in SetUpdateOverCellularPermission()
122 return proxy_->GetUpdateOverCellularPermission(allowed, nullptr); in GetUpdateOverCellularPermission()
126 return proxy_->SetP2PUpdatePermission(enabled, nullptr); in SetP2PUpdatePermission()
[all …]
Dclient_dbus.h95 std::unique_ptr<org::chromium::UpdateEngineInterfaceProxy> proxy_; variable