Lines Matching refs:string
51 bool createDomain(const std::string& strName, std::string& strError);
65 bool addDomain(CConfigurableDomain& domain, bool bOverwrite, std::string& strError);
76 bool deleteDomain(const std::string& strName, std::string& strError);
78 …bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError…
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& …
83 void listAssociatedElements(std::string& strResult) const;
84 void listConflictingElements(std::string& strResult) const;
85 void listDomains(std::string& strResult) const;
87 bool listConfigurations(const std::string& strDomain, std::string& strResult) const;
88 …guration(const std::string& strDomain, const std::string& strConfiguration, const CParameterBlackb…
89 …bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s…
90 …uration(const std::string& strDomain, const std::string& strConfigurationName, const std::string& …
91 …onst std::string& strDomain, const std::string& strConfiguration, CParameterBlackboard* pMainBlack…
92 …guration(const std::string& strDomain, const std::string& strConfiguration, const CParameterBlackb…
93 …nce(const std::string& strDomain, const std::string& strConfiguration, const std::vector<std::stri…
94 …bool getElementSequence(const std::string& strDomain, const std::string& strConfiguration, std::st…
95 …string& strDomain, const std::string& strConfiguration, const std::string& strApplicationRule, con…
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…
100 void listLastAppliedConfigurations(std::string& strResult) const;
103 …omain(const std::string& strDomain, CConfigurableElement* pConfigurableElement, const CParameterBl…
104 …nfigurableElementFromDomain(const std::string& strDomain, CConfigurableElement* pConfigurableEleme…
107 CParameterBlackboard* findConfigurationBlackboard(const std::string& strDomain,
108 const std::string& strConfiguration,
112 std::string& strError) const;
114 const CConfigurableDomain* findConfigurableDomain(const std::string& strDomain,
115 std::string& strError) const;
118 …ool serializeSettings(const std::string& strBinarySettingsFilePath, bool bOut, uint8_t uiStructure…
130 virtual std::string getKind() const;
145 … CConfigurableDomain* findConfigurableDomain(const std::string& strDomain, std::string& strError);