Home
last modified time | relevance | path

Searched defs:SuspendDBus (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Ddbus_iface.rs20 pub struct SuspendDBus { struct
22 pub rpc: SuspendDBusRPC, argument
25 impl SuspendDBus { impl
35 pub(crate) fn new(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> SuspendDBus { in new()
46 impl ISuspend for SuspendDBus { implementation
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2306 pub(crate) struct SuspendDBus { struct
2310 impl SuspendDBus { implementation
2311 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> SuspendDBus { in new()
2324 impl ISuspend for SuspendDBus { implementation