Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs42 use dbus::nonblock::SyncConnection;
63 dbus_connection: Arc<SyncConnection>,
71 dbus_connection: Arc<SyncConnection>, in new() argument
119 dbus_connection: Arc<SyncConnection>,
127 dbus_connection: Arc<SyncConnection>, in new() argument
354 dbus_connection: Arc<SyncConnection>,
362 dbus_connection: Arc<SyncConnection>, in new() argument
403 dbus_connection: Arc<SyncConnection>,
411 dbus_connection: Arc<SyncConnection>, in new() argument
472 dbus_connection: Arc<SyncConnection>,
[all …]
Ddbus_iface.rs58 use dbus::nonblock::SyncConnection;
260 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() argument
358 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() argument
485 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() argument
728 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() argument
737 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new() argument
1050 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothQALegacyDBus { in new() argument
1126 fn make_client_proxy(conn: Arc<SyncConnection>) -> ClientDBusProxy { in make_client_proxy()
1135 pub(crate) fn new(conn: Arc<SyncConnection>) -> BluetoothManagerDBus { in new()
1341 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() argument
[all …]
Dmain.rs9 use dbus::nonblock::SyncConnection;
120 dbus_connection: Arc<SyncConnection>,
173 dbus_connection: Arc<SyncConnection>, in new() argument
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs51 use dbus::nonblock::SyncConnection;
103 pub async fn setup_watch(&mut self, conn: Arc<SyncConnection>) { in setup_watch() argument
166 conn: Arc<SyncConnection>,
174 conn: Arc<SyncConnection>, in new() argument
182 fn create_proxy(&self) -> dbus::nonblock::Proxy<Arc<SyncConnection>> { in create_proxy() argument
261 _conn: Option<Arc<SyncConnection>>,
296 _conn: Option<Arc<SyncConnection>>,
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Ddbus_iface.rs5 use dbus::nonblock::SyncConnection;
26 fn make_client_proxy(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> ClientDBusProxy { in make_client_proxy() argument
35 pub(crate) fn new(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> SuspendDBus { in new() argument
Dpowerd_suspend_manager.rs5 use dbus::nonblock::SyncConnection;
45 powerd_proxy: dbus::nonblock::Proxy<'static, Arc<SyncConnection>>,
52 dbus_connection: Arc<SyncConnection>,
61 dbus_connection: Arc<SyncConnection>, in new() argument
83 powerd_proxy: dbus::nonblock::Proxy<'static, Arc<SyncConnection>>, in send_handle_suspend_readiness() argument
195 conn: Arc<SyncConnection>,
205 pub fn new(conn: Arc<SyncConnection>, dbus_crossroads: Arc<Mutex<Crossroads>>) -> Self { in new() argument
Dservice_watcher.rs5 use dbus::nonblock::SyncConnection;
42 conn: Arc<SyncConnection>,
48 pub fn new(conn: Arc<SyncConnection>, service_name: String) -> Self { in new() argument
/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
253 ~SyncConnection() { in ~SyncConnection()
1003 static bool sync_ls(SyncConnection& sc, const std::string& path, in sync_ls()
1008 static bool sync_stat(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_stat()
1012 static bool sync_lstat(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_lstat()
1016 static bool sync_stat_fallback(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_stat_fallback()
1049 static bool sync_send(SyncConnection& sc, const std::string& lpath, const std::string& rpath, in sync_send()
1102 static bool sync_recv_v1(SyncConnection& sc, const char* rpath, const char* lpath, const char* name, in sync_recv_v1()
1157 static bool sync_recv_v2(SyncConnection& sc, const char* rpath, const char* lpath, const char* name, in sync_recv_v2()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs286 conn: std::sync::Arc<dbus::nonblock::SyncConnection>, in generate_dbus_exporter()
706 conn__: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in dbus_propmap()
923 conn: std::sync::Arc<dbus::nonblock::SyncConnection>, in dbus_proxy_obj()
939 conn: std::sync::Arc<dbus::nonblock::SyncConnection>, in dbus_proxy_obj()
977 conn__: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in dbus_proxy_obj()
1015 use dbus::nonblock::SyncConnection; in generate_dbus_arg()
1224 conn: Option<Arc<dbus::nonblock::SyncConnection>>, in generate_dbus_arg()
1253 _conn: Option<Arc<dbus::nonblock::SyncConnection>>, in generate_dbus_arg()
1277 _conn: Option<Arc<dbus::nonblock::SyncConnection>>, in generate_dbus_arg()
1298 conn: Option<Arc<dbus::nonblock::SyncConnection>>, in generate_dbus_arg()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs1 use dbus::{channel::MatchingReceiver, message::MatchRule, nonblock::SyncConnection};
56 conn: Arc<SyncConnection>, in dispatch() argument
Diface_bluetooth_media.rs17 use dbus::nonblock::SyncConnection;
204 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() argument
Diface_bluetooth.rs31 use dbus::nonblock::SyncConnection;
49 _conn: Option<Arc<SyncConnection>>, in from_dbus() argument
348 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() argument
445 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() argument
Diface_bluetooth_gatt.rs18 use dbus::nonblock::SyncConnection;
411 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() argument