Home
last modified time | relevance | path

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

/system/update_engine/client_library/
Dclient_dbus.cc241 bool DBusUpdateEngineClient::GetTargetChannel(string* out_channel) const { in GetTargetChannel()
243 out_channel, in GetTargetChannel()
247 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel()
249 out_channel, in GetChannel()
Dclient_binder.cc222 bool BinderUpdateEngineClient::GetTargetChannel(string* out_channel) const { in GetTargetChannel()
228 *out_channel = String8{out_as_string16}.string(); in GetTargetChannel()
232 bool BinderUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel()
238 *out_channel = String8{out_as_string16}.string(); in GetChannel()
Dclient_dbus.h75 bool GetTargetChannel(std::string* out_channel) const override;
77 bool GetChannel(std::string* out_channel) const override;
Dclient_binder.h81 bool GetTargetChannel(std::string* out_channel) const override;
83 bool GetChannel(std::string* out_channel) const override;
/system/update_engine/client_library/include/update_engine/
Dclient.h116 virtual bool GetTargetChannel(std::string* out_channel) const = 0;
119 virtual bool GetChannel(std::string* out_channel) const = 0;
/system/update_engine/
Dimage_properties_android.cc114 bool ReadChannelFromMisc(string* out_channel) { in ReadChannelFromMisc() argument
134 out_channel->assign(channel); in ReadChannelFromMisc()
Ddbus_service.cc132 string* out_channel) { in GetChannel() argument
133 return common_->GetChannel(error, in_get_current_channel, out_channel); in GetChannel()
Dbinder_service_brillo.cc114 String16* out_channel) { in GetChannel() argument
119 *out_channel = String16(channel_string.c_str()); in GetChannel()
Dcommon_service.h100 std::string* out_channel);
Dcommon_service.cc205 string* out_channel) { in GetChannel() argument
207 *out_channel = in GetChannel()
Dbinder_service_brillo.h68 android::String16* out_channel) override;
Ddbus_service.h96 std::string* out_channel) override;