Searched refs:GetAppId (Results 1 – 5 of 5) sorted by relevance
34 ON_CALL(*this, GetAppId()) in MockOmahaRequestParams()48 MOCK_CONST_METHOD0(GetAppId, std::string(void));61 std::string FakeGetAppId() const { return OmahaRequestParams::GetAppId(); } in FakeGetAppId()
264 string OmahaRequestParams::GetAppId() const { in GetAppId() function in chromeos_update_engine::OmahaRequestParams272 return GetAppId() + "_" + dlc_id; in GetDlcAppId()
530 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params->GetAppId()); in PerformAction()773 return app.id == params->GetAppId(); in ParseResponse()874 params->GetAppId() == app.id) { in ParseStatus()897 if (app.id == params->GetAppId() && app.postinstall_action) { in ParseParams()1451 if (app.id == params->GetAppId()) { in PersistCohorts()
219 virtual std::string GetAppId() const;
440 .id = params->GetAppId(), in GetApps()