Searched refs:published_services (Results 1 – 6 of 6) sorted by relevance
40 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()42 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()56 test_context_.published_services()->Connect(kInterfaceName, in TEST_F()58 test_context_.published_services()->Connect(kInterfaceName, in TEST_F()86 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()99 test_context_.published_services()->Connect(kInterfaceName, in TEST_F()113 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()119 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()134 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()140 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()[all …]
62 fidl::InterfaceHandle<::fuchsia::io::Directory> published_services; in TestComponentContextForProcess() local65 published_services.NewRequest().TakeChannel().release()); in TestComponentContextForProcess()68 std::make_shared<sys::ServiceDirectory>(std::move(published_services)); in TestComponentContextForProcess()
43 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()52 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
102 std::shared_ptr<sys::ServiceDirectory> published_services() const { in published_services() function
25 : filtered_service_directory_(test_context_.published_services()) { in FilteredServiceDirectoryTest()
47 test_context_.published_services()->Connect<testfidl::TestInterface>(); in HasPublishedTestInterfaceHlcpp()