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

1 2

  /external/chromium_org/cloud_print/gcp20/prototype/
service_parameters.cc 13 ServiceParameters::ServiceParameters(const std::string& service_type,
18 : service_type_(service_type),
19 service_name_(service_name_prefix + "." + service_type),
service_parameters.h 18 ServiceParameters(const std::string& service_type,
dns_response_builder.h 43 void AppendPtr(const std::string& service_type, uint32 ttl,
dns_response_builder.cc 40 void DnsResponseBuilder::AppendPtr(const std::string& service_type, uint32 ttl,
46 AddResponse(service_type, net::dns_protocol::kTypePTR, ttl, rdata);
  /external/chromium_org/chrome/browser/local_discovery/
privet_device_lister_unittest.cc 22 virtual void ServiceWatcherStarted(const std::string& service_type,
24 virtual void ServiceResolverStarted(const std::string& service_type,
30 MockServiceWatcher(const std::string& service_type,
33 : started_(false), service_type_(service_type), callback_(callback),
113 // on service type |service_type|.
115 const std::string& service_type,
118 new MockServiceWatcher(service_type, callback, mock_delegate_));
147 MOCK_METHOD2(ServiceWatcherStarted, void(const std::string& service_type,
149 MOCK_METHOD2(ServiceResolverStarted, void(const std::string& service_type,
service_discovery_host_client.cc 19 const std::string& service_type,
22 service_type_(service_type),
136 const std::string& service_type,
140 new ServiceWatcherProxy(this, service_type, callback));
service_discovery_host_client.h 41 const std::string& service_type,
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 33 public static final String SERVICE_TYPE = "_http._tcp.";
65 if (!service.getServiceType().equals(SERVICE_TYPE)) {
149 serviceInfo.setServiceType(SERVICE_TYPE);
158 SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD, mDiscoveryListener);
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client.cc 22 std::string ServiceDescription::service_type() const { function in class:local_discovery::ServiceDescription
service_discovery_client.h 30 // name follows the format <instance_name>.<service_type>.
32 std::string service_type() const;
110 // on service type |service_type|.
112 const std::string& service_type,
local_discovery_messages.h 31 std::string /* service_type */)
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.h 55 void OnStartWatcher(uint64 id, const std::string& service_type);
65 void StartWatcher(uint64 id, const std::string& service_type);
service_discovery_message_handler.cc 218 const std::string& service_type) {
221 base::Unretained(this), id, service_type));
268 const std::string& service_type) {
274 service_type,
service_discovery_client_impl.h 30 const std::string& service_type,
52 ServiceWatcherImpl(const std::string& service_type,
service_discovery_client_impl.cc 25 const std::string& service_type,
28 service_type, callback, mdns_client_));
48 const std::string& service_type,
51 : service_type_(service_type), callback_(callback), started_(false),
  /external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.h 43 const std::string& service_type);
service_discovery_sniffer.cc 67 const std::string& service_type)
70 service_type, base::Bind(&ServiceTypePrinter::OnServiceUpdated,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 818 jint service_type, jint service_id_inst_id,
827 srvc_id.is_primary = (service_type == BTGATT_SERVICE_TYPE_PRIMARY ? 1 : 0);
845 jint service_type, jint service_id_inst_id,
856 srvc_id.is_primary = (service_type == BTGATT_SERVICE_TYPE_PRIMARY ? 1 : 0);
876 jint conn_id, jint service_type, jint service_id_inst_id,
885 srvc_id.is_primary = (service_type == BTGATT_SERVICE_TYPE_PRIMARY ? 1 : 0);
902 jint conn_id, jint service_type, jint service_id_inst_id,
912 srvc_id.is_primary = (service_type == BTGATT_SERVICE_TYPE_PRIMARY ? 1 : 0);
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 34 private static final String SERVICE_TYPE = "_nmt._tcp";
259 si.setServiceType(SERVICE_TYPE);
296 mNsdManager.discoverServices(SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD,
382 si.setServiceType(SERVICE_TYPE);
  /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);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 155 format_uuid(p_data->value.group_value.service_type, str_buf));
169 format_uuid(p_data->value.incl_service.service_type, str_buf));
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 424 memcpy (&result.value.group_value.service_type, &p_clcb->uuid, sizeof(tBT_UUID));
794 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p))
816 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p);
817 record_value.incl_service.service_type.len = LEN_UUID_16;
    [all...]
gatt_db.c 274 len = (p_attr16->p_value->incl_handle.service_type.len == 2) ? 6 : 4;
280 if (p_attr16->p_value->incl_handle.service_type.len == 2)
282 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
432 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID));
1134 UINT16 service_type = is_pri ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 161 ServiceType service_type = INVALID; local
165 service_type = static_cast<ServiceType>(i);
169 if (service_type == INVALID) {
175 if (service_type == TURNS)
190 switch (service_type) {
207 bool secure = (service_type == TURNS);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 947 p_data->value.group_value.service_type,
    [all...]

Completed in 1008 milliseconds

1 2