Home
last modified time | relevance | path

Searched refs:serviceName (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DMethod.cs77 readonly string serviceName; field in Grpc.Core.Method
91 …public Method(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarsha… in Method() argument
94 this.serviceName = GrpcPreconditions.CheckNotNull(serviceName, "serviceName"); in Method()
98 this.fullName = GetFullName(serviceName, name); in Method()
119 return this.serviceName;
171 internal static string GetFullName(string serviceName, string methodName) in GetFullName() argument
173 return "/" + serviceName + "/" + methodName; in GetFullName()
/third_party/jsframework/runtime/preparation/
Dinit.ts48 for (const serviceName in i18n) { constant
49 service.register(serviceName, i18n[serviceName]);
51 for (const serviceName in dpi) { constant
52 service.register(serviceName, dpi[serviceName]);
/third_party/grpc/src/objective-c/ProtoRPC/
DProtoService.m44 return [self initWithHost:nil packageName:nil serviceName:nil callOptions:nil];
51 serviceName:(NSString *)serviceName
53 NSAssert(host.length != 0 && packageName.length != 0 && serviceName.length != 0,
55 if (host.length == 0 || packageName.length == 0 || serviceName.length == 0) {
61 _serviceName = [serviceName copy];
DProtoService.h35 serviceName:(nonnull NSString *)serviceName
56 serviceName:(NSString *)serviceName;
DProtoServiceLegacy.m37 serviceName:(NSString *)serviceName {
45 object_setIvar(self, serviceNameIvar, [serviceName copy]);
60 NSString *serviceName = object_getIvar(self, serviceNameIvar);
63 service:serviceName
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dprotocol_discovery.dart16 this.serviceName, {
41 final String serviceName;
62 …final RegExp r = RegExp('${RegExp.escape(serviceName)} listening on ((http|\/\/)[a-zA-Z0-9:/=_\\-\…
83 printTrace('$serviceName URL on device: $deviceUri');
89 …rintTrace('Forwarded host port $actualHostPort to device port $actualDevicePort for $serviceName');
Dservices.dart78 Future<String> getServiceFromUrl(String url, String rootDir, String serviceName) async {
84 return await cache.getThirdPartyFile(url, serviceName);
Dcache.dart294 Future<String> getThirdPartyFile(String urlStr, String serviceName) async {
298 final Directory serviceDir = fs.directory(fs.path.join(thirdPartyDir.path, serviceName));
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift29 var serviceName: String { get } variable
48 public var serviceName: String { "models.Greeter" } variable
110 var serviceName: Substring { return "models.Greeter" } in SayHello() variable
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift29 var serviceName: String { get } variable
57 public var serviceName: String { "MyGame.Example.MonsterStorage" } variable
149 var serviceName: Substring { return "MyGame.Example.MonsterStorage" } in Store() variable
/third_party/grpc/src/csharp/Grpc.Reflection/
DReflectionServiceImpl.cs129 foreach (string serviceName in services) in ListServices()
131 serviceResponses.Service.Add(new ServiceResponse { Name = serviceName }); in ListServices()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterObservatoryPublisher.mm102 NSString* serviceName =
125 int err = DNSServiceRegister(&_dnsServiceRef, flags, interfaceIndex, [serviceName UTF8String],
137 name:serviceName
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/examples/hello_app_dart/
Dmain.dart27 .addPublicService(_HelloImpl().bind, Hello.$serviceName);
/third_party/icu/icu4c/source/test/intltest/
Dicusvtst.cpp962 UnicodeString serviceName = "listener "; in serviceChanged() local
963 serviceName.append(_name); in serviceChanged()
964 serviceName.append(" n++"); in serviceChanged()
965 serviceName.append(" service changed: " ); in serviceChanged()
966 service.getName(serviceName); in serviceChanged()
967 _test->logln(serviceName); in serviceChanged()
/third_party/jsframework/runtime/main/extend/systemplugin/
Dnet.js224 serviceName: "[PC Preview] unknow serviceName", property