Home
last modified time | relevance | path

Searched refs:GetTargetChannel (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Dimage_properties_android.cc157 string GetTargetChannel() { in GetTargetChannel() function
211 current_channel = GetTargetChannel(); in LoadImageProperties()
223 result.target_channel = GetTargetChannel(); in LoadMutableImageProperties()
Dupdate_engine_client.cc479 if (!client_->GetTargetChannel(&target_channel)) { in ProcessFlags()
/system/update_engine/client_library/include/update_engine/
Dclient.h116 virtual bool GetTargetChannel(std::string* out_channel) const = 0;
/system/update_engine/client_library/
Dclient_dbus.h75 bool GetTargetChannel(std::string* out_channel) const override;
Dclient_binder.h81 bool GetTargetChannel(std::string* out_channel) const override;
Dclient_dbus.cc241 bool DBusUpdateEngineClient::GetTargetChannel(string* out_channel) const { in GetTargetChannel() function in update_engine::internal::DBusUpdateEngineClient
Dclient_binder.cc222 bool BinderUpdateEngineClient::GetTargetChannel(string* out_channel) const { in GetTargetChannel() function in update_engine::internal::BinderUpdateEngineClient