Home
last modified time | relevance | path

Searched refs:other_service (Results 1 – 1 of 1) sorted by relevance

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