HomeSort by relevance Sort by last modified time
    Searched defs:service_type (Results 1 - 15 of 15) sorted by null

  /external/avahi/avahi-core/
browse-service.c 36 char *service_type; member in struct:AvahiSServiceBrowser
79 b->callback(b, interface, protocol, event, NULL, b->service_type, b->domain_name, flags, b->userdata);
87 const char *service_type,
100 assert(service_type);
106 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, avahi_is_valid_service_type_generic(service_type), AVAHI_ERR_INVALID_SERVICE_TYPE);
111 if ((r = avahi_service_name_join(n, sizeof(n), NULL, service_type, domain)) < 0) {
122 b->domain_name = b->service_type = NULL;
130 !(b->service_type = avahi_normalize_name_strdup(service_type))) {
165 avahi_free(b->service_type);
    [all...]
resolve-service.c 41 char *service_type; member in struct:AvahiSServiceResolver
89 r->service_type,
130 r->service_type,
422 r->service_type = avahi_normalize_name_strdup(type);
486 avahi_free(r->service_type);
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_io_object.hpp 29 typedef IoObjectService service_type; typedef in class:asio::detail::service_has_move
30 typedef typename service_type::implementation_type implementation_type;
39 static_cast<service_type*>(0),
55 typedef IoObjectService service_type; typedef in class:asio::basic_io_object
58 typedef typename service_type::implementation_type implementation_type;
97 service_type& get_service()
103 const service_type& get_service() const
113 service_type& service;
141 typedef IoObjectService service_type; typedef in class:asio::basic_io_object
142 typedef typename service_type::implementation_type implementation_type
    [all...]
  /system/weaved/buffet/
avahi_mdns_client.cc 75 void AvahiMdnsClient::PublishService(const std::string& service_type,
79 CHECK_EQ("_privet._tcp", service_type);
81 if (prev_port_ == port && prev_service_type_ == service_type &&
104 if (prev_port_ == port && prev_service_type_ == service_type) {
107 service_name_.c_str(), service_type.c_str(), nullptr, txt_list.get());
112 prev_service_type_ = service_type;
119 service_name_.c_str(), service_type.c_str(), nullptr, nullptr, port,
128 void AvahiMdnsClient::StopPublishing(const std::string& service_type) {
153 std::string service_type = std::move(prev_service_type_); local
156 StopPublishing(service_type);
    [all...]
  /external/ppp/pppd/plugins/radius/
buildreq.c 419 UINT4 service_type; local
437 service_type = PW_ADMINISTRATIVE;
438 rc_avpair_add(&(data.send_pairs), PW_SERVICE_TYPE, &service_type, 0, VENDOR_NONE);
  /system/connectivity/shill/vpn/
vpn_provider.cc 101 string service_type; local
102 if (!storage->GetString(entry_name, kTypeProperty, &service_type) ||
103 service_type != kTypeVPN) {
  /external/avahi/avahi-discover-standalone/
main.c 46 struct ServiceType *service_type; member in struct:Service
57 gchar *service_type; member in struct:ServiceType
74 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) {
78 if (!(st = g_hash_table_lookup(service_type_hash_table, service_type)))
109 s->service_type->services = g_list_remove(s->service_type->services, s);
131 const char *service_type,
148 s->service_type = g_hash_table_lookup(service_type_hash_table, service_type);
149 g_assert(s->service_type);
    [all...]
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.cc 298 brillo::Any service_type, signal_strength, ssid_hex; local
303 service_type = proxy_properties[shill::kTypeProperty];
306 if ((service_type.TryGet<std::string>() == shill::kTypeWifi) &&
  /external/avahi/avahi-ui/
avahi-ui.c 56 gchar *service_type; member in struct:_AuiServiceDialogPrivate
196 g_param_spec_string("service_type", _("Service Type"), _("The service type of the selected service"),
360 g_free(d->priv->service_type);
361 d->priv->service_type = g_strdup(type);
465 if (!d->priv->service_type ||
467 (avahi_domain_equal(d->priv->service_type, type) && strcasecmp(d->priv->service_name, name) == 0)) {
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 698 const int32_t service_type = 0; // = SERVICETYPE_NOTRAFFIC local
700 if (!rtpSock->SetQos(service_type, not_specified, not_specified,
707 if (!rtcpSock->SetQos(service_type, not_specified, not_specified,
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 146 ServiceType* service_type,
157 *service_type = INVALID;
160 *service_type = static_cast<ServiceType>(i);
164 if (*service_type == INVALID) {
262 ServiceType service_type; local
264 &service_type,
294 if (service_type == TURNS) {
310 switch (service_type) {
317 bool secure = (service_type == TURNS);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 112 uint8 service_type; member in struct:ext_flow_spec
  /system/bt/stack/include/
gatt_api.h 514 tBT_UUID service_type; /* group type */ member in struct:__anon72746
522 tBT_UUID service_type; /* included service UUID */ member in struct:__anon72747
    [all...]
bt_types.h 371 UINT8 service_type; /* see below */ member in struct:__anon72604
379 /* Values for service_type */
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 344 UINT8 service_type; /* see below */ member in struct:__anon16131
352 /* Values for service_type */

Completed in 293 milliseconds