Searched refs:SERVICE_NAME (Results 1 – 12 of 12) sorted by relevance
/third_party/grpc/examples/python/xds/ |
D | server.py | 64 reflection.SERVICE_NAME, health.SERVICE_NAME)
|
/third_party/grpc/examples/python/helloworld/ |
D | greeter_server_with_reflection.py | 37 reflection.SERVICE_NAME,
|
/third_party/grpc/src/python/grpcio_tests/tests/testing/ |
D | _application_common.py | 19 SERVICE_NAME = 'tests_of_grpc_testing.FirstService' variable
|
/third_party/grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/ |
D | reflection.py | 24 SERVICE_NAME = _reflection_pb2.DESCRIPTOR.services_by_name[ variable
|
/third_party/pulseaudio/src/modules/ |
D | module-rygel-media-server.c | 55 #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/ |
D | health.py | 29 SERVICE_NAME = _health_pb2.DESCRIPTOR.services_by_name['Health'].full_name variable
|
/third_party/grpc/doc/python/ |
D | server_reflection.md | 25 reflection.SERVICE_NAME,
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/reflection/ |
D | reflection_servicer_test.py | 187 self.assertEqual(reflection.SERVICE_NAME,
|
/third_party/grpc/src/python/grpcio_tests/tests/reflection/ |
D | _reflection_servicer_test.py | 190 self.assertEqual(reflection.SERVICE_NAME,
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorageGrpc.java | 34 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.py | 270 self.assertEqual(health.SERVICE_NAME, 'grpc.health.v1.Health')
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/health_check/ |
D | health_servicer_test.py | 98 self.assertEqual(health.SERVICE_NAME, 'grpc.health.v1.Health')
|