Home
last modified time | relevance | path

Searched refs:__call_process (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
DTestLauncher.py126 self.__call_process(self.__startTestPlatformCmd, True)
140 self.__call_process(
143 self.__call_process(self.__startPseudoHALCmd)
155 self.__call_process(self.__setCriterionCmd + setCriterionArgs)
158 self.__call_process(self.__applyConfigurationsCmd)
177 self.__call_process(
187 self.__call_process(self.__coverageCmd)
189 def __call_process(self, cmd, isAsynchronous=False, isScriptThread=False): member in TestLauncher