/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/ |
D | Client.java | 151 synchronized MethodClient method(int channelId, int serviceId, int methodId) { 152 Method method = getMethod(serviceId, methodId); 184 private synchronized Method getMethod(int serviceId, int methodId) { 186 Service service = services.get(serviceId); 188 throw new InvalidRpcServiceException(serviceId);
|
D | InvalidRpcServiceException.java | 18 InvalidRpcServiceException(int serviceId) { in InvalidRpcServiceException() argument 19 super("The service with ID " + serviceId + " is not available"); in InvalidRpcServiceException()
|
/external/perfetto/ui/src/common/recordingV2/ |
D | traced_tracing_session.ts | 80 private serviceId = -1; 240 {serviceId: this.serviceId, methodId: method.id, argsProto}), 312 msgBindServiceReply.serviceId) { 315 this.serviceId = msgBindServiceReply.serviceId;
|
/external/perfetto/ui/src/controller/ |
D | adb_socket_controller.ts | 67 private serviceId = -1; 121 {serviceId: this.serviceId, methodId, argsProto}), 334 msgBindServiceReply.serviceId) { 337 this.serviceId = msgBindServiceReply.serviceId;
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | ObjectFactory.java | 538 String serviceId = SERVICES_PATH + factoryId; in findJarServiceProviderName() local 544 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 551 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 560 debugPrintln("found jar resource=" + serviceId + in findJarServiceProviderName()
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | ObjectFactory.java | 538 String serviceId = SERVICES_PATH + factoryId; in findJarServiceProviderName() local 544 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 551 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 560 debugPrintln("found jar resource=" + serviceId + in findJarServiceProviderName()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | ObjectFactory.java | 538 String serviceId = SERVICES_PATH + factoryId; in findJarServiceProviderName() local 544 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 551 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 560 debugPrintln("found jar resource=" + serviceId + in findJarServiceProviderName()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ObjectFactory.java | 537 String serviceId = SERVICES_PATH + factoryId; in findJarServiceProviderName() local 543 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 550 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 559 debugPrintln("found jar resource=" + serviceId + in findJarServiceProviderName()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | ObjectFactory.java | 538 String serviceId = SERVICES_PATH + factoryId; in findJarServiceProviderName() local 544 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 551 is = ss.getResourceAsStream(cl, serviceId); in findJarServiceProviderName() 560 debugPrintln("found jar resource=" + serviceId + in findJarServiceProviderName()
|
/external/openthread/src/core/thread/ |
D | network_data_leader_ftd.cpp | 807 uint8_t serviceId; in AddService() local 809 SuccessOrExit(error = AllocateServiceId(serviceId)); in AddService() 815 dstService->Init(serviceId, aService.GetEnterpriseNumber(), serviceData); in AddService() 975 uint8_t serviceId; in AllocateServiceId() local 977 for (serviceId = Mle::kServiceMinId; serviceId <= Mle::kServiceMaxId; serviceId++) in AllocateServiceId() 979 if (FindServiceById(serviceId) == nullptr) in AllocateServiceId() 981 aServiceId = serviceId; in AllocateServiceId() 983 LogInfo("Allocated Service ID = %d", serviceId); in AllocateServiceId()
|
D | mesh_forwarder_ftd.cpp | 582 uint8_t serviceId = static_cast<uint8_t>(aloc16 - Mle::kAloc16ServiceStart); in UpdateIp6RouteFtd() local 583 SuccessOrExit(error = AnycastRouteLookup(serviceId, kAnycastService, mMeshDest)); in UpdateIp6RouteFtd()
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | PersistService.java | 131 int serviceId = msg.arg1; in handleMessage() local 133 logger.print("handleMessage serviceId: " + serviceId + " intent: " + intent); in handleMessage()
|
/external/tcpdump/ |
D | print-rx.c | 105 nd_uint16_t serviceId; /* header files indicate that the */ member 486 uint16_t serviceId; /* Service identifier (net order) */ member 564 GET_BE_U_2(rxh->serviceId)); in rx_print() 704 rxent->serviceId = GET_BE_U_2(rxh->serviceId); in rx_cache_insert() 735 rxent->serviceId == GET_BE_U_2(rxh->serviceId) && in rx_cache_find()
|