Home
last modified time | relevance | path

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

/system/update_engine/
Dmock_omaha_request_params.h35 ON_CALL(*this, GetAppId()) in MockOmahaRequestParams()
49 MOCK_CONST_METHOD0(GetAppId, std::string(void));
62 std::string FakeGetAppId() const { return OmahaRequestParams::GetAppId(); } in FakeGetAppId()
Domaha_request_params.cc245 string OmahaRequestParams::GetAppId() const { in GetAppId() function in chromeos_update_engine::OmahaRequestParams
253 return GetAppId() + "_" + dlc_id; in GetDlcAppId()
Domaha_request_action.cc470 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params_->GetAppId()); in PerformAction()
762 if (app.id == params_->GetAppId()) { in ParseResponse()
838 params_->GetAppId() == app.id) { in ParseStatus()
860 if (app.id == params_->GetAppId()) { in ParseParams()
Domaha_request_params.h226 virtual std::string GetAppId() const;
Domaha_request_builder_xml.cc403 .id = params_->GetAppId(), in GetApps()