Home
last modified time | relevance | path

Searched defs:transport_path (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/dbus/
H A Dfake_bluetooth_media_endpoint_service_provider.cc28 const ObjectPath& transport_path, in SetConfiguration()
52 const ObjectPath& transport_path) { in ClearConfiguration()
H A Dfake_bluetooth_media_transport_client.cc92 const ObjectPath& transport_path, in Transport()
164 ObjectPath transport_path = GenerateTransportPath(); in SetValid() local
191 ObjectPath transport_path = transport->path; in SetValid() local
273 const ObjectPath& transport_path) { in GetEndpointPath()
287 const dbus::ObjectPath& transport_path) { in GetTransportByPath()
H A Dbluetooth_media_endpoint_service_provider.cc121 dbus::ObjectPath transport_path; in SetConfiguration() local
216 dbus::ObjectPath transport_path; in ClearConfiguration() local
/dports/mail/postfix-current/postfix-3.7-20211107/src/trivial-rewrite/
H A Dtransport.h30 MAPS *transport_path; member
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/bluez5/
H A Dbackend-hsphfpd.c86 char *transport_path; member
281 const char *transport_path, in parse_transport_properties_values()
569 const char *transport_path; in hsphfpd_new_audio_connection() local
860 const char *transport_path; in hsphfpd_audio_acquire_reply() local
H A Dbluez5-dbus.c2873 const char *transport_path, *endpoint; in endpoint_set_configuration() local
2989 const char *transport_path; in endpoint_clear_configuration() local
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_remote.py2354 def setup_fake_client_and_repository(self, transport_path): argument