Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp150 std::unique_ptr<MockThreadPriorityController> threadPriorityController = in SetUp() local
152 mThreadPriorityController = threadPriorityController.get(); in SetUp()
153 peer.setThreadPriorityController(std::move(threadPriorityController)); in SetUp()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp458 std::unique_ptr<ThreadPriorityControllerInterface> threadPriorityController) { in setThreadPriorityController() argument
459 mThreadPriorityController = std::move(threadPriorityController); in setThreadPriorityController()