Lines Matching refs:ConfigKey

44             const std::function<bool(const ConfigKey&)>& sendBroadcast,
46 const std::function<void(const ConfigKey&, const string&, const vector<int64_t>&)>&
54 void OnConfigUpdated(const int64_t timestampNs, int64_t wallClockNs, const ConfigKey& key,
57 void OnConfigUpdated(const int64_t timestampNs, const ConfigKey& key,
59 void OnConfigRemoved(const ConfigKey& key);
61 size_t GetMetricsSize(const ConfigKey& key) const;
65 void onDumpReport(const ConfigKey& key, int64_t dumpTimeNs, int64_t wallClockNs,
69 void onDumpReport(const ConfigKey& key, int64_t dumpTimeNs, int64_t wallClockNs,
74 void onDumpReport(const ConfigKey& key, int64_t dumpTimeNs,
147 int64_t getLastReportTimeNs(const ConfigKey& key);
158 void noteOnDiskData(const ConfigKey& key);
192 std::unordered_map<ConfigKey, sp<MetricsManager>> mMetricsManagers;
194 std::unordered_map<ConfigKey, int64_t> mLastBroadcastTimes;
200 std::unordered_map<ConfigKey, int64_t> mLastByteSizeTimes;
203 std::unordered_map<ConfigKey, int32_t> mDumpReportNumbers;
215 std::set<ConfigKey> mOnDiskDataConfigs;
231 void OnConfigUpdatedLocked(const int64_t currentTimestampNs, const ConfigKey& key,
254 void WriteDataToDiskLocked(const ConfigKey& key, int64_t timestampNs, const int64_t wallClockNs,
259 const ConfigKey& key, int64_t dumpTimeStampNs, int64_t wallClockNs,
280 void flushIfNecessaryLocked(const ConfigKey& key, MetricsManager& metricsManager);
282 set<ConfigKey> getRestrictedConfigKeysToQueryLocked(int32_t callingUid, const int64_t configId,
312 void resetConfigsLocked(const int64_t timestampNs, const std::vector<ConfigKey>& configs);
334 std::function<bool(const ConfigKey& key)> mSendBroadcast;
342 std::function<void(const ConfigKey& key, const string& delegatePackage,