Lines Matching refs:strDomain

79 …bool setSequenceAwareness(const std::string& strDomain, bool bSequenceAware, std::string& strError…
80 …bool getSequenceAwareness(const std::string& strDomain, bool& bSequenceAware, std::string& strErro…
81 bool listDomainElements(const std::string& strDomain, std::string& strResult) const;
82 …bool split(const std::string& strDomain, CConfigurableElement* pConfigurableElement, std::string& …
87 bool listConfigurations(const std::string& strDomain, std::string& strResult) const;
88 …bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, const …
89 …bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s…
90 …bool renameConfiguration(const std::string& strDomain, const std::string& strConfigurationName, co…
91 …bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, CPara…
92 …bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, const CP…
93 …bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const s…
94 …bool getElementSequence(const std::string& strDomain, const std::string& strConfiguration, std::st…
95 …bool setApplicationRule(const std::string& strDomain, const std::string& strConfiguration, const s…
96 …bool clearApplicationRule(const std::string& strDomain, const std::string& strConfiguration, std::…
97 …bool getApplicationRule(const std::string& strDomain, const std::string& strConfiguration, std::st…
103 …bool addConfigurableElementToDomain(const std::string& strDomain, CConfigurableElement* pConfigura…
104 …bool removeConfigurableElementFromDomain(const std::string& strDomain, CConfigurableElement* pConf…
107 CParameterBlackboard* findConfigurationBlackboard(const std::string& strDomain,
114 const CConfigurableDomain* findConfigurableDomain(const std::string& strDomain,
145 … CConfigurableDomain* findConfigurableDomain(const std::string& strDomain, std::string& strError);