Searched refs:GetTargetChannel (Results 1 – 6 of 6) sorted by relevance
99 virtual bool GetTargetChannel(std::string* out_channel) const = 0;
69 bool GetTargetChannel(std::string* out_channel) const override;
76 bool GetTargetChannel(std::string* out_channel) const override;
198 bool BinderUpdateEngineClient::GetTargetChannel(string* out_channel) const { in GetTargetChannel() function in update_engine::internal::BinderUpdateEngineClient
216 bool DBusUpdateEngineClient::GetTargetChannel(string* out_channel) const { in GetTargetChannel() function in update_engine::internal::DBusUpdateEngineClient
401 if (!client_->GetTargetChannel(&target_channel)) { in ProcessFlags()