Searched refs:GetTargetChannel (Results 1 – 5 of 5) sorted by relevance
157 string GetTargetChannel() { in GetTargetChannel() function211 current_channel = GetTargetChannel(); in LoadImageProperties()223 result.target_channel = GetTargetChannel(); in LoadMutableImageProperties()
442 if (!client_->GetTargetChannel(&target_channel)) { in ProcessFlags()
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