Lines Matching defs:DumpOptions
349 struct DumpOptions { struct
350 bool do_add_date = false;
351 bool do_zip_file = false;
352 bool do_vibrate = true;
354 bool use_socket = false;
355 bool use_control_socket = false;
356 bool do_fb = false;
357 bool do_broadcast = false;
358 bool is_remote_mode = false;
359 bool show_header_only = false;
360 bool do_start_service = false;
361 bool telephony_only = false;
362 bool wifi_only = false;
364 bool do_progress_updates = false;
366 android::base::unique_fd bugreport_fd;
368 android::base::unique_fd screenshot_fd;
371 std::string extra_options;
373 std::string args;
375 std::string notification_title;
376 std::string notification_description;
404 std::unique_ptr<DumpOptions> options_; argument