Lines Matching defs:value

93 // |name| and value |ping_days| if |ping_days| has a value that needs
145 // We only store a non-empty previous version value after a successful
147 // we clear the previous version value so it doesn't get reported again.
176 // |arg_name| and |prefs_key|, if any. The return value is suitable to
193 << " has a too big value, which must be an error or an "
262 // If install_date_days is not set (e.g. its value is -1 ), don't
469 string value = attr[n + 1];
470 attrs[key] = value;
497 // Omaha sends arbitrary key-value pairs as extra attributes starting with
558 const XML_Char *value,
632 // Calculates the value to use for the ping days parameter.
640 // back in time since the ping was sent. Mark the value so that
689 // If we have the value stored on disk, just return it.
696 LOG(ERROR) << "Dropping stored Omaha InstallData since its value num_days="
731 << "as its value '" << utils::ToString(time_of_oobe)
809 // Parses |str| and returns |true| if, and only if, its value is "true".
910 LOG(ERROR) << "Omaha Response has empty hash_sha256 value";
941 // guarantee that the scheduler uses this value (otherwise, if the device got
942 // rebooted after the last server-indicated value, it'll revert to the default
943 // value). Also kDefaultMaxUpdateChecks value for the scattering logic is
945 // the max value of 8 will roughly be equivalent to one work day. If we decide
955 // PST. If we don't have a persisted value of the Omaha InstallDate,
1156 // we have got a response from omaha and if its value has never been set to
1403 LOG(INFO) << "Using persisted value of UpdateFirstSeenAt: "
1406 // This seems like an unexpected error where the persisted value exists
1409 LOG(INFO) << "Not scattering as UpdateFirstSeenAt value cannot be read";
1417 LOG(INFO) << "Persisted the new value for UpdateFirstSeenAt: "
1420 // This seems like an unexpected error where the value cannot be
1423 LOG(INFO) << "Not scattering as UpdateFirstSeenAt value "
1507 LOG(INFO) << "Randomly picked update check count value = "
1510 // Write out the initial value of update_check_count_value.
1530 LOG(ERROR) << "Invalid value for update check count detected. "
1535 // Legal value, we need to wait for more update checks to happen
1591 LOG(INFO) << "Removing stored " << prefs_key << " value.";