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

/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp243 const std::shared_ptr<TestService>& other_service)
244 : TestService(name, other_service, false) {}
247 const std::shared_ptr<TestService>& other_service, bool blocking)
250 other_service_(other_service),
544 auto other_service = TestService::Create(kTestService1); local
545 ASSERT_NE(nullptr, other_service);
546 ASSERT_EQ(0, dispatcher_->AddService(other_service));
549 auto service = TestService::Create(kTestService2, other_service);
242 TestService(const std::string& name, const std::shared_ptr<TestService>& other_service) argument
246 TestService(const std::string& name, const std::shared_ptr<TestService>& other_service, bool blocking) argument

Completed in 65 milliseconds