Home
last modified time | relevance | path

Searched defs:SyncConnection (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Ddbus_iface.rs26 fn make_client_proxy(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> ClientDBusProxy { in make_client_proxy()
35 pub(crate) fn new(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> SuspendDBus { in new()
Dpowerd_suspend_manager.rs61 dbus_connection: Arc<SyncConnection>, in new()
83 powerd_proxy: dbus::nonblock::Proxy<'static, Arc<SyncConnection>>, in send_handle_suspend_readiness()
205 pub fn new(conn: Arc<SyncConnection>, dbus_crossroads: Arc<Mutex<Crossroads>>) -> Self { in new()
Dservice_watcher.rs48 pub fn new(conn: Arc<SyncConnection>, service_name: String) -> Self { in new()
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs103 pub async fn setup_watch(&mut self, conn: Arc<SyncConnection>) { in setup_watch()
174 conn: Arc<SyncConnection>, in new()
182 fn create_proxy(&self) -> dbus::nonblock::Proxy<Arc<SyncConnection>> { in create_proxy()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs71 dbus_connection: Arc<SyncConnection>, in new()
127 dbus_connection: Arc<SyncConnection>, in new()
362 dbus_connection: Arc<SyncConnection>, in new()
411 dbus_connection: Arc<SyncConnection>, in new()
479 dbus_connection: Arc<SyncConnection>, in new()
536 dbus_connection: Arc<SyncConnection>, in new()
699 dbus_connection: Arc<SyncConnection>, in new()
901 dbus_connection: Arc<SyncConnection>, in new()
1175 dbus_connection: Arc<SyncConnection>, in new()
1315 dbus_connection: Arc<SyncConnection>, in new()
[all …]
Ddbus_iface.rs260 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
358 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
485 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
728 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy()
737 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new()
1050 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothQALegacyDBus { in new()
1341 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy()
1350 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothAdminDBus { in new()
1436 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy()
1445 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothGattDBus { in new()
[all …]
Dmain.rs173 dbus_connection: Arc<SyncConnection>, in new()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs56 conn: Arc<SyncConnection>, in dispatch()
Diface_bluetooth.rs49 _conn: Option<Arc<SyncConnection>>, in from_dbus()
348 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
445 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
Diface_bluetooth_media.rs204 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
Diface_bluetooth_gatt.rs411 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
/packages/modules/adb/client/
Dfile_sync_client.cpp226 class SyncConnection { class
228 SyncConnection() : acknowledgement_buffer_(sizeof(sync_status) + SYNC_DATA_MAX) { in SyncConnection() function in SyncConnection