HomeSort by relevance Sort by last modified time
    Searched refs:mIntentMap (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/statsd/src/subscriber/
SubscriberReporter.cpp 37 mIntentMap[configKey][subscriberId] = intentSender;
44 auto subscriberMapIt = mIntentMap.find(configKey);
45 if (subscriberMapIt != mIntentMap.end()) {
48 mIntentMap.erase(configKey);
56 mIntentMap.erase(configKey);
86 auto it1 = mIntentMap.find(configKey);
87 if (it1 == mIntentMap.end()) {
SubscriberReporter.h 97 std::unordered_map<int64_t, sp<android::IBinder>>> mIntentMap;

Completed in 135 milliseconds