Searched refs:_appendCommand (Results 1 – 1 of 1) sorted by relevance
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | PFWScriptGenerator.py | 47 def _appendCommand(self, *args): member in PfwScriptTranslator 51 self._appendCommand("createDomain", name) 54 self._appendCommand("setSequenceAwareness", self._ctx_domain, "true") 57 self._appendCommand("addElement", self._ctx_domain, path) 60 self._appendCommand("createConfiguration", self._ctx_domain, name) 63 self._appendCommand("setElementSequence", self._ctx_domain, self._ctx_configuration, *paths) 66 self._appendCommand("setRule", self._ctx_domain, self._ctx_configuration, rule) 69 …self._appendCommand("setConfigurationParameter", self._ctx_domain, self._ctx_configuration, path, …
|