Home
last modified time | relevance | path

Searched refs:notifyPowerPolicyDefinition (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl89 void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in notifyPowerPolicyDefinition() method
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl40 …void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComp… in notifyPowerPolicyDefinition() method
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl40 …void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComp… in notifyPowerPolicyDefinition() method
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h118 ndk::ScopedAStatus notifyPowerPolicyDefinition(
144 ndk::ScopedAStatus notifyPowerPolicyDefinition(
218 ndk::ScopedAStatus notifyPowerPolicyDefinition(
DCarPowerPolicyServer.cpp224 ScopedAStatus CarServiceNotificationHandler::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler
232 return mService->notifyPowerPolicyDefinition(policyId, enabledComponents, disabledComponents); in notifyPowerPolicyDefinition()
284 ScopedAStatus CarPowerPolicyDelegate::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyDelegate
290 return service->notifyPowerPolicyDefinition(policyId, enabledComponents, in notifyPowerPolicyDefinition()
546 ScopedAStatus CarPowerPolicyServer::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java267 public void notifyPowerPolicyDefinition(String policyId, String[] enabledComponents, in notifyPowerPolicyDefinition() method in FakeRefactoredCarPowerPolicyDaemon
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3472 daemon.notifyPowerPolicyDefinition(powerPolicyId, enabledComponents, in definePowerPolicy()
3497 daemon.notifyPowerPolicyDefinition(powerPolicyId, enabledComponents, in definePowerPolicy()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3535 public void notifyPowerPolicyDefinition(String policyId, String[] enabledComponents, in notifyPowerPolicyDefinition() method in CarPowerManagementServiceUnitTest.FakeCarPowerPolicyDaemon