Searched refs:interactive_ (Results 1 – 11 of 11) sorted by relevance
52 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
53 interactive_(interactive), in DownloadActionChromeos()247 interactive_)); in StartDownloading()269 interactive_); in StartDownloading()
129 bool interactive_; variable
115 interactive_ = params.interactive; in Init()
319 interactive_(false), in OmahaRequestActionTestProcessorDelegate()340 EXPECT_EQ(interactive_ ? "fg" : "bg", in ActionCompleted()359 bool interactive_; member in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate548 delegate_.interactive_ = request_params_.interactive(); in TestUpdateCheck()
49 interactive_(interactive), in DownloadAction()135 interactive_)); in StartDownloading()156 interactive_); in StartDownloading()
81 interactive_(interactive) { in DeltaPerformer()422 bool interactive_{false};
115 const bool interactive_; variable
249 interactive_(is_interactive), in PartitionWriter()292 if (!interactive_) in Init()296 << (interactive_ ? "out" : "") << " O_DSYNC"; in Init()
248 interactive_, in OpenCurrentPartition()1546 interactive_, in CreatePartitionWriter()
134 bool interactive_; variable