Searched refs:boot_time (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics.cc | 39 int64_t boot_time; in LogMetricsAdapterStateChanged() local 45 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsAdapterStateChanged() 47 log::debug("AdapterStateChanged: {}, {}, {}", boot_id, boot_time, adapter_state); in LogMetricsAdapterStateChanged() 51 .SetSystemTime(boot_time) in LogMetricsAdapterStateChanged() 61 int64_t boot_time; in LogMetricsBondCreateAttempt() local 68 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsBondCreateAttempt() 74 (int)boot_time, in LogMetricsBondCreateAttempt() 81 .SetSystemTime(boot_time) in LogMetricsBondCreateAttempt() 91 int64_t boot_time; in LogMetricsBondStateChanged() local 99 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsBondStateChanged() [all …]
|
/packages/modules/DnsResolver/doh/connection/ |
D | driver.rs | 18 use crate::boot_time; 19 use crate::boot_time::BootTime; 156 async fn optional_timeout(timeout: Option<boot_time::Duration>, net_id: u32) { in optional_timeout() 159 Some(timeout) => boot_time::sleep(timeout).await, in optional_timeout()
|
D | mod.rs | 18 use crate::boot_time::BootTime;
|
/packages/modules/DnsResolver/doh/ |
D | doh.rs | 19 pub mod boot_time; module
|
D | doh_test_superset_for_fuzzer.rs | 20 pub mod boot_time; module
|
D | ffi.rs | 19 use crate::boot_time::{timeout, BootTime, Duration};
|
/packages/modules/DnsResolver/doh/dispatcher/ |
D | mod.rs | 17 use crate::boot_time::{BootTime, Duration};
|
D | driver.rs | 19 use crate::boot_time::{BootTime, Duration};
|
/packages/modules/DnsResolver/doh/network/ |
D | mod.rs | 19 use crate::boot_time::{BootTime, Duration};
|
D | driver.rs | 19 use crate::boot_time::{timeout, BootTime, Duration};
|