Lines Matching full:connect
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()
73 // Connect a ServiceDirectory to the "debug" subdirectory. in TEST_F()
80 // Attempt to connect via the "debug" directory. in TEST_F()
81 auto debug_stub = debug_directory.Connect<testfidl::TestInterface>(); in TEST_F()
86 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
99 test_context_.published_services()->Connect(kInterfaceName, in TEST_F()
104 // Verify that if we connect twice to a prefer-new bound service, the existing
111 // Connect the first client, and verify that it is functional. in TEST_F()
113 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
116 // Connect the second client, so the existing one should be disconnected and in TEST_F()
119 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
125 // Verify that if we connect twice to a prefer-existing bound service, the new
132 // Connect the first client, and verify that it is functional. in TEST_F()
134 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
137 // Connect the second client, then verify that the it gets closed and the in TEST_F()
140 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
151 // Connect the first client, and verify that it is functional. in TEST_F()
153 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
156 // Connect the second client, so the existing one should be disconnected and in TEST_F()
159 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
173 // Connect a ServiceDirectory to the "debug" subdirectory. in TEST_F()
180 // Attempt to connect via the "debug" directory. in TEST_F()
181 auto debug_stub = debug_directory.Connect<testfidl::TestInterface>(); in TEST_F()
186 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
199 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
213 // Connect the first client, and verify that it is functional. in TEST_F()
215 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
218 // Connect the second client, then verify that it gets closed and the existing in TEST_F()
221 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
230 // Re-connect the second client, then verify that it gets closed. in TEST_F()
232 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
246 // Connect a client, verify it is functional. in TEST_F()
248 test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()
256 // Re-connect the client, verify it is functional. in TEST_F()
257 stub = test_context_.published_services()->Connect<testfidl::TestInterface>(); in TEST_F()