Searched refs:StartService (Results 1 – 6 of 6) sorted by relevance
5 StartService () function31 RestartService () { StartService; }
99 [SC] StartService FAILED 995:
1546 self.device.StartService(test_intent)1562 self.device.StartService(test_intent)1578 self.device.StartService(test_intent, user_id='TestUser')1593 self.device.StartService(test_intent)
1290 def StartService(self, intent_obj, user_id=None, timeout=None, retries=None): member in DeviceUtils
1806 if (!StartService(svc, 0, NULL)) { in startService()
427 ok = StartService( service, 0, NULL ); in InstallService()