Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/tests/
Dconversions.rs45 struct FakeDictionary { struct
49 impl RefArg for FakeDictionary { argument
66 Box::new(FakeDictionary { in box_clone()
80 impl Arg for FakeDictionary { implementation
108 let data_dbus = FakeDictionary { in test_dbus_propmap_success()
114 wrap_variant(FakeDictionary { in test_dbus_propmap_success()
142 wrap_variant(vec![FakeDictionary { in test_dbus_propmap_success()
148 wrap_variant(FakeDictionary { in test_dbus_propmap_success()
164 (String::from("recursive"), wrap_variant(Vec::<FakeDictionary>::new())), in test_dbus_propmap_success()