Loading system/gd/rust/linux/client/src/dbus_iface.rs +0 −2 Original line number Diff line number Diff line Loading @@ -237,8 +237,6 @@ impl BluetoothDBus { } } trait DBusExportable {} #[generate_dbus_interface_client] impl IBluetooth for BluetoothDBus { #[dbus_method("RegisterCallback")] Loading system/gd/rust/linux/stack/src/bluetooth_gatt.rs +2 −0 Original line number Diff line number Diff line Loading @@ -1458,6 +1458,8 @@ mod tests { fn unregister(&mut self, _id: u32) -> bool { false } fn export_for_rpc(self: Box<Self>) {} } use super::*; Loading Loading
system/gd/rust/linux/client/src/dbus_iface.rs +0 −2 Original line number Diff line number Diff line Loading @@ -237,8 +237,6 @@ impl BluetoothDBus { } } trait DBusExportable {} #[generate_dbus_interface_client] impl IBluetooth for BluetoothDBus { #[dbus_method("RegisterCallback")] Loading
system/gd/rust/linux/stack/src/bluetooth_gatt.rs +2 −0 Original line number Diff line number Diff line Loading @@ -1458,6 +1458,8 @@ mod tests { fn unregister(&mut self, _id: u32) -> bool { false } fn export_for_rpc(self: Box<Self>) {} } use super::*; Loading