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

/fuchsia/zircon/system/ulib/logger/
H A Dprovider.cpp12 static zx_status_t connect(void* ctx, async_dispatcher_t* dispatcher, const char* service_name, argument
14 if (!strcmp(service_name, fuchsia_logger_LogSink_Name)) {
/fuchsia/zircon/system/ulib/process-launcher/
H A Dprovider.cpp12 static zx_status_t connect(void* ctx, async_dispatcher_t* dispatcher, const char* service_name, argument
14 if (!strcmp(service_name, fuchsia_process_Launcher_Name)) {
/fuchsia/zircon/system/ulib/svc/include/lib/svc/
H A Dservice.h32 // |service_name| is the name of the service to which the client wishes to
38 zx_status_t (*connect)(void* ctx, async_dispatcher_t* dispatcher, const char* service_name,
/fuchsia/zircon/system/core/svchost/
H A Dsvchost.cpp45 const char* service_name = provider->services[i]; local
47 service_name,
48 fbl::MakeRefCounted<fs::Service>([instance, dispatcher, service_name](zx::channel request) {
49 return instance->provider->ops->connect(instance->ctx, dispatcher, service_name, request.release());
92 const char* service_name = "fuchsia.tracelink.Registry"; local
94 service_name,
95 fbl::MakeRefCounted<fs::Service>([service_name](zx::channel request) {
96 return fdio_service_connect_at(appmgr_svc, service_name, request.release());
133 const char* service_name = deprecated_services[i];
135 service_name,
[all...]
/fuchsia/zircon/system/ulib/sysmem/
H A Dsysmem.cpp177 const char* service_name, zx_handle_t request) {
178 if (!strcmp(service_name, fuchsia_sysmem_Allocator_Name)) {
176 connect(void* ctx, async_dispatcher_t* dispatcher, const char* service_name, zx_handle_t request) argument
/fuchsia/zircon/system/core/crashanalyzer/
H A Dcrashanalyzer.cpp441 static zx_status_t connect(void* ctx, async_dispatcher_t* dispatcher, const char* service_name, argument
443 if (!strcmp(service_name, fuchsia_crash_Analyzer_Name)) {

Completed in 51 milliseconds