Home
last modified time | relevance | path

Searched refs:removeAllDataSubscribers (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/
H A DPublisherFactory.java92 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in PublisherFactory
94 mVehiclePropertyPublisher.removeAllDataSubscribers(); in removeAllDataSubscribers()
97 mCarTelemetrydPublisher.removeAllDataSubscribers(); in removeAllDataSubscribers()
100 mStatsPublisher.removeAllDataSubscribers(); in removeAllDataSubscribers()
H A DAbstractPublisher.java77 public abstract void removeAllDataSubscribers(); in removeAllDataSubscribers() method in AbstractPublisher
H A DCarTelemetrydPublisher.java188 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in CarTelemetrydPublisher
H A DVehiclePropertyPublisher.java147 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in VehiclePropertyPublisher
H A DStatsPublisher.java401 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in StatsPublisher
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
H A DCarTelemetrydPublisherTest.java157 mPublisher.removeAllDataSubscribers(); in testRemoveAllDataSubscribers_succeeds()
H A DVehiclePropertyPublisherTest.java187 mVehiclePropertyPublisher.removeAllDataSubscribers(); in testRemoveAllDataSubscribers_succeeds()
H A DStatsPublisherTest.java376 publisher2.removeAllDataSubscribers(); in testRemoveAllDataSubscriber_whenRestarted_removesFromStatsdAndClears()
417 mPublisher.removeAllDataSubscribers(); in testRemoveAllDataSubscriber_removesPeriodicStatsdReportPull()
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/databroker/
H A DDataBrokerImpl.java275 mPublisherFactory.removeAllDataSubscribers(); in removeAllMetricsConfigs()