Searched defs:GetChannel (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Dbinder_service_brillo.cc111 Status BinderUpdateEngineBrilloService::GetChannel(bool get_current_channel, function in class:chromeos_update_engine::BinderUpdateEngineBrilloService
115 &UpdateEngineService::GetChannel, get_current_channel, &channel_string);
H A Ddbus_service.cc95 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, function in class:chromeos_update_engine::DBusUpdateEngineService
98 return common_->GetChannel(error, in_get_current_channel, out_channel);
H A Dcommon_service.cc179 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, function in class:chromeos_update_engine::UpdateEngineService
/system/update_engine/client_library/
H A Dclient_binder.cc212 if (!service_->GetChannel(false, &out_as_string16).isOk())
219 bool BinderUpdateEngineClient::GetChannel(string* out_channel) const { function in class:update_engine::internal::BinderUpdateEngineClient
222 if (!service_->GetChannel(true, &out_as_string16).isOk())
H A Dclient_dbus.cc222 return proxy_->GetChannel(false, // Get the target channel.
227 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const { function in class:update_engine::internal::DBusUpdateEngineClient
228 return proxy_->GetChannel(true, // Get the current channel.

Completed in 119 milliseconds