HomeSort by relevance Sort by last modified time
    Searched refs:PidfileContents (Results 1 - 4 of 4) sorted by null

  /external/autotest/scheduler/
pidfile_monitor.py 50 self._state = drone_manager.PidfileContents()
110 self._state = drone_manager.PidfileContents()
drone_manager.py 105 class PidfileContents(object):
178 # maps PidfileId to PidfileContents
390 contents = PidfileContents()
835 Retrieve a PidfileContents object for the given pidfile_id. If
844 return pidfile_map.get(pidfile_id, PidfileContents())
    [all...]
monitor_db_functional_test.py 101 # maps pidfile IDs to PidfileContents
222 self._pidfiles[pidfile_id] = drone_manager.PidfileContents()
256 return self._pidfiles.get(pidfile_id, drone_manager.PidfileContents())
    [all...]
monitor_db_unittest.py 555 contents = drone_manager.PidfileContents()
    [all...]

Completed in 61 milliseconds