Home
last modified time | relevance | path

Searched refs:SchedulingMode (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteCaSimulation.py285 scheduling = LteSimulation.SchedulingMode.STATIC
291 for scheduling_mode in LteSimulation.SchedulingMode:
301 for elem in LteSimulation.SchedulingMode}))
303 if scheduling == LteSimulation.SchedulingMode.STATIC:
346 LteSimulation.SchedulingMode.STATIC,
358 LteSimulation.SchedulingMode.DYNAMIC)
DLteSimulation.py75 class SchedulingMode(Enum): class in LteSimulation
401 scheduling = LteSimulation.SchedulingMode.STATIC
406 scheduling = LteSimulation.SchedulingMode.DYNAMIC
408 scheduling = LteSimulation.SchedulingMode.STATIC
414 if scheduling == LteSimulation.SchedulingMode.STATIC:
453 LteSimulation.SchedulingMode.STATIC,
463 LteSimulation.SchedulingMode.DYNAMIC)
835 if scheduling == self.SchedulingMode.STATIC: