Home
last modified time | relevance | path

Searched refs:got_no_update_response_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Domaha_response_handler_action.h57 bool GotNoUpdateResponse() const { return got_no_update_response_; } in GotNoUpdateResponse()
77 bool got_no_update_response_; variable
Domaha_response_handler_action.cc46 got_no_update_response_(false), in OmahaResponseHandlerAction()
55 got_no_update_response_ = true; in PerformAction()