Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp188 CarServiceNotificationHandler::CarServiceNotificationHandler(CarPowerPolicyServer* service) : in CarServiceNotificationHandler() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler
191 void CarServiceNotificationHandler::terminate() { in terminate()
196 binder_status_t CarServiceNotificationHandler::dump(int fd, const char** args, uint32_t numArgs) { in dump()
205 ScopedAStatus CarServiceNotificationHandler::notifyCarServiceReady(PolicyState* policyState) { in notifyCarServiceReady()
214 ScopedAStatus CarServiceNotificationHandler::notifyPowerPolicyChange(const std::string& policyId, in notifyPowerPolicyChange()
224 ScopedAStatus CarServiceNotificationHandler::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition()
808 mCarServiceNotificationHandler = SharedRefBase::make<CarServiceNotificationHandler>(this); in init()
DCarPowerPolicyServer.h106 class CarServiceNotificationHandler :
110 explicit CarServiceNotificationHandler(CarPowerPolicyServer* server);
363 std::shared_ptr<CarServiceNotificationHandler> mCarServiceNotificationHandler