Searched defs:service_type (Results 1 - 25 of 32) sorted by last modified time

12

/external/qemu/include/hw/
H A Dbt.h709 uint8_t service_type; /* 1 = best effort */ member in struct:__anon28870
1818 uint8_t service_type; member in struct:__anon28993
/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c419 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/libnfc-nci/src/include/
H A Dbt_types.h344 UINT8 service_type; /* see below */ member in struct:__anon23158
352 /* Values for service_type */
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc698 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,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection.cc105 ServiceType* service_type,
114 *service_type = static_cast<ServiceType>(i);
118 if (*service_type == INVALID) {
210 ServiceType service_type = INVALID; local
212 &service_type,
229 if (service_type == TURNS) {
246 switch (service_type) {
263 bool secure = (service_type == TURNS);
104 GetServiceTypeAndHostnameFromUri(const std::string& in_str, ServiceType* service_type, std::string* hostname) argument
/external/chromium_org/extensions/common/
H A Devent_filtering_info.h31 void SetServiceType(const std::string& service_type) { argument
32 service_type_ = service_type;
42 const std::string& service_type() const { return service_type_; } function in class:extensions::EventFilteringInfo
/external/chromium_org/chrome/common/local_discovery/
H A Dservice_discovery_client.cc22 std::string ServiceDescription::service_type() const { function in class:local_discovery::ServiceDescription
H A Dservice_discovery_client_impl.cc34 const std::string& service_type,
37 service_type, callback, mdns_client_));
57 const std::string& service_type,
60 : service_type_(service_type), callback_(callback), started_(false),
33 CreateServiceWatcher( const std::string& service_type, const ServiceWatcher::UpdatedCallback& callback) argument
56 ServiceWatcherImpl( const std::string& service_type, const ServiceWatcher::UpdatedCallback& callback, net::MDnsClient* mdns_client) argument
/external/chromium_org/chrome/tools/service_discovery_sniffer/
H A Dservice_discovery_sniffer.cc67 const std::string& service_type)
70 service_type, base::Bind(&ServiceTypePrinter::OnServiceUpdated,
66 ServiceTypePrinter(ServiceDiscoveryClient* client, const std::string& service_type) argument
/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_message_handler.cc262 const std::string& service_type) {
265 base::Unretained(this), id, service_type));
320 const std::string& service_type) {
321 VLOG(1) << "StartWatcher, id=" << id << ", type=" << service_type; local
327 service_type,
260 OnStartWatcher( uint64 id, const std::string& service_type) argument
318 StartWatcher( uint64 id, const std::string& service_type) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_service_client.cc556 std::string service_type; local
557 service_properties->GetString(shill::kTypeProperty, &service_type);
570 if (type != service_type)
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_response_builder.cc40 void DnsResponseBuilder::AppendPtr(const std::string& service_type, argument
48 AddResponse(service_type, net::dns_protocol::kTypePTR, ttl, rdata, answer);
H A Dservice_parameters.cc13 ServiceParameters::ServiceParameters(const std::string& service_type, argument
20 : service_type_(service_type),
22 service_name_(service_name_prefix + "." + service_type),
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc457 view_mode, manage_accounts_params.service_type);
480 signin::GAIAServiceType service_type)
485 gaia_service_type_(service_type) {
476 ProfileChooserView(views::View* anchor_view, views::BubbleBorder::Arrow arrow, Browser* browser, profiles::BubbleViewMode view_mode, signin::GAIAServiceType service_type) argument
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_device_lister.cc35 const std::string& service_type)
37 device_lister_(this, service_discovery_client, service_type),
49 << device_lister_.service_type();
53 << device_lister_.service_type();
64 << "service_type: " << device_lister_.service_type();
65 delegate_->ServiceChanged(device_lister_.service_type(), added, service);
71 << "service_type: " << device_lister_.service_type();
72 delegate_->ServiceRemoved(device_lister_.service_type(), service_nam
32 DnsSdDeviceLister( local_discovery::ServiceDiscoveryClient* service_discovery_client, DnsSdDelegate* delegate, const std::string& service_type) argument
[all...]
H A Ddns_sd_registry.cc123 const std::string& service_type,
125 return new DnsSdDeviceLister(discovery_client, delegate, service_type);
128 void DnsSdRegistry::RegisterDnsSdListener(std::string service_type) { argument
129 VLOG(1) << "RegisterDnsSdListener: " << service_type
130 << ", registered: " << IsRegistered(service_type);
131 if (service_type.empty())
134 if (IsRegistered(service_type)) {
135 service_data_map_[service_type]->ListenerAdded();
136 DispatchApiEvent(service_type);
141 this, service_type, service_discovery_client
121 CreateDnsSdDeviceLister( DnsSdDelegate* delegate, const std::string& service_type, local_discovery::ServiceDiscoverySharedClient* discovery_client) argument
149 UnregisterDnsSdListener(std::string service_type) argument
160 ServiceChanged(const std::string& service_type, bool added, const DnsSdService& service) argument
180 ServiceRemoved(const std::string& service_type, const std::string& service_name) argument
197 ServicesFlushed(const std::string& service_type) argument
211 DispatchApiEvent(const std::string& service_type) argument
219 IsRegistered(const std::string& service_type) argument
[all...]
H A Ddns_sd_registry_unittest.cc26 MockDnsSdDeviceLister* GetListerForService(const std::string& service_type) { argument
27 return listers_[service_type];
30 int GetServiceListenerCount(const std::string& service_type) { argument
31 if (service_data_map_.find(service_type) == service_data_map_.end())
34 return service_data_map_[service_type].get()->GetListenerCount();
44 const std::string& service_type,
49 listers_[service_type] = lister;
83 const std::string service_type = "_testing._tcp.local"; local
85 EXPECT_CALL(observer_, OnDnsSdEvent(service_type,
88 registry_->RegisterDnsSdListener(service_type);
99 const std::string service_type = "_testing._tcp.local"; local
130 const std::string service_type = "_testing._tcp.local"; local
153 const std::string service_type = "_testing._tcp.local"; local
178 const std::string service_type = "_testing._tcp.local"; local
206 const std::string service_type = "_testing._tcp.local"; local
[all...]
H A Dmdns_api.cc24 bool IsServiceTypeWhitelisted(const std::string& service_type) { argument
25 return service_type == kCastServiceType ||
26 service_type == kPrivetServiceType ||
27 service_type == kTestServiceType;
124 void MDnsAPI::OnDnsSdEvent(const std::string& service_type, argument
144 event->filter_info.SetServiceType(service_type);
H A Dmdns_apitest.cc28 MOCK_METHOD1(RegisterDnsSdListener, void(std::string service_type));
29 MOCK_METHOD1(UnregisterDnsSdListener, void(std::string service_type));
31 void DispatchMDnsEvent(const std::string& service_type, argument
33 api_->OnDnsSdEvent(service_type, services);
74 const std::string& service_type = "_googlecast._tcp.local"; local
77 EXPECT_CALL(*dns_sd_registry_, RegisterDnsSdListener(service_type))
79 EXPECT_CALL(*dns_sd_registry_, UnregisterDnsSdListener(service_type))
93 service.service_name = service_type;
96 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
98 dns_sd_registry_->DispatchMDnsEvent(service_type, service
111 const std::string& service_type = "_googlecast._tcp.local"; local
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_lister_unittest.cc22 virtual void ServiceWatcherStarted(const std::string& service_type,
24 virtual void ServiceResolverStarted(const std::string& service_type,
30 MockServiceWatcher(const std::string& service_type, argument
33 : started_(false), service_type_(service_type), callback_(callback),
116 // on service type |service_type|.
118 const std::string& service_type,
121 new MockServiceWatcher(service_type, callback, mock_delegate_));
150 MOCK_METHOD2(ServiceWatcherStarted, void(const std::string& service_type,
152 MOCK_METHOD2(ServiceResolverStarted, void(const std::string& service_type,
H A Dservice_discovery_client_mdns.cc155 const std::string& service_type,
158 service_type_(service_type),
163 service_type,
304 const std::string& service_type,
308 new ServiceWatcherProxy(this, service_type, callback));
154 ServiceWatcherProxy(ServiceDiscoveryClientMdns* client_mdns, const std::string& service_type, const ServiceWatcher::UpdatedCallback& callback) argument
303 CreateServiceWatcher( const std::string& service_type, const ServiceWatcher::UpdatedCallback& callback) argument
H A Dservice_discovery_client_utility.cc22 const std::string& service_type,
25 return host_client_->CreateServiceWatcher(service_type, callback);
21 CreateServiceWatcher( const std::string& service_type, const ServiceWatcher::UpdatedCallback& callback) argument
H A Dservice_discovery_device_lister.cc24 const std::string& service_type)
27 service_type_(service_type),
35 VLOG(1) << "DeviceListerStart: service_type: " << service_type_;
40 VLOG(1) << "DiscoverNewDevices: service_type: " << service_type_;
47 VLOG(1) << "OnServiceUpdated: service_type: " << service_type_
91 VLOG(1) << "OnResolveComplete: service_type: " << service_type_
21 ServiceDiscoveryDeviceLister( Delegate* delegate, ServiceDiscoveryClient* service_discovery_client, const std::string& service_type) argument
H A Dservice_discovery_device_lister.h31 const std::string& service_type);
37 std::string service_type() { return service_type_; } function in class:local_discovery::ServiceDiscoveryDeviceLister
H A Dservice_discovery_host_client.cc57 const std::string& service_type,
60 service_type_(service_type),
190 const std::string& service_type,
194 new ServiceWatcherProxy(this, service_type, callback));
56 ServiceWatcherProxy(ServiceDiscoveryHostClient* host, const std::string& service_type, const ServiceWatcher::UpdatedCallback& callback) argument
189 CreateServiceWatcher( const std::string& service_type, const ServiceWatcher::UpdatedCallback& callback) argument

Completed in 469 milliseconds

12