Lines Matching refs:ConfigKey
52 map<ConfigKey, StatsdConfig> configsFromDisk; in Startup()
68 void ConfigManager::UpdateConfig(const ConfigKey& key, const StatsdConfig& config) { in UpdateConfig()
115 void ConfigManager::SetConfigReceiver(const ConfigKey& key, in SetConfigReceiver()
121 void ConfigManager::RemoveConfigReceiver(const ConfigKey& key) { in RemoveConfigReceiver()
126 void ConfigManager::RemoveConfigReceiver(const ConfigKey& key, in RemoveConfigReceiver()
232 void ConfigManager::RemoveConfig(const ConfigKey& key) { in RemoveConfig()
256 void ConfigManager::remove_saved_configs(const ConfigKey& key) { in remove_saved_configs()
263 vector<ConfigKey> removed; in RemoveConfigs()
294 vector<ConfigKey> removed; in RemoveAllConfigs()
320 vector<ConfigKey> ConfigManager::GetAllConfigKeys() const { in GetAllConfigKeys()
323 vector<ConfigKey> ret; in GetAllConfigKeys()
332 const shared_ptr<IPendingIntentRef> ConfigManager::GetConfigReceiver(const ConfigKey& key) const { in GetConfigReceiver()
371 void ConfigManager::update_saved_configs_locked(const ConfigKey& key, in update_saved_configs_locked()