Home
last modified time | relevance | path

Searched defs:expectedPolicy (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/os/
DThreadPolicyWithPriorityUnitTest.java33 int expectedPolicy = ThreadPolicyWithPriority.SCHED_FIFO; in testThreadPolicyWithPriorityMinPriority() local
45 int expectedPolicy = ThreadPolicyWithPriority.SCHED_FIFO; in testThreadPolicyWithPriorityMaxPriority() local
/packages/services/Car/cpp/powerpolicy/server/tests/
DPowerComponentHandlerTest.cpp123 CarPowerPolicyPtr expectedPolicy = in TEST_F() local
150 CarPowerPolicyPtr expectedPolicy = in TEST_F() local
DPolicyManagerTest.cpp385 const CarPowerPolicy& expectedPolicy) { in checkSystemPowerPolicy()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPolicyReaderUnitTest.java393 private void checkPolicy(String policyId, CarPowerPolicy expectedPolicy) throws Exception { in checkPolicy()
399 private void checkPolicyGroup(String groupId, int state, CarPowerPolicy expectedPolicy) in checkPolicyGroup()
/packages/services/Car/cpp/watchdog/server/tests/
DThreadPriorityControllerTest.cpp128 int expectedPolicy = SCHED_FIFO; in TEST_F() local
142 int expectedPolicy = SCHED_FIFO; in TEST_F() local
DWatchdogInternalHandlerTest.cpp701 int expectedPolicy = SCHED_FIFO; in TEST_F() local