Home
last modified time | relevance | path

Searched refs:SERVICE_NAME (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/examples/python/xds/
Dserver.py64 reflection.SERVICE_NAME, health.SERVICE_NAME)
/third_party/grpc/examples/python/helloworld/
Dgreeter_server_with_reflection.py37 reflection.SERVICE_NAME,
/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_application_common.py19 SERVICE_NAME = 'tests_of_grpc_testing.FirstService' variable
/third_party/grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
Dreflection.py24 SERVICE_NAME = _reflection_pb2.DESCRIPTOR.services_by_name[ variable
/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c55 #define SERVICE_NAME "org.gnome.UPnP.MediaServer2.PulseAudio" macro
1075 …if (dbus_bus_request_name(pa_dbus_connection_get(u->bus), SERVICE_NAME, DBUS_NAME_FLAG_DO_NOT_QUEU… in pa__init()
1076 pa_log("Failed to request service name " SERVICE_NAME ": %s", error.message); in pa__init()
1119 …if (dbus_bus_release_name(pa_dbus_connection_get(u->bus), SERVICE_NAME, &error) != DBUS_RELEASE_NA… in pa__done()
1120 pa_log("Failed to release service name " SERVICE_NAME ": %s", error.message); in pa__done()
/third_party/grpc/src/python/grpcio_health_checking/grpc_health/v1/
Dhealth.py29 SERVICE_NAME = _health_pb2.DESCRIPTOR.services_by_name['Health'].full_name variable
/third_party/grpc/doc/python/
Dserver_reflection.md25 reflection.SERVICE_NAME,
/third_party/grpc/src/python/grpcio_tests/tests_aio/reflection/
Dreflection_servicer_test.py187 self.assertEqual(reflection.SERVICE_NAME,
/third_party/grpc/src/python/grpcio_tests/tests/reflection/
D_reflection_servicer_test.py190 self.assertEqual(reflection.SERVICE_NAME,
/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java34 public static final String SERVICE_NAME = "MyGame.Example.MonsterStorage"; field in MonsterStorageGrpc
458 … serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) in getServiceDescriptor()
/third_party/grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py270 self.assertEqual(health.SERVICE_NAME, 'grpc.health.v1.Health')
/third_party/grpc/src/python/grpcio_tests/tests_aio/health_check/
Dhealth_servicer_test.py98 self.assertEqual(health.SERVICE_NAME, 'grpc.health.v1.Health')