Searched refs:getPid (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py557 self.getPid();
652 self.getPid();
774 self.getPid();
2322 def getPid(self): member in class:SessionWrapper
2348 reporter.log2('getPid: %u' % (self.uPid,));
H A Dvbox.py1046 os.setpgid(self.oVBoxSvcProcess.getPid(), 0); # pylint: disable=E1101
1087 iPid = self.oVBoxSvcProcess.getPid();
1395 uPid = oSession.getPid();
2463 reporter.log2('terminateVmBySession: oSession=%s (pid=%s) oProgress=%s' % (oSession.sName, oSession.getPid(), oProgress));
2465 # Call getPid first to make sure the PID is cached in the wrapper.
2466 oSession.getPid();
2503 uPid = oSession.getPid();
H A Dbase.py717 def getPid(self): member in class:Process

Completed in 1207 milliseconds