Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp148 const auto& ret = mService->setPowerPolicyGroupInternal(stringValue); in onPropertyEvent()
277 if (const auto& ret = mService->setPowerPolicyGroupInternal(policyGroupId); !ret.ok()) { in setPowerPolicyGroup()
505 if (const auto& ret = setPowerPolicyGroupInternal(policyGroupId); !ret.ok()) { in setPowerPolicyGroup()
1029 Result<void> CarPowerPolicyServer::setPowerPolicyGroupInternal(const std::string& groupId) { in setPowerPolicyGroupInternal() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
1202 const auto& ret = setPowerPolicyGroupInternal(stringValue); in subscribeToVhal()
DCarPowerPolicyServer.h255 android::base::Result<void> setPowerPolicyGroupInternal(const std::string& groupId)