Searched refs:registry_client (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/trace-provider/
H A Dprovider_impl.cpp183 zx::channel registry_client; local
185 zx_status_t status = zx::channel::create(0u, &registry_client, &registry_service);
194 *out_registry_client = fbl::move(registry_client);
202 zx::channel registry_client; local
203 auto status = ConnectToServiceRegistry(&registry_client);
222 registry_client.get(), provider_client.release(),
243 zx::channel registry_client; local
244 auto status = ConnectToServiceRegistry(&registry_client);
265 registry_client.get(), provider_client.release(),

Completed in 23 milliseconds