Home
last modified time | relevance | path

Searched refs:CarPowerPolicyMeta (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.h63 struct CarPowerPolicyMeta { struct
78 android::base::Result<CarPowerPolicyMeta> getPowerPolicy(const std::string& policyId) const; argument
DCarPowerPolicyServer.h308 bool canApplyPowerPolicyLocked(const CarPowerPolicyMeta& policyMeta, const bool force,
311 void applyAndNotifyPowerPolicy(const CarPowerPolicyMeta& policyMeta,
345 CarPowerPolicyMeta mCurrentPowerPolicyMeta GUARDED_BY(mMutex);
DPolicyManager.cpp603 Result<CarPowerPolicyMeta> PolicyManager::getPowerPolicy(const std::string& policyId) const { in getPowerPolicy()
605 return CarPowerPolicyMeta{ in getPowerPolicy()
611 return CarPowerPolicyMeta{ in getPowerPolicy()
DCarPowerPolicyServer.cpp940 bool CarPowerPolicyServer::canApplyPowerPolicyLocked(const CarPowerPolicyMeta& policyMeta, in canApplyPowerPolicyLocked()
973 void CarPowerPolicyServer::applyAndNotifyPowerPolicy(const CarPowerPolicyMeta& policyMeta, in applyAndNotifyPowerPolicy()