Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationservice/src/
Datom.rs53 wait_for_statsd().unwrap_or_else(|e| warn!("failed to wait for statsd with error: {}", e)); in forward_vm_creation_atom()
67 wait_for_statsd().unwrap_or_else(|e| warn!("failed to wait for statsd with error: {}", e)); in forward_vm_booted_atom()
119 wait_for_statsd().unwrap_or_else(|e| warn!("failed to wait for statsd with error: {}", e)); in forward_vm_exited_atom()
126 fn wait_for_statsd() -> Result<()> { in wait_for_statsd() function