Searched refs:GetAppId (Results 1 – 4 of 4) sorted by relevance
35 ON_CALL(*this, GetAppId()) in MockOmahaRequestParams()49 MOCK_CONST_METHOD0(GetAppId, std::string(void));62 std::string FakeGetAppId() const { return OmahaRequestParams::GetAppId(); } in FakeGetAppId()
245 string OmahaRequestParams::GetAppId() const { in GetAppId() function in chromeos_update_engine::OmahaRequestParams
417 .id = params->GetAppId(), in GetRequestXml()449 .id = params->GetAppId() + "_" + dlc_module_id, in GetRequestXml()844 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params_->GetAppId()); in PerformAction()1066 if (app.id == params_->GetAppId()) { in ParseResponse()1127 params_->GetAppId() == app.id) { in ParseStatus()1149 if (app.id == params_->GetAppId()) { in ParseParams()
180 virtual std::string GetAppId() const;