Home
last modified time | relevance | path

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

/packages/modules/Virtualization/microdroid_manager/src/
Dmain.rs402 wait_for_property_true(APEX_CONFIG_DONE_PROP).context("Failed waiting for apex config done")?; in try_run_payload()
424 wait_for_property_true("dev.bootcomplete").context("failed waiting for dev.bootcomplete")?; in try_run_payload()
588 wait_for_property_true(&property) in wait_until_done()
595 fn wait_for_property_true(property_name: &str) -> Result<()> { in wait_for_property_true() function