Home
last modified time | relevance | path

Searched refs:GetAppId (Results 1 – 4 of 4) 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
Domaha_request_action.cc417 .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()
Domaha_request_params.h180 virtual std::string GetAppId() const;