Searched refs:definePowerPolicyGroup (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PolicyManager.h | 87 android::base::Result<void> definePowerPolicyGroup(
|
D | PolicyManager.cpp | 665 Result<void> PolicyManager::definePowerPolicyGroup( in definePowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::PolicyManager
|
D | CarPowerPolicyServer.cpp | 572 const auto& ret = mPolicyManager.definePowerPolicyGroup(policyGroupId, powerPolicyPerState); in notifyPowerPolicyGroupDefinition()
|
/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | PolicyManagerTest.cpp | 741 const auto ret = policyManager.definePowerPolicyGroup("new_policy_group", in TEST_F() 753 const auto ret = policyManager.definePowerPolicyGroup("basic_policy_group", in TEST_F() 765 const auto ret = policyManager.definePowerPolicyGroup("new_policy_group", in TEST_F()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 1497 definePowerPolicyGroup( in testSetPowerPolicyGroup_powerPolicyRefactorFlagDisabled() 1511 definePowerPolicyGroup( in testSetPowerPolicyGroup_powerPolicyRefactorFlagEnabled() 1844 definePowerPolicyGroup( in testApplyPowerPolicyAtStateChanged_powerPolicyRefactorFlagEnabled() 2832 private void definePowerPolicyGroup(String policyGroupId, String waitForVhalPolicyId, in definePowerPolicyGroup() method in CarPowerManagementServiceUnitTest
|
/packages/services/Car/service/src/com/android/car/power/ |
D | PolicyReader.java | 294 int definePowerPolicyGroup(String policyGroupId, SparseArray<String> defaultPolicyPerState) { in definePowerPolicyGroup() method in PolicyReader
|
D | CarPowerManagementService.java | 3600 int status = mPolicyReader.definePowerPolicyGroup(policyGroupId, in definePowerPolicyGroupFromCommand()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 1450 return definePowerPolicyGroup(args, writer); in exec() 3202 private int definePowerPolicyGroup(String[] args, IndentingPrintWriter writer) {
|