Home
last modified time | relevance | path

Searched refs:interactive_ (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Domaha_request_params.h54 interactive_(false), in OmahaRequestParams()
137 inline void set_interactive(bool interactive) { interactive_ = interactive; } in set_interactive()
138 inline bool interactive() const { return interactive_; } in interactive()
377 bool interactive_; // Whether this is a user-initiated update check variable
Domaha_request_params.cc124 interactive_ = in_interactive; in Init()
Domaha_request_action_unittest.cc298 interactive_(false), in OmahaRequestActionTestProcessorDelegate()
319 EXPECT_EQ(interactive_ ? "fg" : "bg", in ActionCompleted()
338 bool interactive_; member in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate
529 delegate_.interactive_ = request_params_.interactive(); in TestUpdateCheck()
/system/update_engine/payload_consumer/
Ddelta_performer.h81 interactive_(interactive) { in DeltaPerformer()
433 bool interactive_{false};
Ddownload_action.cc53 interactive_(interactive), in DownloadAction()
246 interactive_)); in StartDownloading()
268 interactive_); in StartDownloading()
Ddownload_action.h158 bool interactive_; variable
Ddelta_performer.cc345 if (!interactive_) in OpenCurrentPartition()
349 << (interactive_ ? "out" : "") << " O_DSYNC"; in OpenCurrentPartition()