Home
last modified time | relevance | path

Searched refs:transport_path (Results 1 – 12 of 12) 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() argument
31 << transport_path.value(); in SetConfiguration()
33 delegate_->SetConfiguration(transport_path, properties); in SetConfiguration()
52 const ObjectPath& transport_path) { in ClearConfiguration() argument
54 << transport_path.value(); in ClearConfiguration()
56 delegate_->ClearConfiguration(transport_path); in ClearConfiguration()
H A Dfake_bluetooth_media_transport_client.cc92 const ObjectPath& transport_path, in Transport() argument
164 ObjectPath transport_path = GenerateTransportPath(); in SetValid() local
165 DVLOG(1) << "New transport, " << transport_path.value() in SetValid()
184 transport_to_endpoint_map_[transport_path] = endpoint_path; in SetValid()
191 ObjectPath transport_path = transport->path; in SetValid() local
195 observer.MediaTransportRemoved(transport_path); in SetValid()
197 endpoint->ClearConfiguration(transport_path); in SetValid()
199 transport_to_endpoint_map_.erase(transport_path); in SetValid()
273 const ObjectPath& transport_path) { in GetEndpointPath() argument
287 const dbus::ObjectPath& transport_path) { in GetTransportByPath() argument
[all …]
H A Dbluetooth_media_endpoint_service_provider.cc121 dbus::ObjectPath transport_path; in SetConfiguration() local
123 if (!reader.PopObjectPath(&transport_path) || in SetConfiguration()
166 delegate_->SetConfiguration(transport_path, properties); in SetConfiguration()
216 dbus::ObjectPath transport_path; in ClearConfiguration() local
217 if (!reader.PopObjectPath(&transport_path)) { in ClearConfiguration()
223 delegate_->ClearConfiguration(transport_path); in ClearConfiguration()
H A Dfake_bluetooth_media_endpoint_service_provider.h32 void SetConfiguration(const dbus::ObjectPath& transport_path,
37 void ClearConfiguration(const dbus::ObjectPath& transport_path);
H A Dfake_bluetooth_media_transport_client.h100 Transport(const dbus::ObjectPath& transport_path,
119 dbus::ObjectPath GetEndpointPath(const dbus::ObjectPath& transport_path);
125 Transport* GetTransportByPath(const dbus::ObjectPath& transport_path);
H A Dbluetooth_media_endpoint_service_provider.h88 virtual void SetConfiguration(const dbus::ObjectPath& transport_path,
106 virtual void ClearConfiguration(const dbus::ObjectPath& transport_path) = 0;
/dports/mail/postfix-current/postfix-3.7-20211107/src/trivial-rewrite/
H A Dtransport.c105 tp->transport_path = maps_create(transport_maps_name, transport_maps, in transport_pre_init()
127 if (tp->transport_path) in transport_free()
128 maps_free(tp->transport_path); in transport_free()
225 if ((value = maps_find(tp->transport_path, WILDCARD, FULL)) != 0) { in transport_wildcard_init()
234 tp->wildcard_errno = tp->transport_path->error; in transport_wildcard_init()
276 if ((value = mail_addr_find_strategy(tp->transport_path, addr, (char **) 0, in transport_lookup()
281 if (tp->transport_path->error != 0) in transport_lookup()
290 tp->transport_path->error = tp->wildcard_errno; in transport_lookup()
419 tp->transport_path->error ? in main()
427 tp->transport_path->error ? in main()
H A Dtransport.h30 MAPS *transport_path; member
H A Dresolve.c699 && rp->transport_info->transport_path->error != 0) { in resolve_addr()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_remote.py2411 transport_path = 'quack'
2421 transport_path = 'quack'
2438 transport_path = 'quack'
2455 transport_path = 'quick'
2476 transport_path = 'buick'
2495 transport_path = 'quack'
2507 transport_path = 'hill'
2520 transport_path = 'hill'
2542 transport_path = 'quack'
2553 transport_path = 'quick'
[all …]
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/bluez5/
H A Dbackend-hsphfpd.c86 char *transport_path; member
201 if (spa_streq(td->transport_path, data)) in hsphfpd_cmp_transport_path()
569 const char *transport_path; in hsphfpd_new_audio_connection() local
714 transport_data->transport_path = strdup(transport_path); in hsphfpd_new_audio_connection()
860 const char *transport_path; in hsphfpd_audio_acquire_reply() local
972 if (transport_data->transport_path) { in hsphfpd_audio_release()
973 free(transport_data->transport_path); in hsphfpd_audio_release()
974 transport_data->transport_path = NULL; in hsphfpd_audio_release()
986 if (transport_data->transport_path) { in hsphfpd_audio_destroy()
987 free(transport_data->transport_path); in hsphfpd_audio_destroy()
[all …]
H A Dbluez5-dbus.c2873 const char *transport_path, *endpoint; in endpoint_set_configuration() local
2895 dbus_message_iter_get_basic(&it[0], &transport_path); in endpoint_set_configuration()
2899 transport = spa_bt_transport_find(monitor, transport_path); in endpoint_set_configuration()
2903 char *tpath = strdup(transport_path); in endpoint_set_configuration()
2989 const char *transport_path; in endpoint_clear_configuration() local
2995 DBUS_TYPE_OBJECT_PATH, &transport_path, in endpoint_clear_configuration()
3003 transport = spa_bt_transport_find(monitor, transport_path); in endpoint_clear_configuration()