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

  /system/core/init/
builtins.cpp 175 Service *svc = ServiceManager::GetInstance().FindServiceByName("watchdogd");
254 Service* svc = ServiceManager::GetInstance().FindServiceByName(args[1]);
616 Service* svc = ServiceManager::GetInstance().FindServiceByName(args[1]);
627 Service* svc = ServiceManager::GetInstance().FindServiceByName(args[1]);
637 Service* svc = ServiceManager::GetInstance().FindServiceByName(args[1]);
service.h 167 Service* FindServiceByName(const std::string& name) const;
service.cpp 633 Service* old_service = FindServiceByName(service->name());
698 Service* ServiceManager::FindServiceByName(const std::string& name) const {
init.cpp 145 Service* svc = ServiceManager::GetInstance().FindServiceByName(name);
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 320 TEST_F(FileDescriptorTest, FindServiceByName) {
321 EXPECT_EQ(foo_service_, foo_file_->FindServiceByName("FooService"));
322 EXPECT_EQ(bar_service_, bar_file_->FindServiceByName("BarService"));
324 EXPECT_TRUE(foo_file_->FindServiceByName("BarService") == NULL);
325 EXPECT_TRUE(bar_file_->FindServiceByName("FooService") == NULL);
326 EXPECT_TRUE(baz_file_->FindServiceByName("FooService") == NULL);
328 EXPECT_TRUE(foo_file_->FindServiceByName("NoSuchService") == NULL);
329 EXPECT_TRUE(foo_file_->FindServiceByName("FooMessage") == NULL);
    [all...]
descriptor.h     [all...]
descriptor.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]

Completed in 89 milliseconds