Home
last modified time | relevance | path

Searched defs:update_message (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/asuite/adevice/src/
H A Ddevice.rs306 let update_message = format!("retry attempt {} - {:?}", retry_count, cmd.to_string()); in run_process_with_retry_until_timeout() localVariable
336 let update_message = in update() localVariable
/aosp_15_r20/device/google/cuttlefish/guest/hals/light/lights/
Dlights_vsock_server.rs118 let update_message = json!({ in send_lights_state() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs2590 let update_message = bob.group.propose_update(vec![]).await.unwrap(); in test_state_update() localVariable