HomeSort by relevance Sort by last modified time
    Searched refs:AddService (Results 1 - 11 of 11) sorted by null

  /external/avahi/avahi-sharp/
EntryGroup.cs 194 public void AddService (string name, string type, string domain,
197 AddService (PublishFlags.None, name, type, domain, port, txt);
200 public void AddService (PublishFlags flags, string name, string type, string domain,
203 AddService (-1, Protocol.Unspecified, flags, name, type, domain, null, port, txt);
206 public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, string domain,
217 AddService (iface, proto, flags, name, type, domain, host, port, list);
220 public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, string domain,
231 AddService (iface, proto, flags, name, type, domain, host, port, list);
234 private void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type,
AvahiTest.cs 37 eg.AddService ("foobar2", "_dingdong._tcp", client.DomainName,
  /system/connectivity/shill/vpn/
vpn_provider_unittest.cc 75 void AddService(const VPNServiceRefPtr& service) {
395 AddService(service0);
396 AddService(service1);
397 AddService(service2);
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 66 virtual bt_status_t AddService(
fake_bluetooth_gatt_interface.cpp 117 return g_server_handler->AddService(server_if, srvc_id, num_handles);
  /system/connectivity/shill/wifi/
wifi_provider.cc 148 AddService(ssid_bytes, network_mode, security, is_hidden);
150 // By registering the service in AddService, the rest of the configuration
265 service = AddService(ssid_bytes,
293 service = AddService(
453 WiFiServiceRefPtr WiFiProvider::AddService(const vector<uint8_t>& ssid,
wifi_provider.h 176 WiFiServiceRefPtr AddService(const std::vector<uint8_t>& ssid,
  /system/core/init/
service.h 165 void AddService(std::unique_ptr<Service> service);
service.cpp 624 void ServiceManager::AddService(std::unique_ptr<Service> service) {
840 ServiceManager::GetInstance().AddService(std::move(service_));
  /system/bt/service/test/
gatt_server_unittest.cpp 39 MOCK_METHOD3(AddService, bt_status_t(int, btgatt_srvc_id_t*, int));
231 EXPECT_CALL(*mock_handler_, AddService(_, _, _))
412 EXPECT_CALL(*mock_handler_, AddService(gatt_server_->GetInstanceId(), _, 1))
437 // Report success for AddService but for wrong server. Should be ignored.
442 // Report success for AddService.
487 EXPECT_CALL(*mock_handler_, AddService(gatt_server_->GetInstanceId(), _, 1))
492 // Report failure for AddService.
504 // Report success for AddService but return failure from StartService.
520 // Report success for AddService, return success from StartService.
568 EXPECT_CALL(*mock_handler_, AddService(kDefaultServerId, _, 5)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 87 ServiceDescriptorProto* AddService(FileDescriptorProto* file,
196 AddService(&foo_file, "FooService");
207 AddService(&bar_file, "BarService");
    [all...]

Completed in 291 milliseconds