Searched refs:GetTargetChannel (Results 1 – 4 of 4) sorted by relevance
103 virtual bool GetTargetChannel(std::string* out_channel) const = 0;
74 bool GetTargetChannel(std::string* out_channel) const override;
237 bool DBusUpdateEngineClient::GetTargetChannel(string* out_channel) const { in GetTargetChannel() function in update_engine::internal::DBusUpdateEngineClient
442 if (!client_->GetTargetChannel(&target_channel)) { in ProcessFlags()