Lines Matching defs:OmahaResponse
31 struct OmahaResponse { struct
33 bool update_exists = false;
36 int poll_interval = 0;
39 std::string version;
43 std::vector<std::string> payload_urls;
45 std::string more_info_url;
46 std::string hash;
47 std::string metadata_signature;
48 std::string deadline;
49 off_t size = 0;
50 off_t metadata_size = 0;
51 int max_days_to_scatter = 0;
55 uint32_t max_failure_count_per_url = 0;
56 bool prompt = false;
60 bool is_delta_payload = false;
64 bool disable_payload_backoff = false;
67 bool disable_p2p_for_downloading = false;
70 bool disable_p2p_for_sharing = false;
74 std::string public_key_rsa;
79 int install_date_days = -1;