Home
last modified time | relevance | path

Searched refs:IPendingIntentRef (Results 1 – 11 of 11) sorted by relevance

/packages/modules/StatsD/statsd/src/config/
DConfigManager.h31 using aidl::android::os::IPendingIntentRef;
71 void SetConfigReceiver(const ConfigKey& key, const shared_ptr<IPendingIntentRef>& pir);
76 const shared_ptr<IPendingIntentRef> GetConfigReceiver(const ConfigKey& key) const;
92 void RemoveConfigReceiver(const ConfigKey& key, const shared_ptr<IPendingIntentRef>& pir);
98 void SetActiveConfigsChangedReceiver(const int uid, const shared_ptr<IPendingIntentRef>& pir);
104 const shared_ptr<IPendingIntentRef> GetActiveConfigsChangedReceiver(const int uid) const;
116 const shared_ptr<IPendingIntentRef>& pir);
123 const shared_ptr<IPendingIntentRef>& pir);
184 std::map<ConfigKey, shared_ptr<IPendingIntentRef>> mConfigReceivers;
190 std::map<int, shared_ptr<IPendingIntentRef>> mActiveConfigsChangedReceivers;
[all …]
DConfigManager.cpp116 const shared_ptr<IPendingIntentRef>& pir) { in SetConfigReceiver()
127 const shared_ptr<IPendingIntentRef>& pir) { in RemoveConfigReceiver()
136 const shared_ptr<IPendingIntentRef>& pir) { in SetActiveConfigsChangedReceiver()
147 const shared_ptr<IPendingIntentRef>& pir) { in RemoveActiveConfigsChangedReceiver()
158 const shared_ptr<IPendingIntentRef>& pir) { in SetRestrictedMetricsChangedReceiver()
180 const shared_ptr<IPendingIntentRef>& pir) { in RemoveRestrictedMetricsChangedReceiver()
198 map<ConfigKeyWithPackage, map<int32_t, shared_ptr<IPendingIntentRef>>> intentsToSend; in SendRestrictedMetricsBroadcast()
332 const shared_ptr<IPendingIntentRef> ConfigManager::GetConfigReceiver(const ConfigKey& key) const { in GetConfigReceiver()
343 const shared_ptr<IPendingIntentRef> ConfigManager::GetActiveConfigsChangedReceiver(const int uid) in GetActiveConfigsChangedReceiver()
/packages/modules/StatsD/aidl/android/os/
DIStatsd.aidl20 import android.os.IPendingIntentRef;
126 void setDataFetchOperation(long configId, in IPendingIntentRef pendingIntentRef, in setDataFetchOperation()
144 long[] setActiveConfigsChangedOperation(in IPendingIntentRef pendingIntentRef, int callingUid); in setActiveConfigsChangedOperation()
176 void setBroadcastSubscriber(long configId, long subscriberId, in IPendingIntentRef pir, in setBroadcastSubscriber()
264 in IPendingIntentRef pir, int callingUid); in setRestrictedMetricsChangedOperation()
DIPendingIntentRef.aidl25 interface IPendingIntentRef { interface
/packages/modules/StatsD/statsd/src/subscriber/
DSubscriberReporter.h31 using aidl::android::os::IPendingIntentRef;
61 const shared_ptr<IPendingIntentRef>& pir);
83 unordered_map<ConfigKey, unordered_map<int64_t, shared_ptr<IPendingIntentRef>>> mIntentMap;
89 void sendBroadcastLocked(const shared_ptr<IPendingIntentRef>& pir,
DSubscriberReporter.cpp39 unordered_map<int64_t, shared_ptr<IPendingIntentRef>>& subscriberMap = in broadcastSubscriberDied()
60 const shared_ptr<IPendingIntentRef>& pir) { in setBroadcastSubscriber()
132 void SubscriberReporter::sendBroadcastLocked(const shared_ptr<IPendingIntentRef>& pir, in sendBroadcastLocked()
/packages/modules/StatsD/statsd/tests/subscriber/
DSubscriberReporter_test.cpp74 unordered_map<ConfigKey, unordered_map<int64_t, shared_ptr<IPendingIntentRef>>> in TEST_F()
84 unordered_map<ConfigKey, unordered_map<int64_t, shared_ptr<IPendingIntentRef>>> in TEST_F()
97 unordered_map<ConfigKey, unordered_map<int64_t, shared_ptr<IPendingIntentRef>>> in TEST_F()
/packages/modules/StatsD/statsd/src/
DStatsService.h47 using aidl::android::os::IPendingIntentRef;
129 const shared_ptr<IPendingIntentRef>& pir,
141 virtual Status setActiveConfigsChangedOperation(const shared_ptr<IPendingIntentRef>& pir,
160 const shared_ptr<IPendingIntentRef>& pir,
220 const shared_ptr<IPendingIntentRef>& pir,
DStatsService.cpp167 shared_ptr<IPendingIntentRef> receiver = mConfigManager->GetConfigReceiver(key); in __anone35485570602()
184 shared_ptr<IPendingIntentRef> receiver = in __anone35485570702()
586 shared_ptr<IPendingIntentRef> receiver = mConfigManager->GetConfigReceiver(key); in cmd_trigger_broadcast()
640 shared_ptr<IPendingIntentRef> receiver = mConfigManager->GetActiveConfigsChangedReceiver(uid); in cmd_trigger_active_config_broadcast()
1277 const shared_ptr<IPendingIntentRef>& pir, in setDataFetchOperation()
1292 Status StatsService::setActiveConfigsChangedOperation(const shared_ptr<IPendingIntentRef>& pir, in setActiveConfigsChangedOperation()
1326 const shared_ptr<IPendingIntentRef>& pir, in setBroadcastSubscriber()
1487 const shared_ptr<IPendingIntentRef>& pir, in setRestrictedMetricsChangedOperation()
/packages/modules/StatsD/service/java/com/android/server/stats/
DStatsCompanion.java24 import android.os.IPendingIntentRef;
99 public static class PendingIntentRef extends IPendingIntentRef.Stub {
/packages/modules/StatsD/aidl/
DAndroid.bp31 "android/os/IPendingIntentRef.aidl",