Home
last modified time | relevance | path

Searched refs:kActivePingKey (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/cros/
Dhardware_chromeos.cc85 const char* kActivePingKey = "first_active_omaha_ping_sent"; variable
309 if (!utils::GetVpdValue(kActivePingKey, &active_ping_str)) { in GetFirstActiveOmahaPingSent()
326 "vpd", "-i", "RW_VPD", "-s", string(kActivePingKey) + "=1"}; in SetFirstActiveOmahaPingSent()
329 LOG(ERROR) << "Failed to set vpd key for " << kActivePingKey in SetFirstActiveOmahaPingSent()
340 LOG(ERROR) << "Failed to cache " << kActivePingKey << " using dump_vpd_log" in SetFirstActiveOmahaPingSent()