Home
last modified time | relevance | path

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

/system/update_engine/
Dhardware_chromeos.cc82 const char* kActivePingKey = "first_active_omaha_ping_sent"; variable
344 if (!GetVpdValue(kActivePingKey, &active_ping_str)) { in GetFirstActiveOmahaPingSent()
361 "vpd", "-i", "RW_VPD", "-s", string(kActivePingKey) + "=1"}; in SetFirstActiveOmahaPingSent()
364 LOG(ERROR) << "Failed to set vpd key for " << kActivePingKey in SetFirstActiveOmahaPingSent()
375 LOG(ERROR) << "Failed to cache " << kActivePingKey << " using dump_vpd_log" in SetFirstActiveOmahaPingSent()