Lines Matching refs:ConfigKey
66 void UpdateConfig(const ConfigKey& key, const StatsdConfig& data);
71 void SetConfigReceiver(const ConfigKey& key, const shared_ptr<IPendingIntentRef>& pir);
76 const shared_ptr<IPendingIntentRef> GetConfigReceiver(const ConfigKey& key) const;
81 std::vector<ConfigKey> GetAllConfigKeys() const;
86 void RemoveConfigReceiver(const ConfigKey& key);
92 void RemoveConfigReceiver(const ConfigKey& key, const shared_ptr<IPendingIntentRef>& pir);
144 void RemoveConfig(const ConfigKey& key);
167 void update_saved_configs_locked(const ConfigKey& key,
174 void remove_saved_configs(const ConfigKey& key);
179 std::map<int, std::set<ConfigKey>> mConfigs;
184 std::map<ConfigKey, shared_ptr<IPendingIntentRef>> mConfigReceivers;