Searched defs:SuspendDBus (Results 1 – 2 of 2) sorted by relevance
20 pub struct SuspendDBus { struct22 pub rpc: SuspendDBusRPC, argument25 impl SuspendDBus { impl35 pub(crate) fn new(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> SuspendDBus { in new()46 impl ISuspend for SuspendDBus { implementation
2306 pub(crate) struct SuspendDBus { struct2310 impl SuspendDBus { implementation2311 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> SuspendDBus { in new()2324 impl ISuspend for SuspendDBus { implementation