Searched refs:boot_id (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics.cc | 40 std::string boot_id; in LogMetricsAdapterStateChanged() local 42 if (!GetBootId(&boot_id)) return; in LogMetricsAdapterStateChanged() 47 log::debug("AdapterStateChanged: {}, {}, {}", boot_id, boot_time, adapter_state); in LogMetricsAdapterStateChanged() 50 .SetBootId(boot_id) in LogMetricsAdapterStateChanged() 63 std::string boot_id; in LogMetricsBondCreateAttempt() local 65 if (!GetBootId(&boot_id)) return; in LogMetricsBondCreateAttempt() 73 boot_id, in LogMetricsBondCreateAttempt() 80 .SetBootId(boot_id) in LogMetricsBondCreateAttempt() 94 std::string boot_id; in LogMetricsBondStateChanged() local 96 if (!GetBootId(&boot_id)) return; in LogMetricsBondStateChanged() [all …]
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 63 std::string boot_id; in LogMetricA2dpAudioOverrunEvent() local 66 if (!metrics::GetBootId(&boot_id)) return; in LogMetricA2dpAudioOverrunEvent() 72 boot_id, in LogMetricA2dpAudioOverrunEvent() 80 .SetBootId(boot_id) in LogMetricA2dpAudioOverrunEvent() 91 std::string boot_id; in LogMetricHfpPacketLossStats() local 94 if (!metrics::GetBootId(&boot_id)) return; in LogMetricHfpPacketLossStats() 100 boot_id, in LogMetricHfpPacketLossStats() 107 .SetBootId(boot_id) in LogMetricHfpPacketLossStats() 117 std::string boot_id; in LogMetricMmcTranscodeRttStats() local 119 if (!metrics::GetBootId(&boot_id)) return; in LogMetricMmcTranscodeRttStats() [all …]
|
/packages/modules/Bluetooth/system/gd/metrics/ |
D | utils.cc | 30 bool GetBootId(std::string* boot_id) { in GetBootId() argument 31 if (!base::ReadFileToString(base::FilePath(kBootIdPath), boot_id)) { in GetBootId() 34 base::TrimWhitespaceASCII(*boot_id, base::TRIM_TRAILING, boot_id); in GetBootId()
|
D | utils.h | 27 bool GetBootId(std::string* boot_id);
|