Home
last modified time | relevance | path

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

/external/cronet/base/fuchsia/
Dscoped_service_binding_unittest.cc40 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 …]
Dtest_component_context_for_process.cc62 fidl::InterfaceHandle<::fuchsia::io::Directory> published_services; in TestComponentContextForProcess() local
65 published_services.NewRequest().TakeChannel().release()); in TestComponentContextForProcess()
68 std::make_shared<sys::ServiceDirectory>(std::move(published_services)); in TestComponentContextForProcess()
Dscoped_service_publisher_unittest.cc43 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
52 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
Dtest_component_context_for_process.h102 std::shared_ptr<sys::ServiceDirectory> published_services() const { in published_services() function
Dfiltered_service_directory_unittest.cc25 : filtered_service_directory_(test_context_.published_services()) { in FilteredServiceDirectoryTest()
Dtest_component_context_for_process_unittest.cc47 test_context_.published_services()->Connect<testfidl::TestInterface>(); in HasPublishedTestInterfaceHlcpp()