Lines Matching refs:settings

31 #include <VBox/settings.h>
162 settings::StringsMap mapProperties;
1220 * Initializes the medium object by loading its data from the given settings
1231 * @param data Configuration settings.
1240 const settings::Medium &data,
1254 // no need to check maximum depth as settings reading did it
1281 /// @todo handle host drive settings here as well?
1297 * if some properties are not supported but present in the settings file,
1301 for (settings::StringsMap::const_iterator it = data.properties.begin();
1311 settings::StringsMap::const_iterator itCph = data.properties.find("InitiatorSecretEncrypted");
1370 * given settings node. The medium will always be opened read/write.
1380 * @param data Configuration settings.
1389 const settings::Medium &data,
1393 using namespace settings;
1418 for (settings::MediaList::const_iterator it = data.llChildren.begin();
1422 const settings::Medium &med = *it;
1836 // This type is new with VirtualBox 4.0 and therefore requires settings
1837 // version 1.11 in the settings backend. Unfortunately it is not enough to do
1855 // save the settings
1965 // save the settings
2349 settings::StringsMap::const_iterator it = m->mapProperties.find(aName);
2379 settings::StringsMap::iterator it = m->mapProperties.find(aName);
2405 // save the settings
2425 for (settings::StringsMap::const_iterator it = m->mapProperties.begin();
2460 settings::StringsMap::iterator it = m->mapProperties.find(strName);
2484 // save the settings
3230 settings::StringsMap::iterator it = pBase->m->mapProperties.find("CRYPT/KeyStore");
3249 tr("Retrieving encryption settings of the image failed because the encryption plugin could not be loaded (%s)"),
3304 settings::StringsMap::iterator it = pBase->m->mapProperties.find("CRYPT/KeyStore");
3327 tr("Retrieving encryption settings of the image failed because the encryption plugin could not be loaded (%s)"),
4147 * Saves the settings of one medium.
4154 void Medium::i_saveSettingsOne(settings::Medium &data, const Utf8Str &strHardDiskFolder)
4184 settings::StringsMap::const_iterator itPln = m->mapProperties.find("InitiatorSecret");
4188 /* Encrypt the plain secret. If that does not work (i.e. no or wrong settings key
4194 for (settings::StringsMap::const_iterator it = m->mapProperties.begin();
4219 * Recurses over all children to save their settings, too.
4226 HRESULT Medium::i_saveSettings(settings::Medium &data,
4238 settings::MediaList &llSettingsChildren = data.llChildren;
4245 // settings sub-tree is copied) and the stack footprint (the settings
4247 llSettingsChildren.push_back(settings::g_MediumEmpty);
5927 settings::StringsMap::const_iterator it = pBase->m->mapProperties.find("CRYPT/KeyId");
6518 * Like SetProperty but do not trigger a settings store. Only for internal use!
7014 settings::StringsMap::const_iterator it = that->m->mapProperties.find(Utf8Str(pszName));
7038 settings::StringsMap::const_iterator it = that->m->mapProperties.find(Utf8Str(pszName));
7469 // in asynchronous mode, save settings now
7493 * mode), we save the settings ourselves.
7696 // in asynchronous mode, save settings now
7713 * mode), we save the settings ourselves.
7995 // in asynchronous mode, save settings now
8302 // now, at the end of this task (always asynchronous), save the settings
8305 // save the settings
8771 settings::StringsMap::iterator itKeyStore = pBase->m->mapProperties.find("CRYPT/KeyStore");
8774 settings::StringsMap::iterator itKeyId = pBase->m->mapProperties.find("CRYPT/KeyId");
8790 tr("Retrieving encryption settings of the image failed because the encryption plugin could not be loaded (%s)"),
9177 // now, at the end of this task (always asynchronous), save the settings
9179 // save the settings
9198 * Sets up the encryption settings for a filter.
9300 settings::StringsMap::iterator it = pBase->m->mapProperties.find("CRYPT/KeyStore");
9307 settings::StringsMap::iterator it = pBase->m->mapProperties.find("CRYPT/KeyStore");
9402 settings::StringsMap::iterator it = pBase->m->mapProperties.find("CRYPT/KeyStore");