Lines Matching refs:self
25 def __init__(self, controllers):
26 self.TAG = self.__class__.__name__
27 super().__init__(self.TAG, controllers)
29 def setup(self):
32 def process(self):
35 installHapResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/signed.hap")
38 installHspResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/signed.hsp")
41 installHqfResult = self.device1.execute_shell_command("bm quickfix -a -f /data/local/tmp/signed.hqf")
45 self.log.info('errorList: [' + ', '.join(errorList) + ']')
48 def teardown(self):