Searched refs:GetAppId (Results 1 – 4 of 4) sorted by relevance
38 ON_CALL(*this, GetAppId()) in MockOmahaRequestParams()53 MOCK_CONST_METHOD0(GetAppId, std::string(void));69 return OmahaRequestParams::GetAppId(); in FakeGetAppId()
215 string OmahaRequestParams::GetAppId() const { in GetAppId() function in chromeos_update_engine::OmahaRequestParams
193 virtual std::string GetAppId() const;
268 "appid=\"" + XmlEncodeWithDefault(params->GetAppId(), "") + "\" " + in GetAppXml()667 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params_->GetAppId()); in PerformAction()