Searched refs:proxy_ (Results 1 – 4 of 4) sorted by relevance
44 proxy_.reset(new UpdateEngineInterfaceProxy{bus}); in Init()51 return proxy_->AttemptUpdateWithFlags( in AttemptUpdate()71 return proxy_->AttemptInstall(dlc_request, nullptr /* brillo::ErrorPtr* */); in AttemptInstall()84 const bool success = proxy_->GetStatus(out_last_checked_time, in GetStatus()98 return proxy_->SetCohortHint(cohort_hint, nullptr); in SetCohortHint()102 return proxy_->GetCohortHint(cohort_hint, nullptr); in GetCohortHint()106 return proxy_->SetUpdateOverCellularPermission(allowed, nullptr); in SetUpdateOverCellularPermission()111 return proxy_->GetUpdateOverCellularPermission(allowed, nullptr); in GetUpdateOverCellularPermission()115 return proxy_->SetP2PUpdatePermission(enabled, nullptr); in SetP2PUpdatePermission()119 return proxy_->GetP2PUpdatePermission(enabled, nullptr); in GetP2PUpdatePermission()[all …]
102 std::unique_ptr<org::chromium::UpdateEngineInterfaceProxy> proxy_; variable
256 const Type* GetProxy() const { return proxy_; } in GetProxy()261 const Type* proxy_; variable
227 proxy_(proxy), in InterfaceType()