Lines Matching defs:DumpOptions
366 struct DumpOptions { struct
367 bool do_add_date = false;
368 bool do_zip_file = false;
369 bool do_vibrate = true;
371 bool use_socket = false;
372 bool use_control_socket = false;
373 bool do_screenshot = false;
374 bool is_screenshot_copied = false;
375 bool is_remote_mode = false;
376 bool show_header_only = false;
377 bool do_start_service = false;
378 bool telephony_only = false;
379 bool wifi_only = false;
381 bool limited_only = false;
383 bool do_progress_updates = false;
390 android::base::unique_fd bugreport_fd;
392 android::base::unique_fd screenshot_fd;
394 std::string out_dir;
396 std::string bugreport_mode;
398 std::string args;
400 std::string notification_title;
401 std::string notification_description;
436 std::unique_ptr<DumpOptions> options_; argument