Home
last modified time | relevance | path

Searched refs:SetDlcNoUpdate (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Domaha_request_params.cc260 void OmahaRequestParams::SetDlcNoUpdate(const string& app_id) { in SetDlcNoUpdate() function in chromeos_update_engine::OmahaRequestParams
Domaha_request_params.h236 void SetDlcNoUpdate(const std::string& app_id);
Domaha_request_action.cc818 params_->SetDlcNoUpdate(app.id); in ParseStatus()