Home
last modified time | relevance | path

Searched refs:setThreadPriorityController (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp126 void setThreadPriorityController( in setThreadPriorityController() function in android::automotive::watchdog::internal::WatchdogInternalHandlerPeer
128 mHandler->setThreadPriorityController(std::move(controller)); in setThreadPriorityController()
153 peer.setThreadPriorityController(std::move(threadPriorityController)); in SetUp()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.h144 void setThreadPriorityController(std::unique_ptr<ThreadPriorityControllerInterface> controller);
DWatchdogInternalHandler.cpp457 void WatchdogInternalHandler::setThreadPriorityController( in setThreadPriorityController() function in android::automotive::watchdog::WatchdogInternalHandler