Lines Matching refs:string

80 …(CParameterMgr::*RemoteCommandParser)(const IRemoteCommand& remoteCommand, std::string& strResult);
103 virtual void log(bool bIsWarning, const std::string& strLog) = 0;
109 CParameterMgr(const std::string& strConfigurationFilePath);
122 bool load(std::string& strError);
126 …CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterio…
128 CSelectionCriterion* getSelectionCriterion(const std::string& strName);
142 const CConfigurableElement* getConfigurableElement(const std::string& strPath,
143 std::string& strError) const;
145 CParameterHandle* createParameterHandle(const std::string& strPath, std::string& strError);
187 const std::string& getSchemaFolderLocation() const;
193 void setSchemaFolderLocation(const std::string& strSchemaFolderLocation);
215 bool setTuningMode(bool bOn, std::string& strError);
227 bool setAutoSync(bool bAutoSyncOn, std::string& strError);
229 bool sync(std::string& strError);
232 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
241 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;
242 …(const std::string &strDomain, const std::string &stConfiguration, const std::string& strPath, std…
246 bool createDomain(const std::string& strName, std::string& strError);
247 bool renameDomain(const std::string& strName, const std::string& strNewName,
248 std::string& strError);
249 bool deleteDomain(const std::string& strName, std::string& strError);
250 bool deleteAllDomains(std::string& strError);
251 bool setSequenceAwareness(const std::string& strName, bool bSequenceAware,
252 std::string& strResult);
253 bool getSequenceAwareness(const std::string& strName, bool& bSequenceAware,
254 std::string& strResult);
255 …bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s…
256 …bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s…
257 …nfiguration(const std::string& strDomain, const std::string& strConfiguration, const std::string& …
260 …bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::…
261 …bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::str…
264 …onfigurableElementToDomain(const std::string& strDomain, const std::string& strConfigurableElement…
265 …figurableElementFromDomain(const std::string& strDomain, const std::string& strConfigurableElement…
266 …bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::strin…
267 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration,
268 const std::vector<std::string>& astrNewElementSequence,
269 std::string& strError);
271 bool getApplicationRule(const std::string& strDomain, const std::string& strConfiguration,
272 std::string& strResult);
273 bool setApplicationRule(const std::string& strDomain, const std::string& strConfiguration,
274 const std::string& strApplicationRule, std::string& strError);
275 bool clearApplicationRule(const std::string& strDomain, const std::string& strConfiguration,
276 std::string& strError);
290 bool importDomainsXml(const std::string& xmlSource, bool withSettings, bool fromFile,
291 std::string& errorMsg);
307 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,
308 bool fromFile, std::string& errorMsg);
322 bool exportDomainsXml(std::string& xmlDest, bool withSettings, bool toFile,
323 std::string& errorMsg) const;
338 bool exportSingleDomainXml(std::string& xmlDest, const std::string& domainName,
339 bool withSettings, bool toFile, std::string& errorMsg) const;
342 bool importDomainsBinary(const std::string& strFileName, std::string& strError);
343 bool exportDomainsBinary(const std::string& strFileName, std::string& strError);
355 const std::string& strRootElementType,
356 std::string& strResult) const;
359 virtual std::string getKind() const;
366 virtual bool init(std::string& strError);
369 virtual void doLog(bool bIsWarning, const std::string& strLog) const;
374 std::string getVersion() const;
378 …::CommandStatus versionCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
380 …r::CommandStatus statusCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
382 …andStatus setTuningModeCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
383 …andStatus getTuningModeCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
385 …andStatus setValueSpaceCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
386 …andStatus getValueSpaceCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
388 …atus setOutputRawFormatCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
389 …atus getOutputRawFormatCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
391 …mmandStatus setAutoSyncCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
392 …mmandStatus getAutoSyncCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
393 …ler::CommandStatus syncCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
395 …mandStatus listCriteriaCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
397 …mmandStatus listDomainsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
398 …mandStatus createDomainCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
399 …mandStatus deleteDomainCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
400 …Status deleteAllDomainsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
401 …mandStatus renameDomainCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
402 …us setSequenceAwarenessCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
403 …us getSequenceAwarenessCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
404 …atus listDomainElementsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
405 …ommandStatus addElementCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
406 …andStatus removeElementCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
407 …mmandStatus splitDomainCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
409 …atus listConfigurationsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
410 …mmandStatus dumpDomainsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
411 …tus createConfigurationCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
412 …tus deleteConfigurationCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
413 …tus renameConfigurationCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
414 …tatus saveConfigurationCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
415 …us restoreConfigurationCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
416 …atus setElementSequenceCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
417 …atus getElementSequenceCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
418 …::CommandStatus setRuleCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
419 …CommandStatus clearRuleCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
420 …::CommandStatus getRuleCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
422 …mandStatus listElementsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
423 …ndStatus listParametersCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
424 …mmandStatus dumpElementCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
425 …ndStatus getElementSizeCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
426 …ndStatus showPropertiesCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
427 …mandStatus getParameterCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
428 …mandStatus setParameterCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
429 …tConfigurationParameterCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
430 …tConfigurationParameterCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
431 …us listBelongingDomainsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
432 …s listAssociatedDomainsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
434 std::string& strResult);
436 … listAssociatedElementsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
437 …listConflictingElementsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
438 …tatus listRogueElementsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
440 …Status exportDomainsXMLCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
441 …Status importDomainsXMLCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
442 …tDomainsWithSettingsXMLCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
443 …tDomainsWithSettingsXMLCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
453 …xportDomainWithSettingsXMLCommandProcess(const IRemoteCommand& remoteCommand, std::string& result);
454 …rtDomainWithSettingsXMLCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
455 …ndStatus exportSettingsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
456 …ndStatus importSettingsCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
468 const IRemoteCommand& remoteCommand, std::string& strResult);
480 const IRemoteCommand& remoteCommand, std::string& strResult);
492 const IRemoteCommand& remoteCommand, std::string& strResult);
504 const IRemoteCommand& remoteCommand, std::string& result);
516 const IRemoteCommand& remoteCommand, std::string& strResult);
522 bool checkTuningModeOn(std::string& strError) const;
531 …sContext& parameterAccessContext, const std::string& strPath, std::string& strValue, bool bSet, st…
532 …bool doSetValue(const std::string& strPath, const std::string& strValue, bool bRawValueSpace, bool…
533 …Value(const std::string& strPath, std::string& strValue, bool bRawValueSpace, bool bHexOutputRawFo…
536 bool loadFrameworkConfiguration(std::string& strError);
539 bool loadStructure(std::string& strError);
542 bool loadSettings(std::string& strError);
543 bool loadSettingsFromConfigFile(std::string& strError);
557 _xmlDoc* doc, const std::string& strXmlFolder,
558 ElementLibrary eElementLibrary, const std::string& strNameAttributeName = "Name");
585 bool wrapLegacyXmlImport(const std::string& xmlSource, bool fromFile, bool withSettings,
586 CElement& element, const std::string& nameAttributeName,
587 std::string& errorMsg);
625 bool wrapLegacyXmlExport(std::string& xmlDest, bool toFile, bool withSettings,
626 const CElement& element, std::string& errorMsg) const;
632 bool wrapLegacyXmlExportToFile(std::string& xmlDest,
640 bool wrapLegacyXmlExportToString(std::string& xmlDest,
669 bool handleRemoteProcessingInterface(std::string& strError);
690 std::string _strXmlConfigurationFilePath; // Configuration file path
691 std::string _strXmlConfigurationFolderPath; // Root folder for configuration file
692 std::string _strSchemaFolderLocation; // Place where schemas stand