Lines Matching refs:proxy_
42 proxy_.reset(new UpdateEngineInterfaceProxy{bus}); in Init()
49 return proxy_->AttemptUpdateWithFlags( in AttemptUpdate()
62 const bool success = proxy_->GetStatus(out_last_checked_time, in GetStatus()
76 return proxy_->SetUpdateOverCellularPermission(allowed, nullptr); in SetUpdateOverCellularPermission()
81 return proxy_->GetUpdateOverCellularPermission(allowed, nullptr); in GetUpdateOverCellularPermission()
85 return proxy_->SetP2PUpdatePermission(enabled, nullptr); in SetP2PUpdatePermission()
89 return proxy_->GetP2PUpdatePermission(enabled, nullptr); in GetP2PUpdatePermission()
93 return proxy_->AttemptRollback(powerwash, nullptr); in Rollback()
98 return proxy_->GetRollbackPartition(rollback_partition, nullptr); in GetRollbackPartition()
102 return proxy_->GetPrevVersion(prev_version, nullptr); in GetPrevVersion()
106 bool ret = proxy_->RebootIfNeeded(nullptr); in RebootIfNeeded()
116 return proxy_->ResetStatus(nullptr); in ResetStatus()
200 proxy_->RegisterStatusUpdateSignalHandler( in RegisterStatusUpdateHandler()
213 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()
217 return proxy_->GetChannel(false, // Get the target channel. in GetTargetChannel()
223 return proxy_->GetChannel(true, // Get the current channel. in GetChannel()
230 return proxy_->GetLastAttemptError(last_attempt_error, nullptr); in GetLastAttemptError()