Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dmock_omaha_request_params.h34 ON_CALL(*this, GetAppId()) in MockOmahaRequestParams()
48 MOCK_CONST_METHOD0(GetAppId, std::string(void));
61 std::string FakeGetAppId() const { return OmahaRequestParams::GetAppId(); } in FakeGetAppId()
Domaha_request_params.cc264 string OmahaRequestParams::GetAppId() const { in GetAppId() function in chromeos_update_engine::OmahaRequestParams
272 return GetAppId() + "_" + dlc_id; in GetDlcAppId()
Domaha_request_action.cc530 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()
Domaha_request_params.h219 virtual std::string GetAppId() const;
Domaha_request_builder_xml.cc440 .id = params->GetAppId(), in GetApps()