Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/tests/
Dconversions.rs176 let result_struct = <SomeStruct as DBusArg>::from_dbus(result, None, None, None).unwrap(); in test_dbus_propmap_success() localVariable
203 assert_eq!(expected_struct, result_struct); in test_dbus_propmap_success()