Home
last modified time | relevance | path

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

/system/update_engine/cros/
Domaha_request_params.h52 interactive_(false), in OmahaRequestParams()
126 inline void set_interactive(bool interactive) { interactive_ = interactive; } in set_interactive()
127 inline bool interactive() const { return interactive_; } in interactive()
365 bool interactive_; // Whether this is a user-initiated update check variable
Ddownload_action_chromeos.cc53 interactive_(interactive), in DownloadActionChromeos()
247 interactive_)); in StartDownloading()
269 interactive_); in StartDownloading()
Ddownload_action_chromeos.h129 bool interactive_; variable
Domaha_request_params.cc115 interactive_ = params.interactive; in Init()
Domaha_request_action_unittest.cc319 interactive_(false), in OmahaRequestActionTestProcessorDelegate()
340 EXPECT_EQ(interactive_ ? "fg" : "bg", in ActionCompleted()
359 bool interactive_; member in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate
548 delegate_.interactive_ = request_params_.interactive(); in TestUpdateCheck()
/system/update_engine/
Ddownload_action.cc49 interactive_(interactive), in DownloadAction()
135 interactive_)); in StartDownloading()
156 interactive_); in StartDownloading()
/system/update_engine/payload_consumer/
Ddelta_performer.h81 interactive_(interactive) { in DeltaPerformer()
422 bool interactive_{false};
Dpartition_writer.h115 const bool interactive_; variable
Dpartition_writer.cc249 interactive_(is_interactive), in PartitionWriter()
292 if (!interactive_) in Init()
296 << (interactive_ ? "out" : "") << " O_DSYNC"; in Init()
Ddelta_performer.cc248 interactive_, in OpenCurrentPartition()
1546 interactive_, in CreatePartitionWriter()
/system/update_engine/common/
Ddownload_action.h134 bool interactive_; variable