Home
last modified time | relevance | path

Searched refs:out_channel (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/client_library/include/update_engine/
Dclient.h103 virtual bool GetTargetChannel(std::string* out_channel) const = 0;
106 virtual bool GetChannel(std::string* out_channel) const = 0;
/system/update_engine/client_library/
Dclient_dbus.cc237 bool DBusUpdateEngineClient::GetTargetChannel(string* out_channel) const { in GetTargetChannel()
239 out_channel, in GetTargetChannel()
243 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel()
245 out_channel, in GetChannel()
Dclient_dbus.h74 bool GetTargetChannel(std::string* out_channel) const override;
76 bool GetChannel(std::string* out_channel) const override;
/system/update_engine/
Dimage_properties_android.cc114 bool ReadChannelFromMisc(string* out_channel) { in ReadChannelFromMisc() argument
134 out_channel->assign(channel); in ReadChannelFromMisc()
Ddbus_service.cc133 string* out_channel) { in GetChannel() argument
134 return common_->GetChannel(error, in_get_current_channel, out_channel); in GetChannel()
Dcommon_service.h107 std::string* out_channel);
Dcommon_service.cc211 string* out_channel) { in GetChannel() argument
213 *out_channel = in GetChannel()
Ddbus_service.h101 std::string* out_channel) override;