Home
last modified time | relevance | path

Searched refs:GetAppId (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Dmock_omaha_request_params.h38 ON_CALL(*this, GetAppId()) in MockOmahaRequestParams()
53 MOCK_CONST_METHOD0(GetAppId, std::string(void));
69 return OmahaRequestParams::GetAppId(); in FakeGetAppId()
Domaha_request_params.cc215 string OmahaRequestParams::GetAppId() const { in GetAppId() function in chromeos_update_engine::OmahaRequestParams
Domaha_request_params.h193 virtual std::string GetAppId() const;
Domaha_request_action.cc268 "appid=\"" + XmlEncodeWithDefault(params->GetAppId(), "") + "\" " + in GetAppXml()
667 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params_->GetAppId()); in PerformAction()