| /external/chromium_org/mojo/public/cpp/application/ | 
| application.h | 61 // app.AddService<FooImpl>(); 64 // app.AddService<BarImpl>(&context);
 80   void AddService(Context* context) {
 86   void AddService() {
 
 | 
| /external/chromium_org/chromeos/dbus/ | 
| fake_shill_profile_client.cc | 151 bool FakeShillProfileClient::AddService(const std::string& profile_path, 156     LOG(ERROR) << "AddService: No matching profile: " << profile_path
 
 | 
| fake_shill_service_client.cc | 307 void FakeShillServiceClient::AddService(const std::string& service_path, 447           AddService(profile_path, service_path);
 
 | 
| /external/chromium_org/chrome/browser/extensions/api/networking_private/ | 
| networking_private_apitest.cc | 213     AddService("stub_cellular1", "cellular1", 231   void AddService(const std::string& service_path,
 289     AddService("stub_ethernet", "eth0",
 295     profile_test->AddService(ShillProfileClient::GetSharedProfilePath(),
 298     AddService("stub_wifi1", "wifi1", shill::kTypeWifi, shill::kStateOnline);
 314     profile_test->AddService(kUser1ProfilePath, "stub_wifi1");
 324     AddService("stub_wifi2", "wifi2_PSK", shill::kTypeWifi, shill::kStateIdle);
 350     profile_test->AddService(kUser1ProfilePath, "stub_wifi2");
 352     AddService("stub_vpn1", "vpn1", shill::kTypeVPN, shill::kStateOnline);
 430   AddService("stub_wifi3", "wifi3", shill::kTypeWifi, shill::kStateIdle)
 [all...]
 | 
| /external/chromium_org/chromeos/network/ | 
| shill_property_handler_unittest.cc | 214   void AddService(const std::string& type, 217     VLOG(2) << "AddService: " << type << ": " << id << ": " << state;
 219     service_test_->AddService(id, id, type, state, true /* visible */);
 239     service_test_->AddService(id, id, type, shill::kStateIdle, visible);
 244     profile_test_->AddService(profiles[0], id);
 277     AddService(shill::kTypeEthernet, "stub_ethernet", shill::kStateOnline);
 278     AddService(shill::kTypeWifi, "stub_wifi1", shill::kStateOnline);
 279     AddService(shill::kTypeWifi, "stub_wifi2", shill::kStateIdle);
 280     AddService(shill::kTypeCellular, "stub_cellular1", shill::kStateIdle);
 371   AddService(shill::kTypeWifi, kTestServicePath, shill::kStateIdle)
 [all...]
 | 
| network_state_handler_unittest.cc | 178   void AddService(const std::string& service_path, 182     service_test_->AddService(service_path, name, type, state,
 211     AddService(kShillManagerClientStubDefaultService,
 215     AddService(kShillManagerClientStubDefaultWifi,
 219     AddService(kShillManagerClientStubWifi2,
 223     AddService(kShillManagerClientStubCellular,
 284   service_test_->AddService(wifi_favorite_path, "wifi_faviorite",
 288   EXPECT_TRUE(profile_test_->AddService(profile, wifi_favorite_path));
 365   service_test_->AddService(wifi_favorite_path, "wifi_faviorite",
 491   EXPECT_TRUE(profile_test_->AddService(profile, wifi_path))
 [all...]
 | 
| /external/chromium_org/chrome/common/local_discovery/ | 
| service_discovery_client_impl.cc | 137         AddService(rdata->ptrdomain()); 180     AddService(rdata->ptrdomain());
 240 void ServiceWatcherImpl::AddService(const std::string& service) {
 
 | 
| /external/protobuf/src/google/protobuf/ | 
| descriptor_unittest.cc | 85 ServiceDescriptorProto* AddService(FileDescriptorProto* file, 194     AddService(&foo_file, "FooService");
 205     AddService(&bar_file, "BarService");
 [all...]
 | 
| /external/chromium_org/third_party/protobuf/src/google/protobuf/ | 
| descriptor_unittest.cc | 87 ServiceDescriptorProto* AddService(FileDescriptorProto* file, 196     AddService(&foo_file, "FooService");
 207     AddService(&bar_file, "BarService");
 [all...]
 |