Searched refs:subscribers (Results 1 – 11 of 11) sorted by relevance
109 ArraySet<DataSubscriber> subscribers = mCarPropertyToSubscribers.get(propertyId); in addDataSubscriber() local110 if (subscribers == null) { in addDataSubscriber()111 subscribers = new ArraySet<>(); in addDataSubscriber()112 mCarPropertyToSubscribers.put(propertyId, subscribers); in addDataSubscriber()119 subscribers.add(subscriber); in addDataSubscriber()133 ArraySet<DataSubscriber> subscribers = mCarPropertyToSubscribers.get(propertyId); in removeDataSubscriber() local134 if (subscribers == null) { in removeDataSubscriber()137 subscribers.remove(subscriber); in removeDataSubscriber()138 if (subscribers.isEmpty()) { in removeDataSubscriber()164 ArraySet<DataSubscriber> subscribers = mCarPropertyToSubscribers.get(propertyId); in hasDataSubscriber() local[all …]
187 List<IVehicleCallback> subscribers = mSubscribers.get(opt.propId); in subscribe() local188 if (subscribers == null) { in subscribe()189 subscribers = new ArrayList<>(); in subscribe()190 mSubscribers.put(opt.propId, subscribers); in subscribe()193 for (IVehicleCallback s : subscribers) { in subscribe()196 subscribers.remove(callback); in subscribe()201 subscribers.add(callback); in subscribe()214 List<IVehicleCallback> subscribers = mSubscribers.get(propId); in unsubscribe() local215 if (subscribers != null) { in unsubscribe()216 subscribers.remove(callback); in unsubscribe()[all …]
238 Collection<VmsClientInfo> subscribers; in deliverToSubscribers() local240 subscribers = mClientMap.values().stream() in deliverToSubscribers()245 if (DBG) Slog.d(TAG, String.format("Number of subscribers: %d", subscribers.size())); in deliverToSubscribers()247 if (subscribers.isEmpty()) { in deliverToSubscribers()253 for (VmsClientInfo subscriber : subscribers) { in deliverToSubscribers()
53 repeated Subscriber subscribers = 4; field80 // It pushes metrics to the subscribers periodically or when garage mode starts.
4491 * A request from the subscribers to the VMS service to subscribe to a layer.4505 * A request from the subscribers to the VMS service to unsubscribes from a layer.4526 * A request from the subscribers to the VMS service to get the available layers.4533 * A request from the publishers to the VMS service to get the layers with subscribers.4540 * A response from the VMS service to the subscribers to a VmsMessageType.AVAILABILITY_REQUEST4547 * A notification from the VMS service to the subscribers on a change in the available layers.4561 …* A notification from the VMS service to the publishers on a change in the layers with subscribers.4568 * A message from the VMS service to the subscribers or from the publishers to the VMS service4592 * A request from the subscribers to the VMS service to get information for a Publisher ID.4599 … * A response from the VMS service to the subscribers that contains a provider description packet[all …]
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...