HomeSort by relevance Sort by last modified time
    Searched refs:service_type (Results 1 - 25 of 49) sorted by null

1 2

  /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...]
  /external/libweave/include/weave/provider/
dns_service_discovery.h 24 // service_type will contain name of the service before .local.
86 virtual void PublishService(const std::string& service_type,
91 virtual void StopPublishing(const std::string& service_type) = 0;
  /system/weaved/buffet/
mdns_client.h 38 void PublishService(const std::string& service_type, uint16_t port,
40 void StopPublishing(const std::string& service_type) override {}
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...]
avahi_mdns_client.h 38 void PublishService(const std::string& service_type, uint16_t port,
40 void StopPublishing(const std::string& service_type) override;
  /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...]
avahi-test.c 259 const char *service_type,
264 avahi_log_debug("STB: (%i.%i) %s in <%s> [%s]", iface, protocol, service_type ? service_type : "NULL", domain ? domain : "NULL", browser_event_to_string(event));
273 const char *service_type,
277 avahi_log_debug("SB: (%i.%i) <%s> as %s in <%s> [%s]", iface, protocol, name ? name : "NULL", service_type ? service_type : "NULL", domain ? domain : "NULL", browser_event_to_string(event));
286 const char*service_type,
296 avahi_log_debug("SR: (%i.%i) <%s> as %s in <%s> [%s]", iface, protocol, name, service_type, domain_name, resolver_event_to_string(event));
303 avahi_log_debug("SR: (%i.%i) <%s> as %s in <%s>: %s/%s:%i (%s) [%s]", iface, protocol, name, service_type, domain_name, hostname, t, port, s, resolver_event_to_string(event));
querier-test.c 38 #define SERVICE_TYPE "_http._tcp"
63 const char *service_type,
67 avahi_log_debug("SB%i: (%i.%s) <%s> as <%s> in <%s> [%s] cached=%i", b == service_browser1 ? 1 : 2, iface, avahi_proto_to_string(protocol), name, service_type, domain, browser_event_to_string(event), !!(flags & AVAHI_LOOKUP_RESULT_CACHED));
72 service_browser2 = avahi_s_service_browser_new(server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, SERVICE_TYPE, DOMAIN, 0, sb_callback, NULL);
106 service_browser1 = avahi_s_service_browser_new(server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, SERVICE_TYPE, DOMAIN, 0, sb_callback, NULL);
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/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...]
  /external/libweave/examples/provider/
avahi_client.cc 53 void AvahiClient::PublishService(const std::string& service_type,
72 if (prev_port_ == port && prev_type_ == service_type) {
75 service_type.c_str(), nullptr, txt_list.get());
79 prev_type_ = service_type;
86 service_type.c_str(), nullptr, nullptr, port, txt_list.get());
avahi_client.h 26 void PublishService(const std::string& service_type,
  /system/connectivity/shill/bin/
set_apn 134 local service_type
137 service_type="$(get_service_property ${service} Type)"
138 if [ "${service_type}" = "cellular" ]; then
set_cellular_ppp 135 local service_type
138 service_type="$(get_property ${ISERVICE} ${service} Type)"
139 if [ "${service_type}" = "cellular" ]; then
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.h 106 const std::string& service_type,
122 bool RequestServiceScan(const std::string& service_type);
156 const std::string& service_type);
159 const std::string& service_type,
162 const std::string& service_type);
proxy_dbus_client.cc 286 const std::string& service_type,
298 service_type);
303 service_type);
393 bool ProxyDbusClient::RequestServiceScan(const std::string& service_type) {
395 return shill_manager_proxy_.RequestScan(service_type, &error);
542 const std::string& service_type) {
546 RestartScanForService(service_type);
552 const std::string& service_type,
560 RestartScanForService(service_type);
564 const std::string& service_type) {
    [all...]
  /system/update_engine/
connection_manager_unittest.cc 61 // Sets the |service_type|, |physical_technology| and |service_tethering|
66 const char* service_type,
71 const char* service_type,
109 const char* service_type,
115 if (service_type)
116 reply_dict[shill::kTypeProperty] = string(service_type);
137 const char* service_type,
142 service_type,
  /packages/apps/TV/usbtuner/proto/
channel.proto 47 optional AtscServiceType service_type = 22 [default = SERVICE_TYPE_ATSC_DIGITAL_TELEVISION];
  /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) {
  /system/connectivity/shill/test-scripts/
connect-vpn 160 (success, diagnostics) = flim.ConnectService(service_type = "vpn",
flimflam.py 195 async=False, service=None, service_type='',
204 service_type: If supplied, invoke type-specific code to find service.
220 if service_type == "wifi":
229 "Type": service_type,
276 if service_type != '':
  /system/update_engine/update_manager/
real_shill_provider_unittest.cc 105 // Sets the |service_type|, |physical_technology| and |service_tethering|
111 const char* service_type,
238 const char* service_type,
244 if (service_type)
245 reply_dict[shill::kTypeProperty] = std::string(service_type);
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_osx.py 152 def GetIOServicesByType(service_type):
159 iokit.IOServiceMatching(service_type),
  /system/bt/btif/src/
btif_gatt_test.c 157 format_uuid(p_data->value.group_value.service_type, str_buf));
171 format_uuid(p_data->value.incl_service.service_type, str_buf));

Completed in 269 milliseconds

1 2