Home
last modified time | relevance | path

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

/system/update_engine/client_library/
Dclient_dbus.cc44 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 …]
Dclient_dbus.h102 std::unique_ptr<org::chromium::UpdateEngineInterfaceProxy> proxy_; variable
/system/tools/aidl/
Dtype_java.h256 const Type* GetProxy() const { return proxy_; } in GetProxy()
261 const Type* proxy_; variable
Dtype_java.cpp227 proxy_(proxy), in InterfaceType()