Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DPublisherFactory.java140 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in PublisherFactory
142 mVehiclePropertyPublisher.removeAllDataSubscribers(); in removeAllDataSubscribers()
145 mCarTelemetrydPublisher.removeAllDataSubscribers(); in removeAllDataSubscribers()
148 mStatsPublisher.removeAllDataSubscribers(); in removeAllDataSubscribers()
151 mMemoryPublisher.removeAllDataSubscribers(); in removeAllDataSubscribers()
DAbstractPublisher.java96 public abstract void removeAllDataSubscribers(); in removeAllDataSubscribers() method in AbstractPublisher
DCarTelemetrydPublisher.java276 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in CarTelemetrydPublisher
DMemoryPublisher.java188 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in MemoryPublisher
DConnectivityPublisher.java158 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in ConnectivityPublisher
DVehiclePropertyPublisher.java167 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in VehiclePropertyPublisher
DStatsPublisher.java428 public void removeAllDataSubscribers() { in removeAllDataSubscribers() method in StatsPublisher
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DMemoryPublisherTest.java166 mPublisher.removeAllDataSubscribers(); in tearDown()
443 mPublisher.removeAllDataSubscribers(); in testRemoveAllDataSubscriber_removesSubscriberAndStopsPullingMeminfo()
DStatsPublisherTest.java376 publisher2.removeAllDataSubscribers(); in testRemoveAllDataSubscriber_whenRestarted_removesFromStatsdAndClears()
418 mPublisher.removeAllDataSubscribers(); in testRemoveAllDataSubscriber_removesPeriodicStatsdReportPull()
DCarTelemetrydPublisherTest.java197 mPublisher.removeAllDataSubscribers(); in testRemoveAllDataSubscribers_succeeds()
DConnectivityPublisherTest.java234 mPublisher.removeAllDataSubscribers(); in testRemoveAllDataSubscribers_removesAll()
DVehiclePropertyPublisherTest.java401 mVehiclePropertyPublisher.removeAllDataSubscribers(); in testRemoveAllDataSubscribers_succeeds()
/packages/services/Car/service/src/com/android/car/telemetry/databroker/
DDataBrokerImpl.java373 mPublisherFactory.removeAllDataSubscribers(); in removeAllMetricsConfigs()