Searched defs:AddService (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dshill_profile_client_stub.cc153 bool ShillProfileClientStub::AddService(const std::string& profile_path, function in class:chromeos::ShillProfileClientStub
H A Dshill_service_client_stub.cc332 void ShillServiceClientStub::AddService(const std::string& service_path, function in class:chromeos::ShillServiceClientStub
449 AddService("eth1", "eth1",
457 AddService("wifi1", "wifi1",
465 AddService("wifi2", "wifi2_PSK",
479 AddService(kStubPortalledWifiPath, kStubPortalledWifiName,
490 AddService("wimax1", "wimax1",
500 AddService("cellular1", "cellular1",
526 AddService("vpn1", "vpn1",
534 AddService("vpn2", "vpn2",
543 AddService(ShillProfileClientStu
[all...]
/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_client_impl.cc118 AddService(rdata->ptrdomain());
148 AddService(rdata->ptrdomain());
176 void ServiceWatcherImpl::AddService(const std::string& service) { function in class:local_discovery::ServiceWatcherImpl
/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc203 void AddService(const std::string& type, function in class:chromeos::ShillPropertyHandlerTest
208 service_test_->AddService(id, id, type, state,
227 service_test_->AddService(id, id, type, flimflam::kStateIdle,
233 profile_test_->AddService(profiles[0], id);
266 AddService(flimflam::kTypeEthernet, "stub_ethernet",
268 AddService(flimflam::kTypeWifi, "stub_wifi1",
270 AddService(flimflam::kTypeWifi, "stub_wifi2",
272 AddService(flimflam::kTypeCellular, "stub_cellular1",
367 AddService(flimflam::kTypeWifi, kTestServicePath,
391 AddService(flimfla
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc87 ServiceDescriptorProto* AddService(FileDescriptorProto* file, function in namespace:google::protobuf::descriptor_unittest
196 AddService(&foo_file, "FooService");
207 AddService(&bar_file, "BarService");
1017 ServiceDescriptorProto* service = AddService(&foo_file, "TestService");
1026 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2");
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc85 ServiceDescriptorProto* AddService(FileDescriptorProto* file, function in namespace:google::protobuf::descriptor_unittest
194 AddService(&foo_file, "FooService");
205 AddService(&bar_file, "BarService");
1015 ServiceDescriptorProto* service = AddService(&foo_file, "TestService");
1024 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2");

Completed in 147 milliseconds