Home | History | Annotate | Download | only in Util

Lines Matching defs:Hal

75 class Hal(RemoteCli):
83 # Starts the HAL exe
92 # Send command "stop" to the HAL
125 hal = Hal(pfw)
137 # set up the Hal & pfw
138 cls.hal.startHal()
141 cls.hal.createInclusiveCriterion("Crit_0", "2")
142 cls.hal.createExclusiveCriterion("Crit_1", "2")
144 cls.hal.start()
146 # Leave the hal stopped in case of start failure
155 cls.hal.stopHal()