Searched refs:_appendCommand (Results 1 – 1 of 1) sorted by relevance
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | PFWScriptGenerator.py | 48 def _appendCommand(self, *args): member in PfwScriptTranslator 52 self._appendCommand("createDomain", name) 55 self._appendCommand("setSequenceAwareness", self._ctx_domain, "true") 58 self._appendCommand("addElement", self._ctx_domain, path) 61 self._appendCommand("createConfiguration", self._ctx_domain, name) 64 self._appendCommand("setElementSequence", self._ctx_domain, self._ctx_configuration, *paths) 67 self._appendCommand("setRule", self._ctx_domain, self._ctx_configuration, rule) 70 self._appendCommand("setConfigurationParameter", self._ctx_domain, self._ctx_configuration,
|