Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h331 void setLinkUnlinkImpl(std::unique_ptr<LinkUnlinkImpl> impl);
DCarPowerPolicyServer.cpp373 void CarPowerPolicyServer::setLinkUnlinkImpl( in setLinkUnlinkImpl() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp145 mServer->setLinkUnlinkImpl(std::move(impl)); in CarPowerPolicyServerPeer()